Build Information
Successful build of XPtr, reference 1.0.1 (f7f0b2), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 02:36:48 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/wuyu2015/XPtrSwift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wuyu2015/XPtrSwift
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at f7f0b29 Modify: .gitignore
Cloned https://github.com/wuyu2015/XPtrSwift.git
Revision (git rev-parse @):
f7f0b29c7992f304f0fbc9ef46f175900bbb653b
SUCCESS checkout https://github.com/wuyu2015/XPtrSwift.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wuyu2015/XPtrSwift.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/7] Compiling XPtr SecretKey.swift
[4/7] Emitting module XPtr
[5/7] Compiling XPtr CountType.swift
[6/7] Compiling XPtr Ptr.swift
[7/7] Compiling XPtr XPtr.swift
Build complete! (2.65s)
Fetching https://github.com/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.60s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (1.14s)
Creating working copy for https://github.com/wuyu2015/XCTestDelayPrinter
Working copy of https://github.com/wuyu2015/XCTestDelayPrinter resolved at 1.0.2
Build complete.
{
"dependencies" : [
{
"identity" : "xctestdelayprinter",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wuyu2015/XCTestDelayPrinter"
}
],
"manifest_display_name" : "XPtr",
"name" : "XPtr",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XPtr",
"targets" : [
"XPtr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XPtrTests",
"module_type" : "SwiftTarget",
"name" : "XPtrTests",
"path" : "Tests/XPtrTests",
"product_dependencies" : [
"XCTestDelayPrinter"
],
"sources" : [
"CountTypeTests.swift",
"PtrTests.swift",
"SecretKeyTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XPtr"
],
"type" : "test"
},
{
"c99name" : "XPtr",
"module_type" : "SwiftTarget",
"name" : "XPtr",
"path" : "Sources/XPtr",
"product_memberships" : [
"XPtr"
],
"sources" : [
"CountType.swift",
"Ptr.swift",
"SecretKey.swift",
"XPtr.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.