Build Information
Successful build of package-latency-tools 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/ordo-one/package-latency-tools.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-latency-tools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9293b13 ci: 🔄 synced file(s) with ordo-one/internal-repository-templates (#13)
Cloned https://github.com/ordo-one/package-latency-tools.git
Revision (git rev-parse @):
9293b1335f9fb7b5f55413b3bd0923dc27fe0a9f
SUCCESS checkout https://github.com/ordo-one/package-latency-tools.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/ordo-one/package-latency-tools.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/12] Write sources
[1/12] Write LatencyStatisticsCLI-entitlement.plist
[7/12] Compiling _NumericsShims _NumericsShims.c
[8/12] Write swift-version-6F35C1178C84523A.txt
[10/24] Compiling RealModule Float+Real.swift
[11/25] Compiling RealModule Float16+Real.swift
[12/25] Compiling RealModule ElementaryFunctions.swift
[13/25] Compiling RealModule Real.swift
[14/25] Compiling RealModule Float80+Real.swift
[15/25] Compiling RealModule RealFunctions.swift
[16/25] Compiling RealModule ApproximateEquality.swift
[17/25] Compiling RealModule AugmentedArithmetic.swift
[18/25] Emitting module RealModule
[19/25] Compiling RealModule AlgebraicField.swift
[20/25] Compiling RealModule Double+Real.swift
[21/30] Emitting module LatencyTimer
[22/30] Compiling LatencyTimer LatencyTimer.swift
[23/30] Compiling ComplexModule ElementaryFunctions.swift
[24/30] Compiling ComplexModule Differentiable.swift
[25/30] Compiling ComplexModule Complex.swift
[26/30] Emitting module ComplexModule
[27/30] Compiling ComplexModule Arithmetic.swift
[28/32] Emitting module Numerics
[29/32] Compiling Numerics Numerics.swift
[30/34] Compiling LatencyStatistics LatencyStatistics.swift
[31/34] Emitting module LatencyStatistics
[32/36] Emitting module LatencyStatisticsCLI
[33/36] Compiling LatencyStatisticsCLI main.swift
[33/36] Write Objects.LinkFileList
[34/36] Linking LatencyStatisticsCLI
[35/36] Applying LatencyStatisticsCLI
Build complete! (28.82s)
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 1.0.2 (0.66s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
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" : "package-latency-tools",
"name" : "package-latency-tools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "LatencyTimer",
"targets" : [
"LatencyTimer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LatencyStatistics",
"targets" : [
"LatencyStatistics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LatencyStatisticsCLI",
"targets" : [
"LatencyStatisticsCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LatencyToolsTests",
"module_type" : "SwiftTarget",
"name" : "LatencyToolsTests",
"path" : "Tests/LatencyToolsTests",
"sources" : [
"LatencyStatisticsTests.swift"
],
"target_dependencies" : [
"LatencyTimer",
"LatencyStatistics"
],
"type" : "test"
},
{
"c99name" : "LatencyTimer",
"module_type" : "SwiftTarget",
"name" : "LatencyTimer",
"path" : "Sources/LatencyTimer",
"product_memberships" : [
"LatencyTimer"
],
"sources" : [
"LatencyTimer.swift"
],
"type" : "library"
},
{
"c99name" : "LatencyStatisticsCLI",
"module_type" : "SwiftTarget",
"name" : "LatencyStatisticsCLI",
"path" : "Sources/LatencyStatisticsCLI",
"product_memberships" : [
"LatencyStatisticsCLI"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LatencyStatistics"
],
"type" : "executable"
},
{
"c99name" : "LatencyStatistics",
"module_type" : "SwiftTarget",
"name" : "LatencyStatistics",
"path" : "Sources/LatencyStatistics",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"LatencyStatistics",
"LatencyStatisticsCLI"
],
"sources" : [
"LatencyStatistics.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.