Build Information
Successful build of XCTestExtensions, reference v1.5.1 (40da6a
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 06:47:17 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/elegantchaos/XCTestExtensions.git
Reference: v1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/XCTestExtensions
* tag v1.5.1 -> FETCH_HEAD
HEAD is now at 40da6a0 Fixed macOS build
Cloned https://github.com/elegantchaos/XCTestExtensions.git
Revision (git rev-parse @):
40da6a09823c8a9bfa68b6487e92d86b8e8a821e
SUCCESS checkout https://github.com/elegantchaos/XCTestExtensions.git at v1.5.1
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.63s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.6 (1.25s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.6
========================================
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": "xctestextensions",
"name": "XCTestExtensions",
"url": "https://github.com/elegantchaos/XCTestExtensions.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTestExtensions",
"dependencies": [
{
"identity": "matchable",
"name": "Matchable",
"url": "https://github.com/elegantchaos/Matchable.git",
"version": "1.0.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Matchable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/elegantchaos/XCTestExtensions.git
[1/571] Fetching xctestextensions
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.68s)
Fetching https://github.com/elegantchaos/Matchable.git from cache
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.43s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.49s)
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at v1.5.1 (40da6a0)
warning: '.resolve-product-dependencies': dependency 'xctestextensions' is not used by any target
Found 1 product dependencies
- Matchable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/XCTestExtensions.git
https://github.com/elegantchaos/XCTestExtensions.git
{
"dependencies" : [
{
"identity" : "matchable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Matchable.git"
}
],
"manifest_display_name" : "XCTestExtensions",
"name" : "XCTestExtensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XCTestExtensions",
"targets" : [
"XCTestExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UITestingExtensions",
"targets" : [
"UITestingExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTestExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensionsTests",
"path" : "Tests/XCTestExtensionsTests",
"sources" : [
"XCTestExtensionsTests.swift",
"XCTestManifests.swift",
"XCTestRunnerTests.swift"
],
"target_dependencies" : [
"XCTestExtensions"
],
"type" : "test"
},
{
"c99name" : "XCTestExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensions",
"path" : "Sources/XCTestExtensions",
"product_dependencies" : [
"Matchable"
],
"product_memberships" : [
"XCTestExtensions"
],
"sources" : [
"XCTAssert+Collections.swift",
"XCTAssert+Matching.swift",
"XCTAssert+Result.swift",
"XCTAssert+Types.swift",
"XCTAssertEqual+Data.swift",
"XCTAssertEqual+Result.swift",
"XCTAssertEqual+String.swift",
"XCTestCase+Combine.swift",
"XCTestCase+JSON.swift",
"XCTestCase+Resources.swift",
"XCTestCase+WaitForAsync.swift",
"XCTestMonitor.swift",
"XCTestRunner.swift",
"XCUIApplication+UITesting.swift"
],
"type" : "library"
},
{
"c99name" : "UITestingExtensions",
"module_type" : "SwiftTarget",
"name" : "UITestingExtensions",
"path" : "Sources/UITestingExtensions",
"product_memberships" : [
"UITestingExtensions"
],
"sources" : [
"ProcessInfo+XCTestRuntime.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/15] Emitting module UITestingExtensions
[6/15] Compiling UITestingExtensions ProcessInfo+XCTestRuntime.swift
[7/15] Compiling Matchable Integer+Matching.swift
[8/15] Compiling Matchable Date+Matching.swift
[9/15] Emitting module Matchable
[10/15] Compiling Matchable Collections+Matching.swift
[11/15] Compiling Matchable Bool+Matching.swift
[12/15] Compiling Matchable String+Matching.swift
[13/15] Compiling Matchable MatchableCompound.swift
[14/15] Compiling Matchable Matchable.swift
[15/15] Compiling Matchable FloatingPoint+Matching.swift
[16/29] Compiling XCTestExtensions XCTestMonitor.swift
[17/29] Compiling XCTestExtensions XCTestRunner.swift
[18/29] Compiling XCTestExtensions XCTestCase+WaitForAsync.swift
[19/29] Compiling XCTestExtensions XCTestCase+Resources.swift
[20/30] Compiling XCTestExtensions XCTestCase+JSON.swift
[21/30] Compiling XCTestExtensions XCTAssertEqual+String.swift
[22/30] Compiling XCTestExtensions XCTestCase+Combine.swift
[23/30] Compiling XCTestExtensions XCTAssertEqual+Data.swift
[24/30] Compiling XCTestExtensions XCTAssertEqual+Result.swift
[25/30] Compiling XCTestExtensions XCTAssert+Collections.swift
[26/30] Compiling XCTestExtensions XCTAssert+Matching.swift
[27/30] Emitting module XCTestExtensions
[28/30] Compiling XCTestExtensions XCTAssert+Result.swift
[29/30] Compiling XCTestExtensions XCTAssert+Types.swift
[30/30] Compiling XCTestExtensions XCUIApplication+UITesting.swift
Build complete! (13.40s)
Build complete.
{
"dependencies" : [
{
"identity" : "matchable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Matchable.git"
}
],
"manifest_display_name" : "XCTestExtensions",
"name" : "XCTestExtensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XCTestExtensions",
"targets" : [
"XCTestExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UITestingExtensions",
"targets" : [
"UITestingExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTestExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensionsTests",
"path" : "Tests/XCTestExtensionsTests",
"sources" : [
"XCTestExtensionsTests.swift",
"XCTestManifests.swift",
"XCTestRunnerTests.swift"
],
"target_dependencies" : [
"XCTestExtensions"
],
"type" : "test"
},
{
"c99name" : "XCTestExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTestExtensions",
"path" : "Sources/XCTestExtensions",
"product_dependencies" : [
"Matchable"
],
"product_memberships" : [
"XCTestExtensions"
],
"sources" : [
"XCTAssert+Collections.swift",
"XCTAssert+Matching.swift",
"XCTAssert+Result.swift",
"XCTAssert+Types.swift",
"XCTAssertEqual+Data.swift",
"XCTAssertEqual+Result.swift",
"XCTAssertEqual+String.swift",
"XCTestCase+Combine.swift",
"XCTestCase+JSON.swift",
"XCTestCase+Resources.swift",
"XCTestCase+WaitForAsync.swift",
"XCTestMonitor.swift",
"XCTestRunner.swift",
"XCUIApplication+UITesting.swift"
],
"type" : "library"
},
{
"c99name" : "UITestingExtensions",
"module_type" : "SwiftTarget",
"name" : "UITestingExtensions",
"path" : "Sources/UITestingExtensions",
"product_memberships" : [
"UITestingExtensions"
],
"sources" : [
"ProcessInfo+XCTestRuntime.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.