Build Information
Successful build of GeoJSONKit, reference main (a5aabe
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:25:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maparoni/GeoJSONKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maparoni/GeoJSONKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a5aabe3 Sendable (#18)
Cloned https://github.com/maparoni/GeoJSONKit.git
Revision (git rev-parse @):
a5aabe3a1edddbcf14b49b3fa5be1ddd48dff7c8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/maparoni/GeoJSONKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/maparoni/GeoJSONKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling GeoJSONKit GeoJSON+Codable.swift
[4/5] Emitting module GeoJSONKit
[5/5] Compiling GeoJSONKit GeoJSON.swift
Build complete! (3.26s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GeoJSONKit",
"name" : "GeoJSONKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GeoJSONKit",
"targets" : [
"GeoJSONKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeoJSONKitTests",
"module_type" : "SwiftTarget",
"name" : "GeoJSONKitTests",
"path" : "Tests/GeoJSONKitTests",
"sources" : [
"ForeignMemberTest.swift",
"GeoJSONCodableTest.swift",
"GeoJSONParserTest.swift",
"SerializationTest.swift",
"XCTestCase+Load.swift"
],
"target_dependencies" : [
"GeoJSONKit"
],
"type" : "test"
},
{
"c99name" : "GeoJSONKit",
"module_type" : "SwiftTarget",
"name" : "GeoJSONKit",
"path" : "Sources/GeoJSONKit",
"product_memberships" : [
"GeoJSONKit"
],
"sources" : [
"GeoJSON+Codable.swift",
"GeoJSON.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.