Build Information
Successful build of SwiftPackageScripts, reference 0.4.3 (35aa6c
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 10:13:07 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/danielsaidi/SwiftPackageScripts.git
Reference: 0.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/SwiftPackageScripts
* tag 0.4.3 -> FETCH_HEAD
HEAD is now at 35aa6c4 Adjust test script to automatically locate simulators
Cloned https://github.com/danielsaidi/SwiftPackageScripts.git
Revision (git rev-parse @):
35aa6c44898d2403b302fe09bc3e3e1943b4b573
SUCCESS checkout https://github.com/danielsaidi/SwiftPackageScripts.git at 0.4.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielsaidi/SwiftPackageScripts.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] Emitting module SwiftPackageScripts
[4/4] Compiling SwiftPackageScripts SwiftPackageScripts.swift
Build complete! (0.61s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftPackageScripts",
"name" : "SwiftPackageScripts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftPackageScripts",
"targets" : [
"SwiftPackageScripts"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPackageScriptsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPackageScriptsTests",
"path" : "Tests/SwiftPackageScriptsTests",
"sources" : [
"SwiftPackageBuildScriptsTests.swift"
],
"target_dependencies" : [
"SwiftPackageScripts"
],
"type" : "test"
},
{
"c99name" : "SwiftPackageScripts",
"module_type" : "SwiftTarget",
"name" : "SwiftPackageScripts",
"path" : "Sources/SwiftPackageScripts",
"product_memberships" : [
"SwiftPackageScripts"
],
"sources" : [
"SwiftPackageScripts.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.