Build Information
Successful build of MyLibrary, reference 1.0.0 (694131), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 11:04:49 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/sweetclimusic/MyLibrary.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sweetclimusic/MyLibrary
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 6941313 adding .gitignore
Cloned https://github.com/sweetclimusic/MyLibrary.git
Revision (git rev-parse @):
6941313f03022b9d3dd76088dcd68aea19f32f2d
SUCCESS checkout https://github.com/sweetclimusic/MyLibrary.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sweetclimusic/MyLibrary.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] Compiling MyLibrary PatternMatching.swift
[4/7] Emitting module MyLibrary
[5/7] Compiling MyLibrary Bool.swift
[6/7] Compiling MyLibrary Sequence.swift
[7/7] Compiling MyLibrary FloatingPoint.swift
Build complete! (0.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MyLibrary",
"name" : "MyLibrary",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MyLibrary",
"targets" : [
"MyLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MyLibraryTests",
"module_type" : "SwiftTarget",
"name" : "MyLibraryTests",
"path" : "Tests/MyLibraryTests",
"sources" : [
"BoolInitTestCase.swift",
"FloatingPointTestCase.swift",
"PatternMatchingTestCase.swift",
"SequenceTestCase.swift"
],
"target_dependencies" : [
"MyLibrary"
],
"type" : "test"
},
{
"c99name" : "MyLibrary",
"module_type" : "SwiftTarget",
"name" : "MyLibrary",
"path" : "Sources/MyLibrary",
"product_memberships" : [
"MyLibrary"
],
"sources" : [
"Bool.swift",
"FloatingPoint.swift",
"PatternMatching.swift",
"Sequence.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.