Build Information
Successful build of Gate, reference main (2b6b58), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 16:52:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wadetregaskis/Gate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wadetregaskis/Gate
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2b6b582 Enabled all the upcoming features I'm aware of (except for `FullTypeThrows`, because it's currently badly broken in the Swift 6 compiler).
Cloned https://github.com/wadetregaskis/Gate.git
Revision (git rev-parse @):
2b6b582702c2fdf6445661881c2fb5ea9d54ca44
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/Gate.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wadetregaskis/Gate.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/4] Compiling Gate Gate.swift
[4/4] Emitting module Gate
Build complete! (3.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Gate",
"name" : "Gate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Gate",
"targets" : [
"Gate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GateTests",
"module_type" : "SwiftTarget",
"name" : "GateTests",
"path" : "Tests/GateTests",
"sources" : [
"GateTests.swift"
],
"target_dependencies" : [
"Gate"
],
"type" : "test"
},
{
"c99name" : "Gate",
"module_type" : "SwiftTarget",
"name" : "Gate",
"path" : "Sources/Gate",
"product_memberships" : [
"Gate"
],
"sources" : [
"Gate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.