Build Information
Successful build of Hume 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/jasagredo/hume.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasagredo/hume
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d2e8b45 Corrected the cost
Cloned https://github.com/jasagredo/hume.git
Revision (git rev-parse @):
d2e8b456a33a6640820583113b239b646ef0bd75
SUCCESS checkout https://github.com/jasagredo/hume.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/jasagredo/hume.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/28] Emitting module Upsurge
[5/30] Compiling Upsurge ComplexArrayRealSlice.swift
[6/30] Compiling Upsurge ComplexArraySlice.swift
[7/30] Compiling Upsurge Exponential.swift
[8/30] Compiling Upsurge Tensor.swift
[9/30] Compiling Upsurge TensorSlice.swift
[10/30] Compiling Upsurge ValueArray.swift
[11/30] Compiling Upsurge ValueArraySlice.swift
[12/30] Compiling Upsurge PointerUtilities.swift
[13/30] Compiling Upsurge QuadraticType.swift
[14/30] Compiling Upsurge Real.swift
[15/30] Compiling Upsurge 2DTensorSlice.swift
[16/30] Compiling Upsurge Arithmetic.swift
[17/30] Compiling Upsurge Auxiliary.swift
[18/30] Compiling Upsurge Complex.swift
[19/30] Compiling Upsurge ComplexArithmetic.swift
[20/30] Compiling Upsurge ComplexArray.swift
[21/30] Compiling Upsurge Sequence.swift
[22/30] Compiling Upsurge Span.swift
[23/30] Compiling Upsurge Interval.swift
[24/30] Compiling Upsurge LinearOperators.swift
[25/30] Compiling Upsurge LinearType.swift
[26/30] Compiling Upsurge TensorType.swift
[27/30] Compiling Upsurge Value.swift
[28/30] Compiling Upsurge Matrix.swift
[29/30] Compiling Upsurge MatrixArithmetic.swift
[30/30] Compiling Upsurge MatrixSlice.swift
[31/32] Compiling Hume Hume.swift
[32/32] Emitting module Hume
Build complete! (34.87s)
Fetching https://github.com/aleph7/Upsurge.git
[1/2596] Fetching upsurge
Fetched https://github.com/aleph7/Upsurge.git from cache (1.10s)
Computing version for https://github.com/aleph7/Upsurge.git
Computed https://github.com/aleph7/Upsurge.git at 0.11.0 (0.66s)
Creating working copy for https://github.com/aleph7/Upsurge.git
Working copy of https://github.com/aleph7/Upsurge.git resolved at 0.11.0
Build complete.
{
"dependencies" : [
{
"identity" : "upsurge",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/aleph7/Upsurge.git"
}
],
"manifest_display_name" : "Hume",
"name" : "Hume",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Hume",
"targets" : [
"Hume"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HumeTests",
"module_type" : "SwiftTarget",
"name" : "HumeTests",
"path" : "Tests/HumeTests",
"sources" : [
"HumeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Hume"
],
"type" : "test"
},
{
"c99name" : "Hume",
"module_type" : "SwiftTarget",
"name" : "Hume",
"path" : "Sources/Hume",
"product_dependencies" : [
"Upsurge"
],
"product_memberships" : [
"Hume"
],
"sources" : [
"Hume.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.