Build Information
Successful build of kvSIMD.swift, reference main (d95f35
), with Swift 5.9 for macOS (SPM) on 24 Feb 2025 01:20:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/keyvariable/kvSIMD.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/keyvariable/kvSIMD.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d95f359 README.
Cloned https://github.com/keyvariable/kvSIMD.swift.git
Revision (git rev-parse @):
d95f3590b28ffc35c51d570a521daea1ce74e490
SUCCESS checkout https://github.com/keyvariable/kvSIMD.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/keyvariable/kvSIMD.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Emitting module kvSIMD_Placeholder
[2/12] Compiling kvSIMD_Placeholder kvSIMD_Placeholder.swift
[3/12] Compiling kvSIMD KvExtensions.swift
[4/12] Compiling kvSIMD KvTypes.swift
[5/12] Compiling kvSIMD KvAux.swift
[6/12] Compiling kvSIMD KvQuaternions.swift
[7/12] Compiling kvSIMD KvFabrics.swift
[8/12] Compiling kvSIMD KvMatrices.swift
[9/12] Emitting module kvSIMD
[10/12] Compiling kvSIMD KvConversions.swift
[11/12] Compiling kvSIMD KvConstants.swift
[12/12] Compiling kvSIMD KvFunctions.swift
Build complete! (21.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "kvSIMD.swift",
"name" : "kvSIMD.swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "kvSIMD",
"targets" : [
"kvSIMD_Placeholder"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "kvSIMD.forced",
"targets" : [
"kvSIMD"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "kvSIMD_Placeholder",
"module_type" : "SwiftTarget",
"name" : "kvSIMD_Placeholder",
"path" : "Sources/kvSIMD_Placeholder",
"product_memberships" : [
"kvSIMD"
],
"sources" : [
"kvSIMD_Placeholder.swift"
],
"type" : "library"
},
{
"c99name" : "kvSIMDTests",
"module_type" : "SwiftTarget",
"name" : "kvSIMDTests",
"path" : "Tests/kvSIMDTests",
"sources" : [
"KvAux.swift",
"KvConstantTests.swift",
"KvConversionTests.swift",
"KvFabricTests.swift",
"KvFunctionTests.swift",
"KvMatrixTests.swift",
"KvQuaternionTests.swift",
"KvTypeTests.swift"
],
"target_dependencies" : [
"kvSIMD"
],
"type" : "test"
},
{
"c99name" : "kvSIMD",
"module_type" : "SwiftTarget",
"name" : "kvSIMD",
"path" : "Sources/kvSIMD",
"product_memberships" : [
"kvSIMD.forced"
],
"sources" : [
"KvAux.swift",
"KvConstants.swift",
"KvConversions.swift",
"KvExtensions.swift",
"KvFabrics.swift",
"KvFunctions.swift",
"KvMatrices.swift",
"KvQuaternions.swift",
"KvTypes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.