Build Information
Successful build of FloatingPointApproximation, reference master (5dda77
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 21:10:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/floatingpointapproximation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/floatingpointapproximation
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5dda778 Create FUNDING.yml
Cloned https://github.com/flight-school/floatingpointapproximation.git
Revision (git rev-parse @):
5dda7781ab0f25ce2c9859e0355b717d881ba906
SUCCESS checkout https://github.com/flight-school/floatingpointapproximation.git at master
========================================
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",
"dependencies": [
{
"identity": "floatingpointapproximation",
"name": "FloatingPointApproximation",
"url": "https://github.com/flight-school/floatingpointapproximation.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/floatingpointapproximation",
"dependencies": [
]
}
]
}
Fetching https://github.com/flight-school/floatingpointapproximation.git
[1/61] Fetching floatingpointapproximation
Fetched https://github.com/flight-school/floatingpointapproximation.git from cache (0.67s)
Creating working copy for https://github.com/flight-school/floatingpointapproximation.git
Working copy of https://github.com/flight-school/floatingpointapproximation.git resolved at master (5dda778)
warning: '.resolve-product-dependencies': dependency 'floatingpointapproximation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/flight-school/floatingpointapproximation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling FloatingPointApproximation FloatingPoint+Approximation.swift
[4/4] Emitting module FloatingPointApproximation
Build complete! (1.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FloatingPointApproximation",
"name" : "FloatingPointApproximation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FloatingPointApproximation",
"targets" : [
"FloatingPointApproximation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FloatingPointApproximationTests",
"module_type" : "SwiftTarget",
"name" : "FloatingPointApproximationTests",
"path" : "Tests/FloatingPointApproximationTests",
"sources" : [
"FloatingPointApproximationTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FloatingPointApproximation"
],
"type" : "test"
},
{
"c99name" : "FloatingPointApproximation",
"module_type" : "SwiftTarget",
"name" : "FloatingPointApproximation",
"path" : "Sources/FloatingPointApproximation",
"product_memberships" : [
"FloatingPointApproximation"
],
"sources" : [
"FloatingPoint+Approximation.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.