Build Information
Successful build of Interval 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/dankogai/swift-interval.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-interval
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 62af07d update README.md
Cloned https://github.com/dankogai/swift-interval.git
Revision (git rev-parse @):
62af07d59cccbd5f70c09dc13877d94287ed0b83
SUCCESS checkout https://github.com/dankogai/swift-interval.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/dankogai/swift-interval.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/13] Write sources
[5/13] Write IntervalRun-entitlement.plist
[6/13] Compiling _NumericsShims _NumericsShims.c
[7/13] Write swift-version-6F35C1178C84523A.txt
[9/23] Compiling RealModule Real.swift
[10/23] Compiling RealModule Float16+Real.swift
[11/23] Compiling RealModule Float80+Real.swift
[12/23] Compiling RealModule Float+Real.swift
[13/23] Compiling RealModule ElementaryFunctions.swift
[14/24] Compiling RealModule RealFunctions.swift
[15/24] Compiling RealModule AugmentedArithmetic.swift
[16/24] Compiling RealModule ApproximateEquality.swift
[17/24] Emitting module RealModule
[18/24] Compiling RealModule AlgebraicField.swift
[19/24] Compiling RealModule Double+Real.swift
[20/29] Compiling ComplexModule Arithmetic.swift
[21/29] Compiling ComplexModule Differentiable.swift
[22/29] Compiling ComplexModule ElementaryFunctions.swift
[23/29] Emitting module ComplexModule
[24/29] Compiling ComplexModule Complex.swift
[25/31] Compiling Numerics Numerics.swift
[26/31] Emitting module Numerics
[27/34] Compiling Interval IntervalMath.swift
[28/34] Emitting module Interval
[29/34] Compiling Interval Interval.swift
[29/34] Write Objects.LinkFileList
[31/36] Compiling IntervalRun main.swift
[32/36] Emitting module IntervalRun
[32/36] Write Objects.LinkFileList
[33/36] Linking IntervalRun
[34/36] Linking libInterval.dylib
[35/36] Applying IntervalRun
Build complete! (16.25s)
Fetching https://github.com/apple/swift-numerics
[1/5472] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.13s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.69s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "Interval",
"name" : "Interval",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Interval",
"targets" : [
"Interval"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "IntervalRun",
"targets" : [
"IntervalRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "IntervalTests",
"module_type" : "SwiftTarget",
"name" : "IntervalTests",
"path" : "Tests/IntervalTests",
"sources" : [
"IntervalTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Interval"
],
"type" : "test"
},
{
"c99name" : "IntervalRun",
"module_type" : "SwiftTarget",
"name" : "IntervalRun",
"path" : "Sources/IntervalRun",
"product_memberships" : [
"IntervalRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Interval"
],
"type" : "executable"
},
{
"c99name" : "Interval",
"module_type" : "SwiftTarget",
"name" : "Interval",
"path" : "Sources/Interval",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"Interval",
"IntervalRun"
],
"sources" : [
"Interval.swift",
"IntervalMath.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.