Build Information
Successful build of Task, reference main (cfe31f
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:13:54 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/0xLeif/Task.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Task
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfe31fd Update README.md
Cloned https://github.com/0xLeif/Task.git
Revision (git rev-parse @):
cfe31fd675b88c36194a34e8ccb8e8f8068d41c8
SUCCESS checkout https://github.com/0xLeif/Task.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xLeif/Task.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/7] Emitting module Task
[4/7] Compiling Task Task+URLSession.swift
[5/7] Compiling Task Task.swift
[6/7] Compiling Task Task+sink.swift
[7/7] Compiling Task Task+map.swift
Build complete! (3.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Task",
"name" : "Task",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Task",
"targets" : [
"Task"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TaskTests",
"module_type" : "SwiftTarget",
"name" : "TaskTests",
"path" : "Tests/TaskTests",
"sources" : [
"TaskTests.swift"
],
"target_dependencies" : [
"Task"
],
"type" : "test"
},
{
"c99name" : "Task",
"module_type" : "SwiftTarget",
"name" : "Task",
"path" : "Sources/Task",
"product_memberships" : [
"Task"
],
"sources" : [
"Task+/Task+URLSession.swift",
"Task+/Task+map.swift",
"Task+/Task+sink.swift",
"Task.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.