Build Information
Successful build of ExTests, reference 0.1.2 (14884f), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 00:41:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/ExTests.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/ExTests
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 14884fa Merge pull request #3 from sloik/renovate/configure
Cloned https://github.com/sloik/ExTests.git
Revision (git rev-parse @):
14884fa297fc7a450ceaf078fba50f6b12635fdf
SUCCESS checkout https://github.com/sloik/ExTests.git at 0.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sloik/ExTests.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Emitting module ExTests
[4/6] Compiling ExTests ExTests.swift
[4/6] Write Objects.LinkFileList
ld: warning: building for macOS-11.0, but linking with dylib '@rpath/libXCTestSwiftSupport.dylib' which was built for newer version 14.0
[5/6] Linking libExTests.dylib
Build complete! (9.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ExTests",
"name" : "ExTests",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ExTests",
"targets" : [
"ExTests"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "ExTestsTests",
"module_type" : "SwiftTarget",
"name" : "ExTestsTests",
"path" : "Tests/ExTestsTests",
"sources" : [
"ExTestsTests.swift"
],
"target_dependencies" : [
"ExTests"
],
"type" : "test"
},
{
"c99name" : "ExTests",
"module_type" : "SwiftTarget",
"name" : "ExTests",
"path" : "Sources/ExTests",
"product_memberships" : [
"ExTests"
],
"sources" : [
"ExTests.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.