Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift package manger support #32

Open
simonmcl opened this issue Jul 6, 2021 · 2 comments
Open

Swift package manger support #32

simonmcl opened this issue Jul 6, 2021 · 2 comments

Comments

@simonmcl
Copy link

simonmcl commented Jul 6, 2021

Any chance you could add swift package manager support?

@simonmcl
Copy link
Author

simonmcl commented Jul 6, 2021

Trying to build with carthage and manually copy it into my package, but getting build errors on M1 mac:

building for iOS Simulator, but linking in object file built for iOS, for architecture arm64

@boni1000
Copy link

same here! trying to build for OS X, but no success.

carthage update --use-xcframeworks --platform Mac
*** Fetching swift-ipfs-api
*** Fetching SwiftMultiaddr
*** Fetching SwiftMultihash
*** Fetching VarInt
*** Fetching SwiftBase58
*** Fetching SwiftHex
*** Fetching SwiftGMP
*** Checking out SwiftHex at "v0.4.4"
*** Checking out SwiftGMP at "v0.4.9"
*** Checking out SwiftMultiaddr at "v0.2.6"
*** Checking out SwiftMultihash at "v2.0.9"
*** Checking out VarInt at "v0.2.1"
*** Checking out SwiftBase58 at "v0.5.3"
*** Checking out swift-ipfs-api at "384ec386612ef117c3f2034408666730f5796bd9"
*** xcodebuild output can be found in /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/carthage-xcodebuild.C7TBSN.log
*** Building scheme "SwiftGMP" in SwiftGMP.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj -scheme SwiftGMP -configuration Release -derivedDataPath /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/SwiftGMP SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/carthage-xcodebuild.C7TBSN.log

log file
cat /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/carthage-xcodebuild.C7TBSN.log
/usr/bin/xcrun xcodebuild -project /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj -scheme SwiftGMP -configuration Release -derivedDataPath /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/SwiftGMP SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP)2022-04-28 19:17:04.546 xcodebuild[50068:3990062] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-04-28 19:17:04.546 xcodebuild[50068:3990062] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj -scheme SwiftGMP -configuration Release -derivedDataPath /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/SwiftGMP SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO

User defaults from command line:
IDEArchivePathOverride = /var/folders/1x/crvnyw8j43j8y0yh99smx4q80000gn/T/SwiftGMP
IDEDerivedDataPathOverride = /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
CARTHAGE = YES
CLANG_ENABLE_CODE_COVERAGE = NO
CODE_SIGN_IDENTITY =
CODE_SIGNING_REQUIRED = NO
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO
ONLY_ACTIVE_ARCH = NO
SKIP_INSTALL = YES
STRIP_INSTALLED_PRODUCT = NO
VALIDATE_WORKSPACE = NO

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:x86_64, id:92BF0F31-ED30-5B48-92D4-500FCABCF485 }
{ platform:macOS, arch:arm64, id:92BF0F31-ED30-5B48-92D4-500FCABCF485 }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:macOS, name:Any Mac }
{ platform:iOS, id:00008020-001E6D391A51002E, name:Ira's iPhone }
{ platform:iOS Simulator, id:39151900-279E-4475-99EB-39730E366C8C, OS:15.4, name:iPad (9th generation) }
{ platform:iOS Simulator, id:07057CC3-9CE8-45FD-A45D-5A3237302F28, OS:15.4, name:iPad Air (4th generation) }
{ platform:iOS Simulator, id:40475580-E30C-4890-9AB1-3765C5942F9E, OS:15.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:0365B0C9-F6C6-40CB-A2B8-D5456F5AC341, OS:15.4, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:47734E24-0EA4-4449-B0EE-9CB13E65CF5A, OS:15.4, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:C80AC7F7-5FF5-4885-BB07-BAE7061B83D7, OS:15.4, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:EBED536D-42F3-473E-8C1D-4D8CD596375C, OS:15.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:28EE6869-6EB1-4C30-949E-072CF4FF3F57, OS:15.4, name:iPhone 8 }
{ platform:iOS Simulator, id:C8EAE46D-A872-4501-B125-DBDFFFFBBAB8, OS:15.4, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:7E22753F-01AC-4387-ACB2-C35E17F6F287, OS:15.4, name:iPhone 11 }
{ platform:iOS Simulator, id:6D32134C-F07D-43FB-A6C8-68BCAF52C731, OS:15.4, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:D4AB5163-39AA-4CC7-8B1B-E9B8F029AF02, OS:15.4, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:376D0F7A-331B-4E07-8D45-938CE5A431C0, OS:15.4, name:iPhone 12 }
{ platform:iOS Simulator, id:329E6000-5055-4A12-A06E-9430BAEEE1A8, OS:15.4, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:7542B123-9E68-488E-9C87-5F14E75F22B6, OS:15.4, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:858D7FD4-756C-4D58-9D73-A50754CCAEFE, OS:15.4, name:iPhone 12 mini }
{ platform:iOS Simulator, id:211B76E1-49F4-4FBF-BAB1-AED76C762EFD, OS:15.4, name:iPhone 13 }
{ platform:iOS Simulator, id:CFFD6683-C640-43A5-B885-260D1EC2E80E, OS:15.4, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:9CB4CBAC-4154-42A9-BB0C-60292E8504D7, OS:15.4, name:iPhone 13 mini }
{ platform:iOS Simulator, id:0BF223A8-AF7C-4EC7-AADD-DE55D524AEB4, OS:15.4, name:iPhone SE (2nd generation) }
{ platform:iOS Simulator, id:AB23C863-4424-4B81-8A4F-E5C29B5FBDD5, OS:15.4, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:16B2F77D-AF1D-4587-9ECE-9267AEC71552, OS:15.4, name:iPod touch (7th generation) }
note: Using new build system
note: Using codesigning identity override:
note: Planning
Analyze workspace

Create build description
Build description signature: e541da460f997477aab669f74bc3da68
Build description path: /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/XCBuildData/e541da460f997477aab669f74bc3da68-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
CreateBuildDirectory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj
builtin-create-build-directory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath

CreateBuildDirectory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj
builtin-create-build-directory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath

CreateBuildDirectory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/InstallationBuildProductsLocation
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj
builtin-create-build-directory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/InstallationBuildProductsLocation

CreateBuildDirectory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP.xcodeproj
builtin-create-build-directory /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release

SymLink /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release/SwiftGMP.framework /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/ln -sfh /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release/SwiftGMP.framework

SymLink /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Modules Versions/Current/Modules (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/ln -sfh Versions/Current/Modules /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Modules

SymLink /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Resources Versions/Current/Resources (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/ln -sfh Versions/Current/Resources /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Resources

SymLink /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/SwiftGMP Versions/Current/SwiftGMP (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/ln -sfh Versions/Current/SwiftGMP /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/SwiftGMP

SymLink /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Headers Versions/Current/Headers (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/ln -sfh Versions/Current/Headers /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Headers

SymLink /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/Current A (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/ln -sfh A /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/Current

MkDir /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Resources (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/mkdir -p /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Resources

MkDir /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Headers (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/mkdir -p /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Headers

MkDir /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Frameworks (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/mkdir -p /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Frameworks

MkDir /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/mkdir -p /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A

MkDir /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/mkdir -p /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions

MkDir /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/bin/mkdir -p /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-target-headers.hmap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-target-headers.hmap

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-generated-files.hmap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-generated-files.hmap

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-non-framework-target-headers.hmap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-own-target-headers.hmap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-own-target-headers.hmap

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/all-product-headers.yaml (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP.hmap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP.hmap

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-project-headers.hmap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-project-headers.hmap

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/module.modulemap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/module.modulemap

Copy /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Modules/module.modulemap /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/module.modulemap (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/module.modulemap /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Modules

ProcessInfoPlistFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Resources/Info.plist /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP/Info.plist (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
builtin-infoPlistUtility /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/SwiftGMP/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/UninstalledProducts/macosx/SwiftGMP.framework/Versions/A/Resources/Info.plist

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.LinkFileList (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.LinkFileList

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.SwiftFileList (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.SwiftFileList

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-OutputFileMap.json (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-OutputFileMap.json

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources/SwiftGMP_vers.c (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources/SwiftGMP_vers.c

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.LinkFileList (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.LinkFileList

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-OutputFileMap.json (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-OutputFileMap.json

WriteAuxiliaryFile /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.SwiftFileList (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
write-file /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.SwiftFileList

CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name SwiftGMP -O -whole-module-optimization -enforce-exclusivity=checked @/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 4 -I /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -I /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMP -F /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -c -num-threads 8 -output-file-map /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.swiftmodule -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-generated-files.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-own-target-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-project-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release/include -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources-normal/arm64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources/arm64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-Swift.h -working-directory /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization

CompileSwift normal arm64 (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPInteger.swift /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPDouble.swift -emit-module-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.swiftmodule -emit-module-doc-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.swiftdoc -emit-module-source-info-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.swiftsourceinfo -emit-dependencies-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-master.d -serialize-diagnostics-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-master.dia -emit-objc-header-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP-Swift.h -emit-abi-descriptor-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/SwiftGMP.abi.json -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -I /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -I /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMP -F /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -g -module-cache-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/ModuleCache.noindex -swift-version 4 -enforce-exclusivity=checked -O -new-driver-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -serialize-debugging-options -Xcc -working-directory -Xcc /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-generated-files.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-own-target-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-project-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release/include -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources-normal/arm64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources/arm64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources -module-name SwiftGMP -target-sdk-version 12.3 -num-threads 8 -o /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/GMPInteger.o -o /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/arm64/GMPDouble.o
:1:9: note: in file included from :1:
#import "../GMPLib/gmp.h"
^
/Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMP/../GMPLib/gmp.h:35:8: error: "unsupported MacOSX cpu for libgmp framework"
#error "unsupported MacOSX cpu for libgmp framework"
^
/Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPInteger.swift:10:8: error: could not build Objective-C module 'GMP'
import GMP
^

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name SwiftGMP -O -whole-module-optimization -enforce-exclusivity=checked @/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -target x86_64-apple-macos10.10 -g -module-cache-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 4 -I /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -I /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMP -F /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -c -num-threads 8 -output-file-map /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.swiftmodule -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-generated-files.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-own-target-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-project-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release/include -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources-normal/x86_64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources/x86_64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-Swift.h -working-directory /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
CompileSwift normal x86_64 (in target 'SwiftGMP' from project 'SwiftGMP')
cd /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPInteger.swift /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPDouble.swift -emit-module-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.swiftmodule -emit-module-doc-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.swiftdoc -emit-module-source-info-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.swiftsourceinfo -emit-dependencies-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-master.d -serialize-diagnostics-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-master.dia -emit-objc-header-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP-Swift.h -emit-abi-descriptor-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/SwiftGMP.abi.json -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -I /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -I /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMP -F /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release -g -module-cache-path /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/ModuleCache.noindex -swift-version 4 -enforce-exclusivity=checked -O -new-driver-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-driver -serialize-debugging-options -Xcc -working-directory -Xcc /Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-generated-files.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-own-target-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/SwiftGMP-project-headers.hmap -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/BuildProductsPath/Release/include -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources-normal/x86_64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources/x86_64 -Xcc -I/Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/DerivedSources -module-name SwiftGMP -target-sdk-version 12.3 -num-threads 8 -o /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/GMPInteger.o -o /Users/boniradev/Library/Caches/org.carthage.CarthageKit/DerivedData/13.3.1_13E500a/SwiftGMP/v0.4.9/Build/Intermediates.noindex/ArchiveIntermediates/SwiftGMP/IntermediateBuildFilesPath/SwiftGMP.build/Release/SwiftGMP.build/Objects-normal/x86_64/GMPDouble.o
/Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPDouble.swift:230:33: warning: 'characters' is deprecated: Please use String directly
let isNegative = string.characters.first == "-" ? 1 : 0;
^
/Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPDouble.swift:234:46: warning: 'characters' is deprecated: Please use String directly
if(exponent > 0 && exponent < string.characters.count - isNegative) {
^
/Users/boniradev/Documents/ira/Calc/exp/BCAnalytics/Carthage/Checkouts/SwiftGMP/GMPDouble.swift:253:49: warning: 'characters' is deprecated: Please use String directly
for _ in 0..<(exponent - string.characters.count + isNegative) {
^

Command CompileSwiftSources failed with a nonzero exit code
** ARCHIVE FAILED **

The following build commands failed:
CompileSwift normal arm64 (in target 'SwiftGMP' from project 'SwiftGMP')
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftGMP' from project 'SwiftGMP')
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'SwiftGMP' from project 'SwiftGMP')
(3 failures)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants