Build Information
Successful build of MathLib 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/forkercat/MathLib.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forkercat/MathLib
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 439fa72 Add length
Cloned https://github.com/forkercat/MathLib.git
Revision (git rev-parse @):
439fa720cd73b285f9109dc12c4d781847e5f502
SUCCESS checkout https://github.com/forkercat/MathLib.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/forkercat/MathLib.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/7] Write sources
[2/7] Write MathLib-Demo-entitlement.plist
[3/7] Write swift-version-6F35C1178C84523A.txt
[5/17] Compiling MathLib Vector+Int.swift
[6/17] Compiling MathLib Vector.swift
[7/17] Compiling MathLib Quaternion.swift
[8/17] Compiling MathLib Scalar.swift
[9/17] Compiling MathLib Vector+Float.swift
[10/17] Compiling MathLib Other.swift
[11/17] Compiling MathLib Matrix.swift
[12/17] Emitting module MathLib
[13/17] Compiling MathLib Functions.swift
[14/17] Compiling MathLib Constants.swift
[15/19] Emitting module MathLib_Demo
[16/19] Compiling MathLib_Demo main.swift
[16/19] Write Objects.LinkFileList
[17/19] Linking MathLib-Demo
[18/19] Applying MathLib-Demo
Build complete! (25.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MathLib",
"name" : "MathLib",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MathLib",
"targets" : [
"MathLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MathLib-Demo",
"targets" : [
"MathLib-Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MathLib_Demo",
"module_type" : "SwiftTarget",
"name" : "MathLib-Demo",
"path" : "Sources/MathLib-Demo",
"product_memberships" : [
"MathLib-Demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MathLib"
],
"type" : "executable"
},
{
"c99name" : "MathLib",
"module_type" : "SwiftTarget",
"name" : "MathLib",
"path" : "Sources/MathLib",
"product_memberships" : [
"MathLib",
"MathLib-Demo"
],
"sources" : [
"Constants.swift",
"Functions.swift",
"Matrix.swift",
"Other.swift",
"Quaternion.swift",
"Scalar.swift",
"Vector+Float.swift",
"Vector+Int.swift",
"Vector.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.