Build Information
Successful build of CloseEnough, reference main (540274
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 06:23:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZevEisenberg/CloseEnough.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZevEisenberg/CloseEnough
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5402746 Fix typo.
Cloned https://github.com/ZevEisenberg/CloseEnough.git
Revision (git rev-parse @):
5402746c6ce9a5992e7e879ece92d4e1a2cf285f
SUCCESS checkout https://github.com/ZevEisenberg/CloseEnough.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ZevEisenberg/CloseEnough.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling XCTestDynamicOverlay Deprecations.swift
[5/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[6/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[7/12] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[8/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[9/12] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/12] Compiling XCTestDynamicOverlay XCTFail.swift
[11/12] Emitting module XCTestDynamicOverlay
[12/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[13/18] Compiling CloseEnough PrecisionStore.swift
[14/18] Compiling CloseEnough WithPrecisions.swift
[15/18] Compiling CloseEnough EquatableWithPrecision.swift
[16/18] Compiling CloseEnough CloseEnough.swift
[17/18] Emitting module CloseEnough
[18/18] Compiling CloseEnough CloseEnoughable Conformances.swift
Build complete! (13.54s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (1.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 0.8.4 (4.42s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 0.8.4
Build complete.
{
"dependencies" : [
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"exact" : [
"0.8.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay.git"
}
],
"manifest_display_name" : "CloseEnough",
"name" : "CloseEnough",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CloseEnough",
"targets" : [
"CloseEnough"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CloseEnoughTests",
"module_type" : "SwiftTarget",
"name" : "CloseEnoughTests",
"path" : "Tests/CloseEnoughTests",
"sources" : [
"AngleTests.swift",
"AsyncTests.swift",
"CustomTypeTests.swift",
"DateTests.swift",
"DoubleTests.swift",
"MultipleTypesTests.swift",
"WrongRegistrationTests.swift"
],
"target_dependencies" : [
"CloseEnough"
],
"type" : "test"
},
{
"c99name" : "CloseEnough",
"module_type" : "SwiftTarget",
"name" : "CloseEnough",
"path" : "Sources/CloseEnough",
"product_dependencies" : [
"XCTestDynamicOverlay"
],
"product_memberships" : [
"CloseEnough"
],
"sources" : [
"CloseEnough.swift",
"CloseEnoughable Conformances.swift",
"EquatableWithPrecision.swift",
"PrecisionStore.swift",
"WithPrecisions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.