Build Information
Successful build of Half, reference 1.4.2 (14b1ab
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 00:53:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SomeRandomiOSDev/Half.git
Reference: 1.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/Half
* tag 1.4.2 -> FETCH_HEAD
HEAD is now at 14b1ab3 Merge pull request #18 from SomeRandomiOSDev/strict-concurrency
Cloned https://github.com/SomeRandomiOSDev/Half.git
Revision (git rev-parse @):
14b1ab35ffdf62c999ef1016ec0f8e745a6feed5
SUCCESS checkout https://github.com/SomeRandomiOSDev/Half.git at 1.4.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",
"dependencies": [
{
"identity": "half",
"name": "Half",
"url": "https://github.com/SomeRandomiOSDev/Half.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Half",
"dependencies": [
]
}
]
}
Fetching https://github.com/SomeRandomiOSDev/Half.git
[1/630] Fetching half
Fetched https://github.com/SomeRandomiOSDev/Half.git from cache (0.74s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half.git
Working copy of https://github.com/SomeRandomiOSDev/Half.git resolved at 1.4.2 (14b1ab3)
warning: '.resolve-product-dependencies': dependency 'half' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SomeRandomiOSDev/Half.git
https://github.com/SomeRandomiOSDev/Half.git
{
"dependencies" : [
],
"manifest_display_name" : "Half",
"name" : "Half",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Half",
"targets" : [
"Half",
"CHalf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HalfTests",
"module_type" : "SwiftTarget",
"name" : "HalfTests",
"path" : "Tests/HalfTests",
"sources" : [
"FunctionsTests.swift",
"Half+CodingTests.swift",
"HalfTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Half"
],
"type" : "test"
},
{
"c99name" : "Half",
"module_type" : "SwiftTarget",
"name" : "Half",
"path" : "Sources/Half",
"product_memberships" : [
"Half"
],
"sources" : [
"Functions.swift",
"Half+Coding.swift",
"Half.swift"
],
"target_dependencies" : [
"CHalf"
],
"type" : "library"
},
{
"c99name" : "CHalfTests",
"module_type" : "SwiftTarget",
"name" : "CHalfTests",
"path" : "Tests/CHalfTests",
"sources" : [
"CHalfTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CHalf",
"Half"
],
"type" : "test"
},
{
"c99name" : "CHalf",
"module_type" : "ClangTarget",
"name" : "CHalf",
"path" : "Sources/CHalf",
"product_memberships" : [
"Half"
],
"sources" : [
"src/fp_extend.cpp",
"src/fp_trunc.cpp",
"src/half.c"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[1/5] Compiling fp_extend.cpp
[2/5] Compiling fp_trunc.cpp
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling half.c
[6/9] Compiling Half Half+Coding.swift
[7/9] Emitting module Half
[8/9] Compiling Half Functions.swift
[9/9] Compiling Half Half.swift
Build complete! (4.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Half",
"name" : "Half",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Half",
"targets" : [
"Half",
"CHalf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HalfTests",
"module_type" : "SwiftTarget",
"name" : "HalfTests",
"path" : "Tests/HalfTests",
"sources" : [
"FunctionsTests.swift",
"Half+CodingTests.swift",
"HalfTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Half"
],
"type" : "test"
},
{
"c99name" : "Half",
"module_type" : "SwiftTarget",
"name" : "Half",
"path" : "Sources/Half",
"product_memberships" : [
"Half"
],
"sources" : [
"Functions.swift",
"Half+Coding.swift",
"Half.swift"
],
"target_dependencies" : [
"CHalf"
],
"type" : "library"
},
{
"c99name" : "CHalfTests",
"module_type" : "SwiftTarget",
"name" : "CHalfTests",
"path" : "Tests/CHalfTests",
"sources" : [
"CHalfTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CHalf",
"Half"
],
"type" : "test"
},
{
"c99name" : "CHalf",
"module_type" : "ClangTarget",
"name" : "CHalf",
"path" : "Sources/CHalf",
"product_memberships" : [
"Half"
],
"sources" : [
"src/fp_extend.cpp",
"src/fp_trunc.cpp",
"src/half.c"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.