Build Information
Successful build of Threading, reference main (35f7cb
), with Swift 5.9 for macOS (SPM) on 30 Jan 2025 12:51:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/Threading.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/Threading
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 35f7cb6 lil upd dependency
Cloned https://github.com/NikSativa/Threading.git
Revision (git rev-parse @):
35f7cb6649f9eb45cfff0dc7eff3d007dd5cd3dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/Threading.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/NikSativa/Threading.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/20] Compiling Threading Queue.swift
[3/20] Compiling Threading Queueable.swift
[4/22] Compiling Threading Semaphore.swift
[5/22] Compiling Threading Unfair.swift
[6/22] Compiling Threading Locking.swift
[7/22] Compiling Threading Barrier.swift
[8/22] Compiling Threading AnyLock.swift
[9/22] Compiling Threading AnyMutex.swift
[10/22] Emitting module Threading
[11/22] Compiling Threading Atomic.swift
[12/22] Compiling Threading DelayedQueue.swift
[13/22] Compiling Threading DispatchTime+Queue.swift
[14/22] Compiling Threading IsolatedMain.swift
[15/22] Compiling Threading OSAllocatedUnfairLock.swift
[16/22] Compiling Threading PThread.swift
[17/22] Compiling Threading NSLock.swift
[18/22] Compiling Threading NSRecursiveLock.swift
[19/22] Compiling Threading Mutexing.swift
[20/22] Compiling Threading Queue+Queueable.swift
[21/22] Compiling Threading UnSendable.swift
[22/22] Compiling Threading resource_bundle_accessor.swift
Build complete! (14.46s)
Fetching https://github.com/NikSativa/SpryKit.git
[1/924] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git (1.36s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.2 (0.35s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.96s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (2.74s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.76s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.59s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.2
Build complete.
{
"dependencies" : [
{
"identity" : "sprykit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.2",
"upper_bound" : "3.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NikSativa/SpryKit.git"
}
],
"manifest_display_name" : "Threading",
"name" : "Threading",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Threading",
"targets" : [
"Threading"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ThreadingTests",
"module_type" : "SwiftTarget",
"name" : "ThreadingTests",
"path" : "Tests",
"product_dependencies" : [
"SpryKit"
],
"sources" : [
"DelayedQueueTests.swift",
"DispatchTime_QueueTests.swift",
"IsolatedMainTests.swift",
"QueueTests.swift",
"TestHelpers/DelayedQueue+TestHelper.swift",
"TestHelpers/FakeQueueable.swift",
"TestHelpers/Queue+TestHelper.swift"
],
"target_dependencies" : [
"Threading"
],
"type" : "test"
},
{
"c99name" : "Threading",
"module_type" : "SwiftTarget",
"name" : "Threading",
"path" : "Source",
"product_memberships" : [
"Threading"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AnyLock.swift",
"AnyMutex.swift",
"Atomic.swift",
"DelayedQueue.swift",
"DispatchTime+Queue.swift",
"IsolatedMain.swift",
"Locking.swift",
"Mutexes/Barrier.swift",
"Mutexes/NSLock.swift",
"Mutexes/NSRecursiveLock.swift",
"Mutexes/OSAllocatedUnfairLock.swift",
"Mutexes/PThread.swift",
"Mutexes/Semaphore.swift",
"Mutexes/Unfair.swift",
"Mutexing.swift",
"Queue+Queueable.swift",
"Queue.swift",
"Queueable.swift",
"UnSendable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.