Skip to content

Instantly share code, notes, and snippets.

@treastrain
Created October 16, 2023 13:00
Show Gist options
  • Save treastrain/66515607cd1616c8d9138a82b90ac551 to your computer and use it in GitHub Desktop.
Save treastrain/66515607cd1616c8d9138a82b90ac551 to your computer and use it in GitHub Desktop.
giginet/Scipio の `scipio prepare` を試して、そのままでは失敗になってしまったものたち https://x.com/treastrain/status/1713862218222358645
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "Scipio-CwlCatchException",
platforms: [.iOS(.v15)],
dependencies: [
.package(url: "https://github.com/Quick/Nimble", exact: "12.3.0"),
.package(url: "https://github.com/ashfurrow/Nimble-Snapshots", exact: "9.6.0"),
.package(url: "https://github.com/Quick/Quick", exact: "7.3.0"),
],
targets: [
.target(
name: "Scipio-CwlCatchException",
dependencies: [
.product(name: "Nimble", package: "Nimble"),
// .product(name: "Nimble-Snapshots", package: "Nimble-Snapshots"),
// .product(name: "Quick", package: "Quick"),
]),
]
)
/**
```
% scipio prepare
🔁 Resolving Dependencies...
dependency on 'nimble' is represented by similar locations ('https://github.com/Quick/Nimble' and 'https://github.com/Quick/Nimble.git') which are treated as the same canonical location 'github.com/quick/nimble'.
dependency 'nimble-snapshots' is not used by any target
dependency 'quick' is not used by any target
📦 Building CwlMachBadInstructionHandler for iOS
🚀 Combining into XCFramework...
📦 Building CwlCatchExceptionSupport for iOS
🚀 Combining into XCFramework...
📦 Building CwlCatchException for iOS
[CwlCatchException#24] failed
build cancelled
Unable to build for iOS
⚠️ Execution was terminated:
[#9223372036854766808] Compute target dependency graph
[#9223372036854766808] Building targets in dependency order
[#9223372036854766808] Target dependency graph (2 targets)
[#9223372036854766809] Gather provisioning inputs
[#9223372036854765809] Create build description
[#9223372036854765809] Build description signature: c8e3e8e5f21b92efb98a79b42d2243eb
[#9223372036854765809] Build description path: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/XCBuildData/c8e3e8e5f21b92efb98a79b42d2243eb.xcbuilddata
[#1] Build stat cache for /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk
cd /Users/treastrain/Developer/GitHub.com/treastrain
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache
[CwlCatchException] started
[CwlCatchException] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[CwlCatchException#2] Create directory CwlCatchException.framework
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework
[CwlCatchException#3] Create directory Headers
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Headers
[CwlCatchException#4] Write CwlCatchException.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/CwlCatchException.modulemap
[CwlCatchException#5] Copy CwlCatchException.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/CwlCatchException.modulemap /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos
[CwlCatchException#6] Write CwlCatchException_const_extract_protocols.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json
[CwlCatchException#7] Write CwlCatchException.SwiftFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList
[CwlCatchException#8] Write CwlCatchException-OutputFileMap.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json
[CwlCatchException#9] Planning Swift module CwlCatchException (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-SwiftDriver -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CwlCatchException -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/CwlCatchExceptionSupport.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -parse-as-library -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException -no-emit-module-separately-wmo
[CwlCatchExceptionSupport] started
[CwlCatchExceptionSupport] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[CwlCatchExceptionSupport#10] Process empty-CwlCatchExceptionSupport.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchExceptionSupport.build/empty-CwlCatchExceptionSupport.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchExceptionSupport.framework/Info.plist
[CwlCatchExceptionSupport] completed
[CwlCatchException#11] Write CwlCatchException.LinkFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.LinkFileList
[CwlCatchException#12] Write empty-CwlCatchException.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/empty-CwlCatchException.plist
[CwlCatchException#13] Process empty-CwlCatchException.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/empty-CwlCatchException.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Info.plist
[CwlCatchException#14] Compile CwlCatchException (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-Swift-Compilation -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CwlCatchException -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/CwlCatchExceptionSupport.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -parse-as-library -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException -no-emit-module-separately-wmo
[CwlCatchException#15] Compiling CwlCatchException.swift
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule -emit-module-doc-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftdoc -emit-module-source-info-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftsourceinfo -emit-dependencies-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-master.d -emit-const-values-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-master.swiftconstvalues -serialize-diagnostics-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-master.dia -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-Swift.h -emit-abi-descriptor-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.abi.json -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException -resource-dir /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/swift-overrides.hmap -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name CwlCatchException -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -parse-as-library -num-threads 8 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.o -index-unit-output-path /CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.o
[CwlCatchException#16] Compile CwlCatchException.swift (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule -emit-module-doc-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftdoc -emit-module-source-info-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftsourceinfo -emit-dependencies-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-master.d -emit-const-values-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-master.swiftconstvalues -serialize-diagnostics-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-master.dia -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-Swift.h -emit-abi-descriptor-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.abi.json -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException -resource-dir /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/swift-overrides.hmap -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name CwlCatchException -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -parse-as-library -num-threads 8 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.o -index-unit-output-path /CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.o
[CwlCatchException#17] Discovering Swift tasks after 'Compiling CwlCatchException.swift'
[CwlCatchException#18] Unblock downstream dependents of CwlCatchException (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CwlCatchException -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/CwlCatchExceptionSupport.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -parse-as-library -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException -no-emit-module-separately-wmo
[CwlCatchException#19] Merge Objective-C generated interface headers
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-swiftHeaderTool -arch arm64 /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException-Swift.h -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Headers/CwlCatchException-Swift.h
[CwlCatchException#20] Copy CwlCatchException.swiftmodule (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Modules/CwlCatchException.swiftmodule/arm64-apple-ios.swiftmodule
[CwlCatchException#21] Copy CwlCatchException.swiftdoc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftdoc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Modules/CwlCatchException.swiftmodule/arm64-apple-ios.swiftdoc
[CwlCatchException#22] Copy CwlCatchException.abi.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.abi.json /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Modules/CwlCatchException.swiftmodule/arm64-apple-ios.abi.json
[CwlCatchException#23] Copy CwlCatchException.swiftsourceinfo (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftsourceinfo /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/Modules/CwlCatchException.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
[CwlCatchException#24] Link CwlCatchException (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/checkouts/CwlCatchException
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -Os -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -filelist /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.LinkFileList -install_name @rpath/CwlCatchException.framework/CwlCatchException -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_lto.o -fobjc-link-runtime -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException.swiftmodule -Xlinker -dependency_info -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Intermediates.noindex/CwlCatchException.build/Release-iphoneos/CwlCatchException.build/Objects-normal/arm64/CwlCatchException_dependency_info.dat -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/DerivedData/Products/Release-iphoneos/CwlCatchException.framework/CwlCatchException
[CwlCatchException#24] Undefined symbols:
[CwlCatchException#24] Linker command failed with exit code 1 (use -v to see invocation)
[CwlCatchException#24] ld: Undefined symbols:
_catchExceptionOfKind, referenced from:
static (extension in CwlCatchException):__C.NSException.catchException(in: () -> ()) -> Self? in CwlCatchException.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[CwlCatchException#24] failed
build cancelled
🚀 Combining into XCFramework...
Something went wrong during building
Please execute with --verbose option.
Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/AssembledFrameworks/Release-iphoneos/CwlCatchException.framework
Error: Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-CwlCatchException/.build/scipio/AssembledFrameworks/Release-iphoneos/CwlCatchException.framework
```
*/
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "Scipio-GoogleUtilities-Environment",
platforms: [.iOS(.v15)],
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", exact: "10.0.0"),
],
targets: [
.target(
name: "Scipio-GoogleUtilities-Environment",
dependencies: [
.product(name: "FirebaseAnalytics", package: "firebase-ios-sdk"),
.product(name: "FirebaseCrashlytics", package: "firebase-ios-sdk"),
.product(name: "FirebasePerformance", package: "firebase-ios-sdk"),
]),
]
)
/**
```
% scipio prepare
🔁 Resolving Dependencies...
📦 Building FBLPromises for iOS
🚀 Combining into XCFramework...
📦 Building GoogleUtilities-Environment for iOS
[GoogleUtilities-Environment#18] failed
build cancelled
Unable to build for iOS
⚠️ Execution was terminated:
[#9223372036854766808] Compute target dependency graph
[#9223372036854766808] Building targets in dependency order
[#9223372036854766808] Target dependency graph (3 targets)
[#9223372036854766809] Gather provisioning inputs
[#9223372036854765809] Create build description
[#9223372036854765809] Build description signature: 3a65ef43f792fe3b85aecbe68f720a2e
[#9223372036854765809] Build description path: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/XCBuildData/3a65ef43f792fe3b85aecbe68f720a2e.xcbuilddata
[#1] Build stat cache for /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk
cd /Users/treastrain/Developer/GitHub.com/treastrain
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache
[GoogleUtilities-Environment] started
[GoogleUtilities-Environment] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[GoogleUtilities-Environment#2] Create directory GoogleUtilities_Environment.framework
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/GoogleUtilities_Environment.framework
[GoogleUtilities-Environment#3] Write GoogleUtilities-Environment.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/GoogleUtilities-Environment.modulemap
[GoogleUtilities-Environment#4] Copy GoogleUtilities-Environment.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/GoogleUtilities-Environment.modulemap /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos
[GoogleUtilities-Environment#5] Compile NSURLSession+GULPromises.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/NSURLSession+GULPromises.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/NSURLSession+GULPromises.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/NSURLSession+GULPromises.o
[GoogleUtilities-Environment#6] Compile GULURLSessionDataResponse.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULURLSessionDataResponse.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULURLSessionDataResponse.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULURLSessionDataResponse.o
[GoogleUtilities-Environment#7] Compile GULSecureCoding.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULSecureCoding.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULSecureCoding.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULSecureCoding.o
[GoogleUtilities-Environment#8] Compile GULNetworkInfo.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULNetworkInfo.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULNetworkInfo.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULNetworkInfo.o
[GoogleUtilities-Environment#9] Compile GULHeartbeatDateStorageUserDefaults.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULHeartbeatDateStorageUserDefaults.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULHeartbeatDateStorageUserDefaults.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULHeartbeatDateStorageUserDefaults.o
[GoogleUtilities-Environment#10] Compile GULKeychainStorage.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULKeychainStorage.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULKeychainStorage.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULKeychainStorage.o
[GoogleUtilities-Environment#11] Compile GULHeartbeatDateStorage.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULHeartbeatDateStorage.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULHeartbeatDateStorage.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULHeartbeatDateStorage.o
[GoogleUtilities-Environment#12] Compile GULKeychainUtils.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULKeychainUtils.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULKeychainUtils.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULKeychainUtils.o
[GoogleUtilities-Environment#13] Compile GULAppEnvironmentUtil.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=GoogleUtilities_Environment -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/Public -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises/Sources/FBLPromises/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULAppEnvironmentUtil.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULAppEnvironmentUtil.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GULAppEnvironmentUtil.o
[FBLPromises] started
[FBLPromises] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[FBLPromises] DEFINES_MODULE was set, but no umbrella header could be found to generate the module map
[FBLPromises#14] Process empty-FBLPromises.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/promises
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/Promises.build/Release-iphoneos/FBLPromises.build/empty-FBLPromises.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/FBLPromises.framework/Info.plist
[FBLPromises] completed
[GoogleUtilities-Environment#15] Write empty-GoogleUtilities_Environment.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/empty-GoogleUtilities_Environment.plist
[GoogleUtilities-Environment#16] Write GoogleUtilities_Environment.LinkFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GoogleUtilities_Environment.LinkFileList
[GoogleUtilities-Environment#17] Process empty-GoogleUtilities_Environment.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/empty-GoogleUtilities_Environment.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/GoogleUtilities_Environment.framework/Info.plist
[GoogleUtilities-Environment#18] Link GoogleUtilities_Environment (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/checkouts/GoogleUtilities
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -Os -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -filelist /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GoogleUtilities_Environment.LinkFileList -install_name @rpath/GoogleUtilities_Environment.framework/GoogleUtilities_Environment -dead_strip -Xlinker -object_path_lto -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GoogleUtilities_Environment_lto.o -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Intermediates.noindex/GoogleUtilities.build/Release-iphoneos/GoogleUtilities-Environment.build/Objects-normal/arm64/GoogleUtilities_Environment_dependency_info.dat -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/DerivedData/Products/Release-iphoneos/GoogleUtilities_Environment.framework/GoogleUtilities_Environment
[GoogleUtilities-Environment#18] Undefined symbols:
[GoogleUtilities-Environment#18] Linker command failed with exit code 1 (use -v to see invocation)
[GoogleUtilities-Environment#18] ld: Undefined symbols:
_FBLPromiseErrorDomain, referenced from:
___62-[GULKeychainStorage getObjectForKey:objectClass:accessGroup:]_block_invoke in GULKeychainStorage.o
_OBJC_CLASS_$_FBLPromise, referenced from:
in GULKeychainStorage.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[GoogleUtilities-Environment#18] failed
[FBLPromises_-613B793C1E784BCF_PackageProduct] started
[FBLPromises_-613B793C1E784BCF_PackageProduct] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[FBLPromises_-613B793C1E784BCF_PackageProduct] completed
build cancelled
🚀 Combining into XCFramework...
Something went wrong during building
Please execute with --verbose option.
Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/AssembledFrameworks/Release-iphoneos/GoogleUtilities_Environment.framework
Error: Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GoogleUtilities-Environment/.build/scipio/AssembledFrameworks/Release-iphoneos/GoogleUtilities_Environment.framework
```
*/
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "Scipio-GTMAppAuth",
platforms: [.iOS(.v15)],
dependencies: [
.package(url: "https://github.com/google/GoogleSignIn-iOS", exact: "6.2.4"),
],
targets: [
.target(
name: "Scipio-GTMAppAuth",
dependencies: [
.product(name: "GoogleSignInSwift", package: "GoogleSignIn-iOS"),
]),
]
)
/**
```
% scipio prepare
🔁 Resolving Dependencies...
📦 Building GTMSessionFetcherCore for iOS
🚀 Combining into XCFramework...
📦 Building AppAuthCore for iOS
🚀 Combining into XCFramework...
📦 Building AppAuth for iOS
[AppAuth#19] failed
build cancelled
Unable to build for iOS
⚠️ Execution was terminated:
[#9223372036854766808] Compute target dependency graph
[#9223372036854766808] Building targets in dependency order
[#9223372036854766808] Target dependency graph (2 targets)
[#9223372036854766809] Gather provisioning inputs
[#9223372036854765809] Create build description
[#9223372036854765809] Build description signature: 3420ba8d804b4c25b7b405b9bbc41bde
[#9223372036854765809] Build description path: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/XCBuildData/3420ba8d804b4c25b7b405b9bbc41bde.xcbuilddata
[#1] Build stat cache for /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk
cd /Users/treastrain/Developer/GitHub.com/treastrain
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache
[AppAuth] started
[AppAuth] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[AppAuth#2] Create directory AppAuth.framework
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/AppAuth.framework
[AppAuth#3] Write AppAuth.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/AppAuth.modulemap
[AppAuth#4] Copy AppAuth.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/AppAuth.modulemap /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos
[AppAuth#5] Compile OIDExternalUserAgentMac.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentMac.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentMac.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/OIDExternalUserAgentMac.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentMac.o
[AppAuth#6] Compile OIDExternalUserAgentIOS.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentIOS.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentIOS.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentIOS.o
[AppAuth#7] Compile OIDLoopbackHTTPServer.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDLoopbackHTTPServer.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDLoopbackHTTPServer.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer/OIDLoopbackHTTPServer.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDLoopbackHTTPServer.o
[AppAuth#8] Compile OIDRedirectHTTPHandler.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDRedirectHTTPHandler.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDRedirectHTTPHandler.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/OIDRedirectHTTPHandler.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDRedirectHTTPHandler.o
[AppAuth#9] Compile OIDExternalUserAgentCatalyst.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentCatalyst.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentCatalyst.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentCatalyst.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentCatalyst.o
[AppAuth#10] Compile OIDExternalUserAgentIOSCustomBrowser.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentIOSCustomBrowser.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentIOSCustomBrowser.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDExternalUserAgentIOSCustomBrowser.o
[AppAuth#11] Compile OIDAuthorizationService+Mac.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthorizationService+Mac.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthorizationService+Mac.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/OIDAuthorizationService+Mac.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthorizationService+Mac.o
[AppAuth#12] Compile OIDAuthorizationService+IOS.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthorizationService+IOS.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthorizationService+IOS.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDAuthorizationService+IOS.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthorizationService+IOS.o
[AppAuth#13] Compile OIDAuthState+Mac.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthState+Mac.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthState+Mac.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/OIDAuthState+Mac.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthState+Mac.o
[AppAuth#14] Compile OIDAuthState+IOS.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios11.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=AppAuth -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/macOS/LoopbackHTTPServer -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuthCore -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/AppAuthCore.modulemap -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthState+IOS.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthState+IOS.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDAuthState+IOS.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/OIDAuthState+IOS.o
[AppAuthCore] started
[AppAuthCore] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[AppAuthCore#15] Process empty-AppAuthCore.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuthCore.build/empty-AppAuthCore.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/AppAuthCore.framework/Info.plist
[AppAuthCore] completed
[AppAuth#16] Write AppAuth.LinkFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/AppAuth.LinkFileList
[AppAuth#17] Write empty-AppAuth.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/empty-AppAuth.plist
[AppAuth#18] Process empty-AppAuth.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/empty-AppAuth.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/AppAuth.framework/Info.plist
[AppAuth#10] 'openURL:' is deprecated: first deprecated in iOS 10.0
[AppAuth#10] 'openURL:' is deprecated: first deprecated in iOS 10.0
[AppAuth#10] /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
[[UIApplication sharedApplication] openURL:_appStoreURL];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:25:
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:97:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) API_UNAVAILABLE(visionos);
^
/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:25:
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:97:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) API_UNAVAILABLE(visionos);
^
2 warnings generated.
[AppAuth#6] 'openURL:' is deprecated: first deprecated in iOS 10.0
[AppAuth#6] /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:180:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS/Source/AppAuth/iOS/OIDExternalUserAgentIOS.h:23:
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:97:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) API_UNAVAILABLE(visionos);
^
1 warning generated.
[AppAuth#19] Link AppAuth (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/checkouts/AppAuth-iOS
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -Os -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -filelist /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/AppAuth.LinkFileList -install_name @rpath/AppAuth.framework/AppAuth -dead_strip -Xlinker -object_path_lto -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/AppAuth_lto.o -fobjc-arc -fobjc-link-runtime -Xlinker -dependency_info -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Intermediates.noindex/AppAuth.build/Release-iphoneos/AppAuth.build/Objects-normal/arm64/AppAuth_dependency_info.dat -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/DerivedData/Products/Release-iphoneos/AppAuth.framework/AppAuth
[AppAuth#19] Undefined symbols:
[AppAuth#19] Linker command failed with exit code 1 (use -v to see invocation)
[AppAuth#19] ld: Undefined symbols:
_OBJC_CLASS_$_OIDAuthState, referenced from:
__OBJC_$_CATEGORY_OIDAuthState_$_IOS in OIDAuthState+IOS.o
_OBJC_CLASS_$_OIDAuthorizationService, referenced from:
__OBJC_$_CATEGORY_OIDAuthorizationService_$_IOS in OIDAuthorizationService+IOS.o
_OBJC_CLASS_$_OIDErrorUtilities, referenced from:
in OIDExternalUserAgentIOS.o
_OBJC_CLASS_$_OIDURLQueryComponent, referenced from:
in OIDExternalUserAgentIOSCustomBrowser.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[AppAuth#19] failed
build cancelled
🚀 Combining into XCFramework...
Something went wrong during building
Please execute with --verbose option.
Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/AssembledFrameworks/Release-iphoneos/AppAuth.framework
Error: Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-GTMAppAuth/.build/scipio/AssembledFrameworks/Release-iphoneos/AppAuth.framework
```
*/
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "Scipio-HEVCPlayerView",
platforms: [.iOS(.v15)],
dependencies: [
.package(url: "https://github.com/DeNA/HEVCPlayerView", revision: "bfcba58773b4af4789d29660d3e2b9575b3a1d58"),
],
targets: [
.target(
name: "Scipio-HEVCPlayerView",
dependencies: [
.product(name: "HEVCPlayerView", package: "HEVCPlayerView"),
]),
]
)
/**
```
% scipio prepare
🔁 Resolving Dependencies...
📦 Building HEVCPlayerView for iOS
[HEVCPlayerView#32] failed
build cancelled
Unable to build for iOS
⚠️ Execution was terminated:
[#9223372036854766808] Compute target dependency graph
[#9223372036854766808] Building targets in dependency order
[#9223372036854766808] Target dependency graph (2 targets)
[#9223372036854766809] Gather provisioning inputs
[#9223372036854765809] Create build description
[#9223372036854765809] Build description signature: 11343b4b8457a19095cf26fc708615fc
[#9223372036854765809] Build description path: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/XCBuildData/11343b4b8457a19095cf26fc708615fc.xcbuilddata
[#1] Create build directory $(OBJROOT)
cd /Users/treastrain/Developer/GitHub.com/treastrain
builtin-create-build-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex
[#2] Create build directory $(TARGET_BUILD_DIR)
cd /Users/treastrain/Developer/GitHub.com/treastrain
builtin-create-build-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products
[#3] Build stat cache for /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk
cd /Users/treastrain/Developer/GitHub.com/treastrain
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache
[#4] Create build directory $(TARGET_BUILD_DIR)/Release-iphoneos
cd /Users/treastrain/Developer/GitHub.com/treastrain
builtin-create-build-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos
[#5] Create build directory $(OBJROOT)/EagerLinkingTBDs/Release-iphoneos
cd /Users/treastrain/Developer/GitHub.com/treastrain
builtin-create-build-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos
[#6] Create build directory $(TARGET_BUILD_DIR)/Release-iphoneos/PackageFrameworks
cd /Users/treastrain/Developer/GitHub.com/treastrain
builtin-create-build-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/PackageFrameworks
[HEVCPlayerView_HEVCPlayerView] started
[HEVCPlayerView_HEVCPlayerView#7] Create directory HEVCPlayerView_HEVCPlayerView.bundle
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle
[HEVCPlayerView] started
[HEVCPlayerView#8] Create directory HEVCPlayerView.framework
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView.framework
[HEVCPlayerView#9] Write HEVCPlayerView.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/HEVCPlayerView.modulemap
[HEVCPlayerView_HEVCPlayerView#10] Process Info-HEVCPlayerView_HEVCPlayerView.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/Info-HEVCPlayerView_HEVCPlayerView.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle/Info.plist
[HEVCPlayerView_HEVCPlayerView#11] Compile HEVCPlayerView.metal
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -c -target air64-apple-ios13.0 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -ffast-math -serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.build/Metal/HEVCPlayerView.dia -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.build/Metal/HEVCPlayerView.air -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.build/Metal/HEVCPlayerView.dat /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/HEVCPlayerView.metal
[HEVCPlayerView#12] Copy HEVCPlayerView.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/HEVCPlayerView.modulemap /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos
[HEVCPlayerView#13] Write resource_bundle_accessor.m
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.m
[HEVCPlayerView#14] Write resource_bundle_accessor.h
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.h
[HEVCPlayerView#15] Compile decoder.cc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/decoder.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/decoder.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/hevc/decoder.cc -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/decoder.o
[HEVCPlayerView#16] Compile bitstream.cc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/bitstream.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/bitstream.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/hevc/bitstream.cc -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/bitstream.o
[HEVCPlayerView#17] Compile resource_bundle_accessor.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -include /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/resource_bundle_accessor.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/resource_bundle_accessor.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/resource_bundle_accessor.o
[HEVCPlayerView#18] Compile HEVCQuickTimeAsset.mm (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -include /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCQuickTimeAsset.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCQuickTimeAsset.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/HEVCQuickTimeAsset.mm -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCQuickTimeAsset.o
[HEVCPlayerView#19] Compile HEVCWeakProxy.mm (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -include /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCWeakProxy.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCWeakProxy.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/HEVCWeakProxy.mm -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCWeakProxy.o
[HEVCPlayerView#20] Compile atom_collection.cc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/atom_collection.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/atom_collection.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/mov/atom_collection.cc -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/atom_collection.o
[HEVCPlayerView#21] Compile atom.cc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/atom.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/atom.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/mov/atom.cc -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/atom.o
[HEVCPlayerView#22] Compile HEVCPlayerView.mm (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu++11 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -include /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/HEVCPlayerView.mm -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView.o
[HEVCPlayerView#23] Compile HEVCBundleHelper.m (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -target arm64-apple-ios13.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -fmodule-name\=HEVCPlayerView -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DSWIFT_PACKAGE -DOBJC_OLD_DISPATCH_PROTOTYPES\=1 -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/include -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources-normal/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/arm64 -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -include /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCBundleHelper.d --serialize-diagnostics /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCBundleHelper.dia -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView/Sources/HEVCPlayerView/HEVCBundleHelper.m -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCBundleHelper.o
[HEVCPlayerView_HEVCPlayerView#24] Linking Metal AIR default.metallib
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -target air64-apple-ios13.0 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle/default.metallib /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.build/Metal/HEVCPlayerView.air
[HEVCPlayerView_HEVCPlayerView#25] Copy HEVCPlayerView.dat
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.build/Metal/HEVCPlayerView.dat /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle
[HEVCPlayerView_HEVCPlayerView#26] Register execution policy exception for HEVCPlayerView_HEVCPlayerView.bundle
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
builtin-RegisterExecutionPolicyException /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle
[HEVCPlayerView_HEVCPlayerView#27] Touch HEVCPlayerView_HEVCPlayerView.bundle
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/usr/bin/touch -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle
[HEVCPlayerView_HEVCPlayerView] completed
[HEVCPlayerView#28] Write empty-HEVCPlayerView.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/empty-HEVCPlayerView.plist
[HEVCPlayerView#29] Copy HEVCPlayerView_HEVCPlayerView.bundle
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView_HEVCPlayerView.bundle /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView.framework
[HEVCPlayerView#30] Write HEVCPlayerView.LinkFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView.LinkFileList
[HEVCPlayerView#31] Process empty-HEVCPlayerView.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/empty-HEVCPlayerView.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView.framework/Info.plist
[HEVCPlayerView#32] Link HEVCPlayerView (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/checkouts/HEVCPlayerView
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-ios13.0 -dynamiclib -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -Os -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -filelist /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView.LinkFileList -install_name @rpath/HEVCPlayerView.framework/HEVCPlayerView -dead_strip -Xlinker -object_path_lto -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView_lto.o -fobjc-arc -fobjc-link-runtime -framework SystemConfiguration -framework CoreMedia -framework CoreVideo -framework Metal -framework VideoToolbox -framework UIKit -Xlinker -dependency_info -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Intermediates.noindex/HEVCPlayerView.build/Release-iphoneos/HEVCPlayerView.build/Objects-normal/arm64/HEVCPlayerView_dependency_info.dat -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/DerivedData/Products/Release-iphoneos/HEVCPlayerView.framework/HEVCPlayerView
[HEVCPlayerView#32] Undefined symbols:
[HEVCPlayerView#32] Linker command failed with exit code 1 (use -v to see invocation)
[HEVCPlayerView#32] ld: Undefined symbols:
_OBJC_CLASS_$_CADisplayLink, referenced from:
in HEVCPlayerView.o
_OBJC_CLASS_$_CAMetalLayer, referenced from:
in HEVCPlayerView.o
_kCAGravityResizeAspectFill, referenced from:
-[HEVCPlayerView initViewWithDevice:] in HEVCPlayerView.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[HEVCPlayerView#32] failed
build cancelled
🚀 Combining into XCFramework...
Something went wrong during building
Please execute with --verbose option.
Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/AssembledFrameworks/Release-iphoneos/HEVCPlayerView.framework
Error: Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-HEVCPlayerView/.build/scipio/AssembledFrameworks/Release-iphoneos/HEVCPlayerView.framework
```
*/
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "Scipio-RxCocoa",
platforms: [.iOS(.v15)],
dependencies: [
.package(url: "https://github.com/treastrain/RxOptional", revision: "ef027eb8927aaf4167e07a383f9de29ec9a11214"), // Xcode 15 対応版
.package(url: "https://github.com/treastrain/RxSwiftExt", revision: "0a66c172e63efe704a2c7247fea1513548697ad3"), // Xcode 15 対応版
],
targets: [
.target(
name: "Scipio-RxCocoa",
dependencies: [
.product(name: "RxOptional", package: "RxOptional"),
.product(name: "RxSwiftExt", package: "RxSwiftExt"),
]),
]
)
/**
```
% scipio prepare
🔁 Resolving Dependencies...
📦 Building RxSwift for iOS
🚀 Combining into XCFramework...
📦 Building RxRelay for iOS
🚀 Combining into XCFramework...
📦 Building RxCocoaRuntime for iOS
🚀 Combining into XCFramework...
📦 Building RxCocoa for iOS
[RxCocoa#26] failed
build cancelled
Unable to build for iOS
⚠️ Execution was terminated:
[#9223372036854766808] Compute target dependency graph
[#9223372036854766808] Building targets in dependency order
[#9223372036854766808] Target dependency graph (4 targets)
[#9223372036854766809] Gather provisioning inputs
[#9223372036854765809] Create build description
[#9223372036854765809] Build description signature: a03068477722a86e1e9c5528afca930f
[#9223372036854765809] Build description path: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/XCBuildData/a03068477722a86e1e9c5528afca930f.xcbuilddata
[#1] Build stat cache for /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk
cd /Users/treastrain/Developer/GitHub.com/treastrain
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache
[RxSwift] started
[RxSwift] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[RxSwift#2] Process empty-RxSwift.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxSwift.build/empty-RxSwift.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxSwift.framework/Info.plist
[RxCocoa] started
[RxCocoa] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[RxCocoa#3] Create directory RxCocoa.framework
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework
[RxCocoa#4] Create directory Headers
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Headers
[RxSwift] completed
[RxRelay] started
[RxRelay] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[RxRelay#5] Process empty-RxRelay.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxRelay.build/empty-RxRelay.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxRelay.framework/Info.plist
[RxCocoaRuntime] started
[RxCocoaRuntime] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[RxCocoaRuntime#6] Process empty-RxCocoaRuntime.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoaRuntime.build/empty-RxCocoaRuntime.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoaRuntime.framework/Info.plist
[RxCocoa#7] Write RxCocoa.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/RxCocoa.modulemap
[RxCocoa#8] Copy RxCocoa.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/RxCocoa.modulemap /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos
[RxCocoa#9] Write RxCocoa.SwiftFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.SwiftFileList
[RxCocoa#10] Write RxCocoa-OutputFileMap.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-OutputFileMap.json
[RxCocoa#11] Write RxCocoa_const_extract_protocols.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_const_extract_protocols.json
[RxCocoa#12] Planning Swift module RxCocoa (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-SwiftDriver -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RxCocoa -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/RxCocoaRuntime.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift -no-emit-module-separately-wmo
[RxRelay] completed
[RxCocoaRuntime] completed
[RxCocoa#13] Write RxCocoa.LinkFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.LinkFileList
[RxCocoa#14] Write empty-RxCocoa.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/empty-RxCocoa.plist
[RxCocoa#15] Process empty-RxCocoa.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/empty-RxCocoa.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Info.plist
[RxCocoa#16] Compile RxCocoa (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-Swift-Compilation -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RxCocoa -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/RxCocoaRuntime.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift -no-emit-module-separately-wmo
[RxCocoa#17] Compiling BehaviorRelay+Driver.swift, ControlEvent+Driver.swift, ControlEvent+Signal.swift, ControlEvent.swift, ControlProperty+Driver.swift, ControlProperty.swift, ControlTarget.swift, DelegateProxy.swift, DelegateProxyType.swift, DispatchQueue+Extensions.swift, Driver+Subscription.swift, Driver.swift, Infallible+Bind.swift, ItemEvents.swift, KVORepresentable+CoreGraphics.swift, KVORepresentable+Swift.swift, KVORepresentable.swift, NSButton+Rx.swift, NSControl+Rx.swift, NSObject+Rx+KVORepresentable.swift, NSObject+Rx+RawRepresentable.swift, NSObject+Rx.swift, NSSlider+Rx.swift, NSTextField+Rx.swift, NSTextStorage+Rx.swift, NSTextView+Rx.swift, NSView+Rx.swift, NotificationCenter+Rx.swift, Observable+Bind.swift, ObservableConvertibleType+Driver.swift, ObservableConvertibleType+SharedSequence.swift, ObservableConvertibleType+Signal.swift, PublishRelay+Signal.swift, RxCocoa.swift, RxCocoaObjCRuntimeError+Extensions.swift, RxCollectionViewDataSourcePrefetchingProxy.swift, RxCollectionViewDataSourceProxy.swift, RxCollectionViewDataSourceType.swift, RxCollectionViewDelegateProxy.swift, RxCollectionViewReactiveArrayDataSource.swift, RxNavigationControllerDelegateProxy.swift, RxPickerViewAdapter.swift, RxPickerViewDataSourceProxy.swift, RxPickerViewDataSourceType.swift, RxPickerViewDelegateProxy.swift, RxScrollViewDelegateProxy.swift, RxSearchBarDelegateProxy.swift, RxSearchControllerDelegateProxy.swift, RxTabBarControllerDelegateProxy.swift, RxTabBarDelegateProxy.swift, RxTableViewDataSourcePrefetchingProxy.swift, RxTableViewDataSourceProxy.swift, RxTableViewDataSourceType.swift, RxTableViewDelegateProxy.swift, RxTableViewReactiveArrayDataSource.swift, RxTarget.swift, RxTextStorageDelegateProxy.swift, RxTextViewDelegateProxy.swift, RxWKNavigationDelegateProxy.swift, SchedulerType+SharedSequence.swift, SectionedViewDataSourceType.swift, SharedSequence+Concurrency.swift, SharedSequence+Operators+arity.swift, SharedSequence+Operators.swift, SharedSequence.swift, Signal+Subscription.swift, Signal.swift, TextInput.swift, UIActivityIndicatorView+Rx.swift, UIApplication+Rx.swift, UIBarButtonItem+Rx.swift, UIButton+Rx.swift, UICollectionView+Rx.swift, UIControl+Rx.swift, UIDatePicker+Rx.swift, UIGestureRecognizer+Rx.swift, UINavigationController+Rx.swift, UIPickerView+Rx.swift, UIRefreshControl+Rx.swift, UIScrollView+Rx.swift, UISearchBar+Rx.swift, UISearchController+Rx.swift, UISegmentedControl+Rx.swift, UISlider+Rx.swift, UIStepper+Rx.swift, UISwitch+Rx.swift, UITabBar+Rx.swift, UITabBarController+Rx.swift, UITableView+Rx.swift, UITextField+Rx.swift, UITextView+Rx.swift, URLSession+Rx.swift, WKWebView+Rx.swift
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/BehaviorRelay+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlEvent+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlEvent+Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlEvent.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlProperty+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlProperty.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlTarget.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/DelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/DelegateProxyType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/DispatchQueue+Extensions.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Driver+Subscription.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Infallible+Bind.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ItemEvents.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/KVORepresentable+CoreGraphics.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/KVORepresentable+Swift.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/KVORepresentable.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSButton+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSObject+Rx+KVORepresentable.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSObject+Rx+RawRepresentable.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSObject+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSSlider+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextStorage+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NotificationCenter+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Observable+Bind.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ObservableConvertibleType+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ObservableConvertibleType+SharedSequence.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ObservableConvertibleType+Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/PublishRelay+Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCocoa.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDataSourcePrefetchingProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDataSourceProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewReactiveArrayDataSource.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxNavigationControllerDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewAdapter.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewDataSourceProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxScrollViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxSearchBarDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxSearchControllerDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTabBarControllerDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTabBarDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDataSourcePrefetchingProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDataSourceProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewReactiveArrayDataSource.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTarget.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTextStorageDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTextViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SchedulerType+SharedSequence.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SectionedViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence+Concurrency.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence+Operators+arity.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence+Operators.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Signal+Subscription.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/TextInput.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIActivityIndicatorView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIApplication+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIBarButtonItem+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIButton+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UICollectionView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIDatePicker+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIGestureRecognizer+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UINavigationController+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIPickerView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIRefreshControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIScrollView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISearchBar+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISearchController+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISegmentedControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISlider+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIStepper+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISwitch+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITabBar+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITabBarController+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITableView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITextField+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITextView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/URLSession+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/WKWebView+Rx.swift -supplementary-output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift -resource-dir /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/swift-overrides.hmap -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name RxCocoa -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 8 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/BehaviorRelay+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlTarget.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxyType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DispatchQueue+Extensions.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver+Subscription.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Infallible+Bind.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ItemEvents.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+CoreGraphics.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+Swift.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSButton+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+KVORepresentable.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+RawRepresentable.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSSlider+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextField+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextStorage+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NotificationCenter+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Observable+Bind.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+SharedSequence.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/PublishRelay+Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoaObjCRuntimeError+Extensions.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourcePrefetchingProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewReactiveArrayDataSource.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxNavigationControllerDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewAdapter.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxScrollViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchBarDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchControllerDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarControllerDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourcePrefetchingProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewReactiveArrayDataSource.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTarget.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextStorageDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxWKNavigationDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SchedulerType+SharedSequence.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SectionedViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Concurrency.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators+arity.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal+Subscription.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/TextInput.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIActivityIndicatorView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIApplication+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIBarButtonItem+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIButton+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UICollectionView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIDatePicker+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIGestureRecognizer+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UINavigationController+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIPickerView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIRefreshControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIScrollView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchBar+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchController+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISegmentedControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISlider+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIStepper+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISwitch+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBar+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBarController+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITableView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextField+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/URLSession+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/WKWebView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/BehaviorRelay+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlTarget.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxyType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DispatchQueue+Extensions.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver+Subscription.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Infallible+Bind.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ItemEvents.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+CoreGraphics.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+Swift.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSButton+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+KVORepresentable.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+RawRepresentable.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSSlider+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextField+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextStorage+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NotificationCenter+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Observable+Bind.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+SharedSequence.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/PublishRelay+Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoaObjCRuntimeError+Extensions.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourcePrefetchingProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewReactiveArrayDataSource.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxNavigationControllerDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewAdapter.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxScrollViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchBarDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchControllerDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarControllerDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourcePrefetchingProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewReactiveArrayDataSource.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTarget.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextStorageDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxWKNavigationDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SchedulerType+SharedSequence.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SectionedViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Concurrency.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators+arity.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal+Subscription.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/TextInput.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIActivityIndicatorView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIApplication+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIBarButtonItem+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIButton+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UICollectionView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIDatePicker+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIGestureRecognizer+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UINavigationController+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIPickerView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIRefreshControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIScrollView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchBar+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchController+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISegmentedControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISlider+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIStepper+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISwitch+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBar+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBarController+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITableView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextField+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/URLSession+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/WKWebView+Rx.o
[RxCocoa#18] Compile 93 Swift source files (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/BehaviorRelay+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlEvent+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlEvent+Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlEvent.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlProperty+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlProperty.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ControlTarget.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/DelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/DelegateProxyType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/DispatchQueue+Extensions.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Driver+Subscription.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Infallible+Bind.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ItemEvents.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/KVORepresentable+CoreGraphics.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/KVORepresentable+Swift.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/KVORepresentable.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSButton+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSObject+Rx+KVORepresentable.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSObject+Rx+RawRepresentable.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSObject+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSSlider+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextStorage+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NSView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/NotificationCenter+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Observable+Bind.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ObservableConvertibleType+Driver.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ObservableConvertibleType+SharedSequence.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/ObservableConvertibleType+Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/PublishRelay+Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCocoa.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDataSourcePrefetchingProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDataSourceProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxCollectionViewReactiveArrayDataSource.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxNavigationControllerDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewAdapter.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewDataSourceProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxPickerViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxScrollViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxSearchBarDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxSearchControllerDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTabBarControllerDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTabBarDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDataSourcePrefetchingProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDataSourceProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTableViewReactiveArrayDataSource.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTarget.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTextStorageDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxTextViewDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SchedulerType+SharedSequence.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SectionedViewDataSourceType.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence+Concurrency.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence+Operators+arity.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence+Operators.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/SharedSequence.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Signal+Subscription.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/Signal.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/TextInput.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIActivityIndicatorView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIApplication+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIBarButtonItem+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIButton+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UICollectionView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIDatePicker+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIGestureRecognizer+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UINavigationController+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIPickerView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIRefreshControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIScrollView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISearchBar+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISearchController+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISegmentedControl+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISlider+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UIStepper+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UISwitch+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITabBar+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITabBarController+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITableView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITextField+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/UITextView+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/URLSession+Rx.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoa/WKWebView+Rx.swift -supplementary-output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift -resource-dir /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/RxCocoaRuntime.modulemap -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/swift-overrides.hmap -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name RxCocoa -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 8 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/BehaviorRelay+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlTarget.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxyType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DispatchQueue+Extensions.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver+Subscription.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Infallible+Bind.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ItemEvents.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+CoreGraphics.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+Swift.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSButton+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+KVORepresentable.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+RawRepresentable.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSSlider+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextField+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextStorage+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NotificationCenter+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Observable+Bind.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Driver.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+SharedSequence.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/PublishRelay+Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoaObjCRuntimeError+Extensions.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourcePrefetchingProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewReactiveArrayDataSource.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxNavigationControllerDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewAdapter.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxScrollViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchBarDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchControllerDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarControllerDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourcePrefetchingProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewReactiveArrayDataSource.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTarget.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextStorageDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextViewDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxWKNavigationDelegateProxy.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SchedulerType+SharedSequence.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SectionedViewDataSourceType.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Concurrency.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators+arity.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal+Subscription.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/TextInput.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIActivityIndicatorView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIApplication+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIBarButtonItem+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIButton+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UICollectionView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIDatePicker+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIGestureRecognizer+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UINavigationController+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIPickerView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIRefreshControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIScrollView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchBar+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchController+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISegmentedControl+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISlider+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIStepper+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISwitch+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBar+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBarController+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITableView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextField+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextView+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/URLSession+Rx.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/WKWebView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/BehaviorRelay+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent+Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlEvent.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlProperty.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ControlTarget.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DelegateProxyType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/DispatchQueue+Extensions.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver+Subscription.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Infallible+Bind.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ItemEvents.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+CoreGraphics.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable+Swift.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/KVORepresentable.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSButton+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+KVORepresentable.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx+RawRepresentable.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSObject+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSSlider+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextField+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextStorage+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSTextView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NSView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/NotificationCenter+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Observable+Bind.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Driver.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+SharedSequence.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/ObservableConvertibleType+Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/PublishRelay+Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoaObjCRuntimeError+Extensions.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourcePrefetchingProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCollectionViewReactiveArrayDataSource.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxNavigationControllerDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewAdapter.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxPickerViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxScrollViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchBarDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxSearchControllerDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarControllerDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTabBarDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourcePrefetchingProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTableViewReactiveArrayDataSource.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTarget.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextStorageDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxTextViewDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxWKNavigationDelegateProxy.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SchedulerType+SharedSequence.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SectionedViewDataSourceType.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Concurrency.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators+arity.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence+Operators.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/SharedSequence.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal+Subscription.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/Signal.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/TextInput.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIActivityIndicatorView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIApplication+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIBarButtonItem+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIButton+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UICollectionView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIDatePicker+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIGestureRecognizer+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UINavigationController+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIPickerView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIRefreshControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIScrollView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchBar+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISearchController+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISegmentedControl+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISlider+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UIStepper+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UISwitch+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBar+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITabBarController+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITableView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextField+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/UITextView+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/URLSession+Rx.o -index-unit-output-path /RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/WKWebView+Rx.o
[RxCocoa#19] Discovering Swift tasks after 'Compiling BehaviorRelay+Driver.swift, ControlEvent+Driver.swift, ControlEvent+Signal.swift, ControlEvent.swift, ControlProperty+Driver.swift, ControlProperty.swift, ControlTarget.swift, DelegateProxy.swift, DelegateProxyType.swift, DispatchQueue+Extensions.swift, Driver+Subscription.swift, Driver.swift, Infallible+Bind.swift, ItemEvents.swift, KVORepresentable+CoreGraphics.swift, KVORepresentable+Swift.swift, KVORepresentable.swift, NSButton+Rx.swift, NSControl+Rx.swift, NSObject+Rx+KVORepresentable.swift, NSObject+Rx+RawRepresentable.swift, NSObject+Rx.swift, NSSlider+Rx.swift, NSTextField+Rx.swift, NSTextStorage+Rx.swift, NSTextView+Rx.swift, NSView+Rx.swift, NotificationCenter+Rx.swift, Observable+Bind.swift, ObservableConvertibleType+Driver.swift, ObservableConvertibleType+SharedSequence.swift, ObservableConvertibleType+Signal.swift, PublishRelay+Signal.swift, RxCocoa.swift, RxCocoaObjCRuntimeError+Extensions.swift, RxCollectionViewDataSourcePrefetchingProxy.swift, RxCollectionViewDataSourceProxy.swift, RxCollectionViewDataSourceType.swift, RxCollectionViewDelegateProxy.swift, RxCollectionViewReactiveArrayDataSource.swift, RxNavigationControllerDelegateProxy.swift, RxPickerViewAdapter.swift, RxPickerViewDataSourceProxy.swift, RxPickerViewDataSourceType.swift, RxPickerViewDelegateProxy.swift, RxScrollViewDelegateProxy.swift, RxSearchBarDelegateProxy.swift, RxSearchControllerDelegateProxy.swift, RxTabBarControllerDelegateProxy.swift, RxTabBarDelegateProxy.swift, RxTableViewDataSourcePrefetchingProxy.swift, RxTableViewDataSourceProxy.swift, RxTableViewDataSourceType.swift, RxTableViewDelegateProxy.swift, RxTableViewReactiveArrayDataSource.swift, RxTarget.swift, RxTextStorageDelegateProxy.swift, RxTextViewDelegateProxy.swift, RxWKNavigationDelegateProxy.swift, SchedulerType+SharedSequence.swift, SectionedViewDataSourceType.swift, SharedSequence+Concurrency.swift, SharedSequence+Operators+arity.swift, SharedSequence+Operators.swift, SharedSequence.swift, Signal+Subscription.swift, Signal.swift, TextInput.swift, UIActivityIndicatorView+Rx.swift, UIApplication+Rx.swift, UIBarButtonItem+Rx.swift, UIButton+Rx.swift, UICollectionView+Rx.swift, UIControl+Rx.swift, UIDatePicker+Rx.swift, UIGestureRecognizer+Rx.swift, UINavigationController+Rx.swift, UIPickerView+Rx.swift, UIRefreshControl+Rx.swift, UIScrollView+Rx.swift, UISearchBar+Rx.swift, UISearchController+Rx.swift, UISegmentedControl+Rx.swift, UISlider+Rx.swift, UIStepper+Rx.swift, UISwitch+Rx.swift, UITabBar+Rx.swift, UITabBarController+Rx.swift, UITableView+Rx.swift, UITextField+Rx.swift, UITextView+Rx.swift, URLSession+Rx.swift, WKWebView+Rx.swift'
[RxCocoa#20] Unblock downstream dependents of RxCocoa (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RxCocoa -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/RxCocoaRuntime.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift/Sources/RxCocoaRuntime/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift -no-emit-module-separately-wmo
[RxCocoa#21] Merge Objective-C generated interface headers
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-swiftHeaderTool -arch arm64 /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa-Swift.h -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Headers/RxCocoa-Swift.h
[RxCocoa#22] Copy RxCocoa.swiftmodule (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftmodule /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Modules/RxCocoa.swiftmodule/arm64-apple-ios.swiftmodule
[RxCocoa#23] Copy RxCocoa.swiftdoc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftdoc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Modules/RxCocoa.swiftmodule/arm64-apple-ios.swiftdoc
[RxCocoa#24] Copy RxCocoa.abi.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.abi.json /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Modules/RxCocoa.swiftmodule/arm64-apple-ios.abi.json
[RxCocoa#25] Copy RxCocoa.swiftsourceinfo (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftsourceinfo /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/Modules/RxCocoa.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
[RxCocoa#26] Link RxCocoa (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/checkouts/RxSwift
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -Os -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -filelist /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.LinkFileList -install_name @rpath/RxCocoa.framework/RxCocoa -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_lto.o -fobjc-link-runtime -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa.swiftmodule -Xlinker -dependency_info -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Intermediates.noindex/RxSwift.build/Release-iphoneos/RxCocoa.build/Objects-normal/arm64/RxCocoa_dependency_info.dat -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/DerivedData/Products/Release-iphoneos/RxCocoa.framework/RxCocoa
[RxCocoa#26] Undefined symbols:
[RxCocoa#26] Linker command failed with exit code 1 (use -v to see invocation)
[RxCocoa#26] ld: Undefined symbols:
_OBJC_CLASS_$__RXKVOObserver, referenced from:
full type metadata for RxCocoa.(KVOObserver in _F7515DBB13B60709A3CB25DD19EDD11D) in NSObject+Rx.o
_OBJC_METACLASS_$__RXKVOObserver, referenced from:
_OBJC_METACLASS_$__TtC7RxCocoaP33_F7515DBB13B60709A3CB25DD19EDD11D11KVOObserver in NSObject+Rx.o
_RXObjCRuntimeErrorDomain, referenced from:
function signature specialization <Return = Owned To Guaranteed> of generic specialization <__C.NSError> of (extension in RxCocoa):Swift.Error.rxCocoaErrorForTarget(Swift.AnyObject) -> RxCocoa.RxCocoaObjCRuntimeError in NSObject+Rx.o
_RXObjCRuntimeErrorIsKVOKey, referenced from:
function signature specialization <Return = Owned To Guaranteed> of generic specialization <__C.NSError> of (extension in RxCocoa):Swift.Error.rxCocoaErrorForTarget(Swift.AnyObject) -> RxCocoa.RxCocoaObjCRuntimeError in NSObject+Rx.o
_RX_default_target_implementation, referenced from:
generic specialization <__C.NSObject, RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D)> of (extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
generic specialization <__C.NSObject, RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D)> of (extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
protocol witness for RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D).init() -> A in conformance RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D) : RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D) in RxCocoa in NSObject+Rx.o
protocol witness for RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D).isActive.getter : Swift.Bool in conformance RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D) : RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D) in RxCocoa in NSObject+Rx.o
protocol witness for RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D).init() -> A in conformance RxCocoa.(MessageSentProxy in _F7515DBB13B60709A3CB25DD19EDD11D) : RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D) in RxCocoa in NSObject+Rx.o
protocol witness for RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D).isActive.getter : Swift.Bool in conformance RxCocoa.(MessageSentProxy in _F7515DBB13B60709A3CB25DD19EDD11D) : RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D) in RxCocoa in NSObject+Rx.o
_RX_ensure_observing, referenced from:
generic specialization <__C.NSObject, RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D)> of (extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
(extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
_RX_reference_from_selector, referenced from:
generic specialization <__C.NSObject, RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D)> of (extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
(extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
_RX_selector, referenced from:
generic specialization <__C.NSObject, RxCocoa.(DeallocatingProxy in _F7515DBB13B60709A3CB25DD19EDD11D)> of (extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
(extension in RxCocoa):RxSwift.Reactive<A where A: AnyObject>.(registerMessageInterceptor in _F7515DBB13B60709A3CB25DD19EDD11D)<A where A1: RxCocoa.(MessageInterceptorSubject in _F7515DBB13B60709A3CB25DD19EDD11D)>(ObjectiveC.Selector) throws -> A1 in NSObject+Rx.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[RxCocoa#26] failed
build cancelled
🚀 Combining into XCFramework...
Something went wrong during building
Please execute with --verbose option.
Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/AssembledFrameworks/Release-iphoneos/RxCocoa.framework
Error: Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-RxCocoa/.build/scipio/AssembledFrameworks/Release-iphoneos/RxCocoa.framework
```
*/
// swift-tools-version: 5.9
import PackageDescription
let package = Package(
name: "Scipio-Zip",
platforms: [.iOS(.v15)],
dependencies: [
.package(url: "https://github.com/marmelroy/Zip", exact: "2.1.2"),
],
targets: [
.target(
name: "Scipio-Zip",
dependencies: [
.product(name: "Zip", package: "Zip"),
]),
]
)
/**
```
% scipio prepare
🔁 Resolving Dependencies...
📦 Building Minizip for iOS
🚀 Combining into XCFramework...
📦 Building Zip for iOS
[Zip#24] failed
build cancelled
Unable to build for iOS
⚠️ Execution was terminated:
[#9223372036854766808] Compute target dependency graph
[#9223372036854766808] Building targets in dependency order
[#9223372036854766808] Target dependency graph (2 targets)
[#9223372036854766809] Gather provisioning inputs
[#9223372036854765809] Create build description
[#9223372036854765809] Build description signature: 5ee3d0b9e47ff5ed814ae3559070c487
[#9223372036854765809] Build description path: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/XCBuildData/5ee3d0b9e47ff5ed814ae3559070c487.xcbuilddata
[#1] Build stat cache for /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk
cd /Users/treastrain/Developer/GitHub.com/treastrain
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache
[Zip] started
[Zip] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[Zip#2] Create directory Zip.framework
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework
[Zip#3] Create directory Headers
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
/bin/mkdir -p /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Headers
[Zip#4] Write Zip.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Zip.modulemap
[Zip#5] Copy Zip.modulemap
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Zip.modulemap /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos
[Zip#6] Write Zip_const_extract_protocols.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_const_extract_protocols.json
[Zip#7] Write Zip-OutputFileMap.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-OutputFileMap.json
[Zip#8] Write Zip.SwiftFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.SwiftFileList
[Zip#9] Planning Swift module Zip (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-SwiftDriver -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Zip -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/Minizip.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/minizip/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip -no-emit-module-separately-wmo
[Minizip] started
[Minizip] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.
[Minizip#10] Process empty-Minizip.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Minizip.build/empty-Minizip.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Minizip.framework/Info.plist
[Zip#11] Compile Zip (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-Swift-Compilation -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Zip -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/Minizip.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/minizip/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip -no-emit-module-separately-wmo
[Zip#12] Compiling QuickZip.swift, Zip.swift, ZipUtilities.swift
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/QuickZip.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/Zip.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/ZipUtilities.swift -supplementary-output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip -resource-dir /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/Minizip.modulemap -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/swift-overrides.hmap -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/minizip/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name Zip -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 8 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/QuickZip.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/ZipUtilities.o -index-unit-output-path /Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/QuickZip.o -index-unit-output-path /Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.o -index-unit-output-path /Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/ZipUtilities.o
[Minizip] completed
[Zip#13] Write empty-Zip.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/empty-Zip.plist
[Zip#14] Write Zip.LinkFileList (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
write-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.LinkFileList
[Zip#15] Process empty-Zip.plist
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-infoPlistUtility /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/empty-Zip.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Info.plist
[Zip#16] Compile 3 Swift source files (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/QuickZip.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/Zip.swift /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/ZipUtilities.swift -supplementary-output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/supplementaryOutputs-1 -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64 -target arm64-apple-ios11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -O -D SWIFT_PACKAGE -serialize-debugging-options -const-gather-protocols-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip -resource-dir /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/Minizip.modulemap -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/swift-overrides.hmap -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/minizip/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources -Xcc -DSWIFT_PACKAGE -module-name Zip -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -enable-default-cmo -num-threads 8 -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/QuickZip.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.o -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/ZipUtilities.o -index-unit-output-path /Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/QuickZip.o -index-unit-output-path /Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.o -index-unit-output-path /Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/ZipUtilities.o
[Zip#17] Discovering Swift tasks after 'Compiling QuickZip.swift, Zip.swift, ZipUtilities.swift'
[Zip#18] Unblock downstream dependents of Zip (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Zip -O -whole-module-optimization -enforce-exclusivity\=checked @/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.SwiftFileList -DSWIFT_PACKAGE -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -L /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -fmodule-map-file\=/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/GeneratedModuleMaps/iphoneos/Minizip.modulemap -sdk /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios11.0 -enable-bare-slash-regex -g -module-cache-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -swift-version 5 -I /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -I /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64 -c -num-threads 8 -Xcc -ivfsstatcache -Xcc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-c5a97ba67d5e52d3a8f5aadf8b268043.sdkstatcache -output-file-map /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_const_extract_protocols.json -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip/Zip/minizip/include -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources-normal/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources/arm64 -Xcc -I/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/DerivedSources -Xcc -DSWIFT_PACKAGE -emit-objc-header -emit-objc-header-path /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-Swift.h -working-directory /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip -no-emit-module-separately-wmo
[Zip#19] Merge Objective-C generated interface headers
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-swiftHeaderTool -arch arm64 /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip-Swift.h -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Headers/Zip-Swift.h
[Zip#20] Copy Zip.swiftmodule (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftmodule /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Modules/Zip.swiftmodule/arm64-apple-ios.swiftmodule
[Zip#21] Copy Zip.abi.json (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.abi.json /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Modules/Zip.swiftmodule/arm64-apple-ios.abi.json
[Zip#22] Copy Zip.swiftdoc (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftdoc /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Modules/Zip.swiftmodule/arm64-apple-ios.swiftdoc
[Zip#23] Copy Zip.swiftsourceinfo (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftsourceinfo /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Modules/Zip.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
[Zip#24] Link Zip (arm64)
cd /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/checkouts/Zip
/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios11.0 -dynamiclib -isysroot /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -Os -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -L/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/EagerLinkingTBDs/Release-iphoneos -F/Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos -F/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -filelist /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.LinkFileList -install_name @rpath/Zip.framework/Zip -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_lto.o -fobjc-link-runtime -L/Applications/Xcode-15.0.1-release-candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip.swiftmodule -lz -Xlinker -dependency_info -Xlinker /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Intermediates.noindex/Zip.build/Release-iphoneos/Zip.build/Objects-normal/arm64/Zip_dependency_info.dat -o /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/DerivedData/Products/Release-iphoneos/Zip.framework/Zip
[Zip#24] Undefined symbols:
[Zip#24] Linker command failed with exit code 1 (use -v to see invocation)
[Zip#24] ld: Undefined symbols:
_unzClose, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzCloseCurrentFile, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzGetCurrentFileInfo64, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzGoToFirstFile, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzGoToNextFile, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzOpen64, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzOpenCurrentFile, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzOpenCurrentFilePassword, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_unzReadCurrentFile, referenced from:
function signature specialization <Arg[6] = Dead> of static Zip.Zip.unzipFile(_: Foundation.URL, destination: Foundation.URL, overwrite: Swift.Bool, password: Swift.String?, progress: ((Swift.Double) -> ())?, fileOutputHandler: ((Foundation.URL) -> ())?) throws -> () in Zip.o
_zipClose, referenced from:
static Zip.Zip.zipData(archiveFiles: [Zip.ArchiveFile], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[5] = Dead> of static Zip.Zip.zipFiles(paths: [Foundation.URL], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
_zipCloseFileInZip, referenced from:
static Zip.Zip.zipData(archiveFiles: [Zip.ArchiveFile], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[5] = Dead> of static Zip.Zip.zipFiles(paths: [Foundation.URL], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
_zipOpen, referenced from:
static Zip.Zip.zipData(archiveFiles: [Zip.ArchiveFile], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[5] = Dead> of static Zip.Zip.zipFiles(paths: [Foundation.URL], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
_zipOpenNewFileInZip3, referenced from:
static Zip.Zip.zipData(archiveFiles: [Zip.ArchiveFile], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[5] = Dead> of static Zip.Zip.zipFiles(paths: [Foundation.URL], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[5] = Dead> of static Zip.Zip.zipFiles(paths: [Foundation.URL], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
_zipWriteInFileInZip, referenced from:
static Zip.Zip.zipData(archiveFiles: [Zip.ArchiveFile], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
function signature specialization <Arg[5] = Dead> of static Zip.Zip.zipFiles(paths: [Foundation.URL], zipFilePath: Foundation.URL, password: Swift.String?, compression: Zip.ZipCompression, progress: ((Swift.Double) -> ())?) throws -> () in Zip.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[Zip#24] failed
build cancelled
🚀 Combining into XCFramework...
Something went wrong during building
Please execute with --verbose option.
Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/AssembledFrameworks/Release-iphoneos/Zip.framework
Error: Execution was terminated:
error: the path does not point to a valid framework: /Users/treastrain/Developer/GitHub.com/treastrain/Scipio-Zip/.build/scipio/AssembledFrameworks/Release-iphoneos/Zip.framework
```
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment