Build Information
Successful build of DevTesting, reference 1.0.0 (002b19
), with Swift 6.2 (beta) for macOS (SPM) on 2 Sep 2025 21:47:50 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevKitOrganization/DevTesting.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevKitOrganization/DevTesting
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 002b19d Update changelog with 1.0.0 date
Cloned https://github.com/DevKitOrganization/DevTesting.git
Revision (git rev-parse @):
002b19df9088ac23827bcb571ea2f010857ae5c4
SUCCESS checkout https://github.com/DevKitOrganization/DevTesting.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/DevKitOrganization/DevTesting.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/15] Compiling DevTesting UUID+Random.swift
[4/16] Compiling DevTesting URL+Random.swift
[5/16] Compiling DevTesting CollectionGeneration.swift
[6/16] Compiling DevTesting BinaryFloatingPoint+Random.swift
[7/16] Compiling DevTesting CaseIterable+Random.swift
[8/16] Compiling DevTesting Data+Random.swift
[9/16] Emitting module DevTesting
[10/16] Compiling DevTesting URLComponents+Random.swift
[11/16] Compiling DevTesting SeedableRandomNumberGenerator.swift
[12/16] Compiling DevTesting Optional+Random.swift
[13/16] Compiling DevTesting RandomValueGenerating.swift
[14/16] Compiling DevTesting String+Random.swift
[15/16] Compiling DevTesting URLQueryItem+Random.swift
[16/16] Compiling DevTesting Stub.swift
Build complete! (9.79s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.03s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (1.51s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
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" : "DevTesting",
"name" : "DevTesting",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "DevTesting",
"targets" : [
"DevTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevTestingTests",
"module_type" : "SwiftTarget",
"name" : "DevTestingTests",
"path" : "Tests/DevTestingTests",
"product_dependencies" : [
"RealModule"
],
"sources" : [
"Collection Generation/CollectionGenerationTests.swift",
"Random Value Generation/BinaryFloatingPoint+RandomTests.swift",
"Random Value Generation/CaseIterable+RandomTests.swift",
"Random Value Generation/Data+RandomTests.swift",
"Random Value Generation/Optional+RandomTests.swift",
"Random Value Generation/RandomValueGeneratingTests.swift",
"Random Value Generation/SeedableRandomNumberGeneratorTests.swift",
"Random Value Generation/String+RandomTests.swift",
"Random Value Generation/URL+RandomTests.swift",
"Random Value Generation/URLComponents+RandomTests.swift",
"Random Value Generation/URLQueryItem+RandomTests.swift",
"Random Value Generation/UUID+RandomTests.swift",
"Stubbing/StubTests.swift",
"Supporting Types/CaseIterableEnums.swift",
"Supporting Types/HashableError.swift"
],
"target_dependencies" : [
"DevTesting"
],
"type" : "test"
},
{
"c99name" : "DevTesting",
"module_type" : "SwiftTarget",
"name" : "DevTesting",
"path" : "Sources/DevTesting",
"product_memberships" : [
"DevTesting"
],
"sources" : [
"Collection Generation/CollectionGeneration.swift",
"Random Value Generation/BinaryFloatingPoint+Random.swift",
"Random Value Generation/CaseIterable+Random.swift",
"Random Value Generation/Data+Random.swift",
"Random Value Generation/Optional+Random.swift",
"Random Value Generation/RandomValueGenerating.swift",
"Random Value Generation/SeedableRandomNumberGenerator.swift",
"Random Value Generation/String+Random.swift",
"Random Value Generation/URL+Random.swift",
"Random Value Generation/URLComponents+Random.swift",
"Random Value Generation/URLQueryItem+Random.swift",
"Random Value Generation/UUID+Random.swift",
"Stubbing/Stub.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.