Build Information
Successful build of Common, reference 0.1.0 (5f33ad
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 05:08:30 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/gmosx/swift-common.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gmosx/swift-common
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 5f33ad8 Merge pull request #3 from gmosx/master
Cloned https://github.com/gmosx/swift-common.git
Revision (git rev-parse @):
5f33ad890cb4faab4104f7d6ee04e9546a35d797
SUCCESS checkout https://github.com/gmosx/swift-common.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/gmosx/swift-common.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 Common Job.swift
[4/5] Compiling Common HTMLString.swift
[5/5] Emitting module Common
Build complete! (0.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Common",
"name" : "Common",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Common",
"targets" : [
"Common"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CommonTests",
"module_type" : "SwiftTarget",
"name" : "CommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"CommonTests.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "test"
},
{
"c99name" : "Common",
"module_type" : "SwiftTarget",
"name" : "Common",
"path" : "Sources/Common",
"product_memberships" : [
"Common"
],
"sources" : [
"HTMLString.swift",
"Job.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.