Build Information
Successful build of swift-nonempty, reference 0.5.0 (1fd3f0
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:51:06 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/pointfreeco/swift-nonempty.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-nonempty
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 1fd3f06 Run swift-format
Cloned https://github.com/pointfreeco/swift-nonempty.git
Revision (git rev-parse @):
1fd3f067ebc3900d200aa7e977fdb614cc5533bc
SUCCESS checkout https://github.com/pointfreeco/swift-nonempty.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pointfreeco/swift-nonempty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling NonEmpty NonEmpty+String.swift
[4/10] Emitting module NonEmpty
[5/10] Compiling NonEmpty NonEmpty+Dictionary.swift
[6/10] Compiling NonEmpty NonEmpty+SetAlgebra.swift
[7/10] Compiling NonEmpty NonEmpty.swift
[8/10] Compiling NonEmpty NonEmpty+ExpressibleByArrayLiteral.swift
[9/10] Compiling NonEmpty NonEmpty+ExpressibleByDictionaryLiteral.swift
[10/10] Compiling NonEmpty NonEmpty+RangeReplaceableCollection.swift
Build complete! (0.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-nonempty",
"name" : "swift-nonempty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NonEmpty",
"targets" : [
"NonEmpty"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NonEmptyTests",
"module_type" : "SwiftTarget",
"name" : "NonEmptyTests",
"path" : "Tests/NonEmptyTests",
"sources" : [
"NonEmptyTests.swift"
],
"target_dependencies" : [
"NonEmpty"
],
"type" : "test"
},
{
"c99name" : "NonEmpty",
"module_type" : "SwiftTarget",
"name" : "NonEmpty",
"path" : "Sources/NonEmpty",
"product_memberships" : [
"NonEmpty"
],
"sources" : [
"NonEmpty+Dictionary.swift",
"NonEmpty+ExpressibleByArrayLiteral.swift",
"NonEmpty+ExpressibleByDictionaryLiteral.swift",
"NonEmpty+RangeReplaceableCollection.swift",
"NonEmpty+SetAlgebra.swift",
"NonEmpty+String.swift",
"NonEmpty.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.