Build Information
Successful build of CodableGeoJSON, reference main (2750fe), with Swift 6.1 for iOS using Xcode 16.3 on 6 Jul 2025 16:20:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodableGeoJSON -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/CodableGeoJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guykogus/CodableGeoJSON
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2750fea Mark all types as Sendable
Cloned https://github.com/guykogus/CodableGeoJSON.git
Revision (git rev-parse @):
2750fea8178d8d13b54da56282c6fa1ccbbaf4b7
SUCCESS checkout https://github.com/guykogus/CodableGeoJSON.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/guykogus/CodableGeoJSON.git
https://github.com/guykogus/CodableGeoJSON.git
{
"dependencies" : [
{
"identity" : "swifterjson",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/guykogus/SwifterJSON.git"
}
],
"manifest_display_name" : "CodableGeoJSON",
"name" : "CodableGeoJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableGeoJSON",
"targets" : [
"CodableGeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableGeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSONTests",
"path" : "CodableGeoJSONTests",
"sources" : [
"GeoJSONFeatureCollectionTests.swift",
"GeoJSONFeatureTests.swift",
"GeoJSONGeometryTests.swift",
"GeoJSONStaticFeatureTests.swift",
"GeoJSONTests.swift"
],
"target_dependencies" : [
"CodableGeoJSON"
],
"type" : "test"
},
{
"c99name" : "CodableGeoJSON",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSON",
"path" : "CodableGeoJSON",
"product_dependencies" : [
"SwifterJSON"
],
"product_memberships" : [
"CodableGeoJSON"
],
"sources" : [
"GeoJSON.swift",
"GeoJSONFeature.swift",
"GeoJSONFeatureCollection.swift",
"GeoJSONFeatureIdentifier.swift",
"GeoJSONGeometry.swift",
"GeoJSONPosition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/guykogus/SwifterJSON.git
Creating working copy of package ‘SwifterJSON’
Checking out 4.2.0 of package ‘SwifterJSON’
Resolve Package Graph
Resolved source packages:
SwifterJSON: https://github.com/guykogus/SwifterJSON.git @ 4.2.0
CodableGeoJSON: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwifterJSON, CodableGeoJSON
{
"dependencies" : [
{
"identity" : "swifterjson",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/guykogus/SwifterJSON.git"
}
],
"manifest_display_name" : "CodableGeoJSON",
"name" : "CodableGeoJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableGeoJSON",
"targets" : [
"CodableGeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableGeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSONTests",
"path" : "CodableGeoJSONTests",
"sources" : [
"GeoJSONFeatureCollectionTests.swift",
"GeoJSONFeatureTests.swift",
"GeoJSONGeometryTests.swift",
"GeoJSONStaticFeatureTests.swift",
"GeoJSONTests.swift"
],
"target_dependencies" : [
"CodableGeoJSON"
],
"type" : "test"
},
{
"c99name" : "CodableGeoJSON",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSON",
"path" : "CodableGeoJSON",
"product_dependencies" : [
"SwifterJSON"
],
"product_memberships" : [
"CodableGeoJSON"
],
"sources" : [
"GeoJSON.swift",
"GeoJSONFeature.swift",
"GeoJSONFeatureCollection.swift",
"GeoJSONFeatureIdentifier.swift",
"GeoJSONGeometry.swift",
"GeoJSONPosition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CodableGeoJSON"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodableGeoJSON -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CodableGeoJSON -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwifterJSON: https://github.com/guykogus/SwifterJSON.git @ 4.2.0
CodableGeoJSON: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'CodableGeoJSON' in project 'CodableGeoJSON'
➜ Explicit dependency on target 'CodableGeoJSON' in project 'CodableGeoJSON'
➜ Explicit dependency on target 'SwifterJSON' in project 'SwifterJSON'
Target 'CodableGeoJSON' in project 'CodableGeoJSON'
➜ Explicit dependency on target 'SwifterJSON' in project 'SwifterJSON'
Target 'SwifterJSON' in project 'SwifterJSON'
➜ Explicit dependency on target 'SwifterJSON' in project 'SwifterJSON'
Target 'SwifterJSON' in project 'SwifterJSON' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cb088b4a0b85243d65955aa31e4956ed
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cb088b4a0b85243d65955aa31e4956ed.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.DependencyStaticMetadataFileList (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.modulemap (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_const_extract_protocols.json (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.modulemap (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_const_extract_protocols.json (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-OutputFileMap.json (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftConstValuesFileList (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftFileList (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.LinkFileList (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.DependencyMetadataFileList (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftFileList (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftConstValuesFileList (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.LinkFileList (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-OutputFileMap.json (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.DependencyStaticMetadataFileList (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwifterJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.modulemap (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.DependencyMetadataFileList (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CodableGeoJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.modulemap (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver SwifterJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwifterJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swifterjson -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwifterJSON (in target 'SwifterJSON' from project 'SwifterJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON/Sources/JSON.swift (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON/Sources/JSON.swift (in target 'SwifterJSON' from project 'SwifterJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON/Sources/JSON.swift (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SwifterJSON (in target 'SwifterJSON' from project 'SwifterJSON')
SwiftDriver\ Compilation\ Requirements SwifterJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwifterJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swifterjson -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwifterJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-Swift.h (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwifterJSON-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.abi.json (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftmodule (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftdoc (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftsourceinfo (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver CodableGeoJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableGeoJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ GeoJSONFeatureIdentifier.swift /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONFeatureIdentifier.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONFeatureIdentifier.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeoJSONFeatureCollection.swift /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONFeatureCollection.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONFeatureCollection.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeoJSONFeature.swift /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONFeature.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONFeature.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeoJSONGeometry.swift /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONGeometry.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONGeometry.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CodableGeoJSON (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
EmitSwiftModule normal arm64 (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeoJSON.swift /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSON.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSON.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GeoJSONPosition.swift /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONPosition.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CodableGeoJSON/GeoJSONPosition.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CodableGeoJSON (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriver\ Compilation\ Requirements CodableGeoJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableGeoJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CodableGeoJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-Swift.h (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CodableGeoJSON-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftmodule (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftdoc (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.abi.json (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftsourceinfo (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling GeoJSONFeatureCollection.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling GeoJSONPosition.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling GeoJSONFeatureIdentifier.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling GeoJSONFeature.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling GeoJSONGeometry.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriverJobDiscovery normal arm64 Compiling GeoJSON.swift (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
SwiftDriver\ Compilation CodableGeoJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CodableGeoJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'SwifterJSON' from project 'SwifterJSON')
SwiftDriver\ Compilation SwifterJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwifterJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swifterjson -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.o normal (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.o
ExtractAppIntentsMetadata (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwifterJSON --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier swifterjson.SwifterJSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/SwifterJSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwifterJSON.build/Debug-iphoneos/SwifterJSON.build/Objects-normal/arm64/SwifterJSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-07-06 09:20:29.158 appintentsmetadataprocessor[756:4255] Starting appintentsmetadataprocessor export
2025-07-06 09:20:29.202 appintentsmetadataprocessor[756:4255] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.o (in target 'SwifterJSON' from project 'SwifterJSON')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwifterJSON
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwifterJSON.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.o normal (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.o
ExtractAppIntentsMetadata (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CodableGeoJSON --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.CodableGeoJSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/CodableGeoJSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CodableGeoJSON.build/Debug-iphoneos/CodableGeoJSON.build/Objects-normal/arm64/CodableGeoJSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-07-06 09:20:29.257 appintentsmetadataprocessor[759:4271] Starting appintentsmetadataprocessor export
2025-07-06 09:20:29.292 appintentsmetadataprocessor[759:4271] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.o (in target 'CodableGeoJSON' from project 'CodableGeoJSON')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CodableGeoJSON.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swifterjson",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/guykogus/SwifterJSON.git"
}
],
"manifest_display_name" : "CodableGeoJSON",
"name" : "CodableGeoJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableGeoJSON",
"targets" : [
"CodableGeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableGeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSONTests",
"path" : "CodableGeoJSONTests",
"sources" : [
"GeoJSONFeatureCollectionTests.swift",
"GeoJSONFeatureTests.swift",
"GeoJSONGeometryTests.swift",
"GeoJSONStaticFeatureTests.swift",
"GeoJSONTests.swift"
],
"target_dependencies" : [
"CodableGeoJSON"
],
"type" : "test"
},
{
"c99name" : "CodableGeoJSON",
"module_type" : "SwiftTarget",
"name" : "CodableGeoJSON",
"path" : "CodableGeoJSON",
"product_dependencies" : [
"SwifterJSON"
],
"product_memberships" : [
"CodableGeoJSON"
],
"sources" : [
"GeoJSON.swift",
"GeoJSONFeature.swift",
"GeoJSONFeatureCollection.swift",
"GeoJSONFeatureIdentifier.swift",
"GeoJSONGeometry.swift",
"GeoJSONPosition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.