Build Information
Successful build of swift-quantum, reference 1.0.8 (0e0d68), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 19:50:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crodriguezdominguez/swift-quantum.git
Reference: 1.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crodriguezdominguez/swift-quantum
* tag 1.0.8 -> FETCH_HEAD
HEAD is now at 0e0d685 Added Linux support
Cloned https://github.com/crodriguezdominguez/swift-quantum.git
Revision (git rev-parse @):
0e0d6853a5a36bb6d8fdebb0e1233f3340a20b93
SUCCESS checkout https://github.com/crodriguezdominguez/swift-quantum.git at 1.0.8
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.11s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (4.31s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-quantum",
"name": "swift-quantum",
"url": "https://github.com/crodriguezdominguez/swift-quantum.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-quantum",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-numerics",
"name": "swift-numerics",
"url": "https://github.com/apple/swift-numerics",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/crodriguezdominguez/swift-quantum.git
[1/316] Fetching swift-quantum
Fetched https://github.com/crodriguezdominguez/swift-quantum.git from cache (0.71s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.14s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/crodriguezdominguez/swift-quantum.git
Working copy of https://github.com/crodriguezdominguez/swift-quantum.git resolved at 1.0.8 (0e0d685)
warning: '.resolve-product-dependencies': dependency 'swift-quantum' is not used by any target
Found 1 product dependencies
- swift-numerics
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/crodriguezdominguez/swift-quantum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version--6988338F2F200930.txt
[7/16] Compiling RealModule Real.swift
[8/17] Compiling RealModule Float80+Real.swift
[9/17] Compiling RealModule ElementaryFunctions.swift
[10/17] Compiling RealModule Float16+Real.swift
[11/17] Compiling RealModule Float+Real.swift
[12/17] Compiling RealModule ApproximateEquality.swift
[13/17] Compiling RealModule AugmentedArithmetic.swift
[14/17] Emitting module RealModule
[15/17] Compiling RealModule AlgebraicField.swift
[16/17] Compiling RealModule Double+Real.swift
[17/17] Compiling RealModule RealFunctions.swift
[18/22] Compiling ComplexModule Complex.swift
[19/22] Compiling ComplexModule ElementaryFunctions.swift
[20/22] Emitting module ComplexModule
[21/22] Compiling ComplexModule Arithmetic.swift
[22/22] Compiling ComplexModule Differentiable.swift
[23/24] Compiling Numerics Numerics.swift
[24/24] Emitting module Numerics
[25/44] Compiling SwiftQuantum QuCircuitSerializer.swift
[26/44] Compiling SwiftQuantum QuGate.swift
[27/44] Emitting module SwiftQuantum
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQuantum/Maths/Complex/Complex+Extensions.swift:94:1: warning: extension declares a conformance of imported type 'Complex' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'ComplexModule' introduce this conformance in the future
92 | }
93 |
94 | extension Complex : ExpressibleByFloatLiteral where RealType == Double {
| |- warning: extension declares a conformance of imported type 'Complex' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'ComplexModule' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
95 | public init(floatLiteral value: FloatLiteralType) {
96 | self.init(value)
[28/44] Compiling SwiftQuantum QuMeasurer.swift
[29/44] Compiling SwiftQuantum QuRegister.swift
[30/44] Compiling SwiftQuantum QuBit.swift
[31/44] Compiling SwiftQuantum QuBitOperators.swift
[32/44] Compiling SwiftQuantum QuRegisterOperators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQuantum/Maths/Complex/Complex+Extensions.swift:94:1: warning: extension declares a conformance of imported type 'Complex' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'ComplexModule' introduce this conformance in the future
92 | }
93 |
94 | extension Complex : ExpressibleByFloatLiteral where RealType == Double {
| |- warning: extension declares a conformance of imported type 'Complex' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'ComplexModule' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
95 | public init(floatLiteral value: FloatLiteralType) {
96 | self.init(value)
[33/44] Compiling SwiftQuantum Complex+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQuantum/Maths/Complex/Complex+Extensions.swift:94:1: warning: extension declares a conformance of imported type 'Complex' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'ComplexModule' introduce this conformance in the future
92 | }
93 |
94 | extension Complex : ExpressibleByFloatLiteral where RealType == Double {
| |- warning: extension declares a conformance of imported type 'Complex' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'ComplexModule' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
95 | public init(floatLiteral value: FloatLiteralType) {
96 | self.init(value)
[34/44] Compiling SwiftQuantum FlipCircuit.swift
[35/44] Compiling SwiftQuantum GroverCircuit.swift
[36/44] Compiling SwiftQuantum InverseCircuit.swift
[37/44] Compiling SwiftQuantum QuBitTransformer.swift
[38/44] Compiling SwiftQuantum QuCircuit.swift
[39/44] Compiling SwiftQuantum QuTeleportationCircuit.swift
[40/44] Compiling SwiftQuantum SumCircuits.swift
[41/44] Compiling SwiftQuantum PhaseEstimationCircuit.swift
[42/44] Compiling SwiftQuantum QuGateCircuitImplementations.swift
[43/44] Compiling SwiftQuantum Integer+BinaryExtensions.swift
[44/44] Compiling SwiftQuantum QuAnalyzer.swift
[45/46] Compiling SwiftQuantum QuAmplitudeMatrix.swift
[46/46] Compiling SwiftQuantum SparseArray.swift
Build complete! (10.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "swift-quantum",
"name" : "swift-quantum",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftQuantum",
"targets" : [
"SwiftQuantum"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftQuantumTests",
"module_type" : "SwiftTarget",
"name" : "SwiftQuantumTests",
"path" : "Tests/SwiftQuantumTests",
"sources" : [
"QuantumAlgorithmsTests.swift",
"QuantumCircuitsTests.swift",
"QuantumComputingTests.swift",
"QuantumGatesTests.swift"
],
"target_dependencies" : [
"SwiftQuantum"
],
"type" : "test"
},
{
"c99name" : "SwiftQuantum",
"module_type" : "SwiftTarget",
"name" : "SwiftQuantum",
"path" : "Sources/SwiftQuantum",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"SwiftQuantum"
],
"sources" : [
"Circuits/FlipCircuit.swift",
"Circuits/GroverCircuit.swift",
"Circuits/InverseCircuit.swift",
"Circuits/PhaseEstimationCircuit.swift",
"Circuits/QuGateCircuitImplementations.swift",
"Circuits/QuTeleportationCircuit.swift",
"Circuits/SumCircuits.swift",
"Foundations/Integer+BinaryExtensions.swift",
"Foundations/QuAnalyzer.swift",
"Foundations/QuBit.swift",
"Foundations/QuBitOperators.swift",
"Foundations/QuBitTransformer.swift",
"Foundations/QuCircuit.swift",
"Foundations/QuCircuitSerializer.swift",
"Foundations/QuGate.swift",
"Foundations/QuMeasurer.swift",
"Foundations/QuRegister.swift",
"Foundations/QuRegisterOperators.swift",
"Maths/Complex/Complex+Extensions.swift",
"Maths/Matrix/QuAmplitudeMatrix.swift",
"Maths/Matrix/SparseArray.swift"
],
"target_dependencies" : [
"CBlas"
],
"type" : "library"
},
{
"c99name" : "CBlas",
"module_type" : "SystemLibraryTarget",
"name" : "CBlas",
"path" : "Sources/CBlas",
"product_memberships" : [
"SwiftQuantum"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.10"
}
Done.