Build Information
Successful build of Swift2D, reference main (775df1), with Swift 6.1 for macOS (SPM) on 22 Feb 2026 23:24:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Swift2D.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Swift2D
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 775df11 Adopt Swift-Testing (#10)
Cloned https://github.com/richardpiazza/Swift2D.git
Revision (git rev-parse @):
775df119a439294974f5e5240b160ff2578cf511
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Swift2D.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/Swift2D.git
https://github.com/richardpiazza/Swift2D.git
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing"
}
],
"manifest_display_name" : "Swift2D",
"name" : "Swift2D",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Swift2D",
"targets" : [
"Swift2D"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Swift2DTests",
"module_type" : "SwiftTarget",
"name" : "Swift2DTests",
"path" : "Tests/Swift2DTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"PointTests.swift",
"RectTests.swift",
"SizeTests.swift"
],
"target_dependencies" : [
"Swift2D"
],
"type" : "test"
},
{
"c99name" : "Swift2D",
"module_type" : "SwiftTarget",
"name" : "Swift2D",
"path" : "Sources/Swift2D",
"product_memberships" : [
"Swift2D"
],
"sources" : [
"Point+CoreGraphics.swift",
"Point.swift",
"Rect+CoreGraphics.swift",
"Rect.swift",
"Size+CoreGraphics.swift",
"Size.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling Swift2D Rect.swift
[4/9] Compiling Swift2D Size.swift
[5/9] Compiling Swift2D Point.swift
[6/9] Emitting module Swift2D
[7/9] Compiling Swift2D Rect+CoreGraphics.swift
[8/9] Compiling Swift2D Point+CoreGraphics.swift
[9/9] Compiling Swift2D Size+CoreGraphics.swift
Build complete! (14.10s)
Fetching https://github.com/swiftlang/swift-testing
[1/34432] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing from cache (2.11s)
Computing version for https://github.com/swiftlang/swift-testing
Computed https://github.com/swiftlang/swift-testing at 6.2.3 (2.79s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.02s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (5.35s)
Creating working copy for https://github.com/swiftlang/swift-testing
Working copy of https://github.com/swiftlang/swift-testing resolved at 6.2.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing"
}
],
"manifest_display_name" : "Swift2D",
"name" : "Swift2D",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Swift2D",
"targets" : [
"Swift2D"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Swift2DTests",
"module_type" : "SwiftTarget",
"name" : "Swift2DTests",
"path" : "Tests/Swift2DTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"PointTests.swift",
"RectTests.swift",
"SizeTests.swift"
],
"target_dependencies" : [
"Swift2D"
],
"type" : "test"
},
{
"c99name" : "Swift2D",
"module_type" : "SwiftTarget",
"name" : "Swift2D",
"path" : "Sources/Swift2D",
"product_memberships" : [
"Swift2D"
],
"sources" : [
"Point+CoreGraphics.swift",
"Point.swift",
"Rect+CoreGraphics.swift",
"Rect.swift",
"Size+CoreGraphics.swift",
"Size.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.