Build Information
Successful build of SongPro with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SongProOrg/songpro-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SongProOrg/songpro-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2d47271 Add Swift tool version
Cloned https://github.com/SongProOrg/songpro-swift.git
Revision (git rev-parse @):
2d47271f96bbb530835796500ef7f22f51abc95e
SUCCESS checkout https://github.com/SongProOrg/songpro-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/SongProOrg/songpro-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/9] Compiling SongPro Section.swift
[4/9] Compiling SongPro SongPro.swift
[5/9] Compiling SongPro Measure.swift
[6/9] Compiling SongPro Part.swift
[7/9] Compiling SongPro Line.swift
[8/9] Emitting module SongPro
[9/9] Compiling SongPro Song.swift
Build complete! (19.83s)
Fetching https://github.com/eonist/ResourceHelper.git
[1/122] Fetching resourcehelper
Fetched https://github.com/eonist/ResourceHelper.git from cache (0.71s)
Creating working copy for https://github.com/eonist/ResourceHelper.git
Working copy of https://github.com/eonist/ResourceHelper.git resolved at master (1c45578)
Build complete.
{
"dependencies" : [
{
"identity" : "resourcehelper",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/eonist/ResourceHelper.git"
}
],
"manifest_display_name" : "SongPro",
"name" : "SongPro",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SongPro",
"targets" : [
"SongPro"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SongProTests",
"module_type" : "SwiftTarget",
"name" : "SongProTests",
"path" : "Tests/SongProTests",
"product_dependencies" : [
"ResourceHelper"
],
"sources" : [
"SongProTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SongPro"
],
"type" : "test"
},
{
"c99name" : "SongPro",
"module_type" : "SwiftTarget",
"name" : "SongPro",
"path" : "Sources/SongPro",
"product_memberships" : [
"SongPro"
],
"sources" : [
"Line.swift",
"Measure.swift",
"Part.swift",
"Section.swift",
"Song.swift",
"SongPro.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.