Build Information
Successful build of UrgentMainQueueKit, reference main (971a8b
), with Swift 6.0 for macOS (SPM) on 13 Jul 2025 19:01:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kyle-Ye/UrgentMainQueueKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kyle-Ye/UrgentMainQueueKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 971a8bb Add SPI badge
Cloned https://github.com/Kyle-Ye/UrgentMainQueueKit.git
Revision (git rev-parse @):
971a8bbc594a93b2c148126b6fb4bc9ef1134690
SUCCESS checkout https://github.com/Kyle-Ye/UrgentMainQueueKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Kyle-Ye/UrgentMainQueueKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling UrgentMainQueueKit UMQ_ObserverHook.mm
Build complete! (1.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UrgentMainQueueKit",
"name" : "UrgentMainQueueKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UrgentMainQueueKit",
"targets" : [
"UrgentMainQueueKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UrgentMainQueueKitTests",
"module_type" : "SwiftTarget",
"name" : "UrgentMainQueueKitTests",
"path" : "Tests/UrgentMainQueueKitTests",
"sources" : [
"UrgentMainQueueKitTests.swift"
],
"target_dependencies" : [
"UrgentMainQueueKit"
],
"type" : "test"
},
{
"c99name" : "UrgentMainQueueKit",
"module_type" : "ClangTarget",
"name" : "UrgentMainQueueKit",
"path" : "Sources/UrgentMainQueueKit",
"product_memberships" : [
"UrgentMainQueueKit"
],
"sources" : [
"UMQ_ObserverHook.mm"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.