Build Information
Successful build of CodableGeoJSON, reference 4.0.0 (2750fe), with Swift 6.0 for macOS (SPM) on 6 Jul 2025 16:17:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guykogus/CodableGeoJSON.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guykogus/CodableGeoJSON
* tag 4.0.0 -> FETCH_HEAD
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 4.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/guykogus/CodableGeoJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Emitting module SwifterJSON
[5/5] Compiling SwifterJSON JSON.swift
[6/12] Compiling CodableGeoJSON GeoJSONPosition.swift
[7/12] Compiling CodableGeoJSON GeoJSONFeatureCollection.swift
[8/12] Compiling CodableGeoJSON GeoJSONFeatureIdentifier.swift
[9/12] Compiling CodableGeoJSON GeoJSONGeometry.swift
[10/12] Compiling CodableGeoJSON GeoJSONFeature.swift
[11/12] Emitting module CodableGeoJSON
[12/12] Compiling CodableGeoJSON GeoJSON.swift
Build complete! (8.16s)
Fetching https://github.com/guykogus/SwifterJSON.git
[1/279] Fetching swifterjson
Fetched https://github.com/guykogus/SwifterJSON.git from cache (0.66s)
Computing version for https://github.com/guykogus/SwifterJSON.git
Computed https://github.com/guykogus/SwifterJSON.git at 4.2.0 (0.47s)
Creating working copy for https://github.com/guykogus/SwifterJSON.git
Working copy of https://github.com/guykogus/SwifterJSON.git resolved at 4.2.0
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.