Build Information
Successful build of Taskig, reference master (8e7e56), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 16:10:30 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/stendahls/Taskig.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stendahls/Taskig
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8e7e560 Updated license text
Cloned https://github.com/stendahls/Taskig.git
Revision (git rev-parse @):
8e7e5603d5f14bb2a1b262137d9122ec58c8837a
SUCCESS checkout https://github.com/stendahls/Taskig.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/stendahls/Taskig.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/10] Compiling Taskig TaskType.swift
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/TaskType.swift:52:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
50 |
51 | executionQueue.async {
52 | self.action(completion: { (actionResult) in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
53 | result = actionResult
54 | group.leave()
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/TaskType.swift:43:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
41 | public extension TaskType {
42 | @discardableResult
43 | func await() -> ResultType {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
44 | precondition((executionQueue == .main && Thread.isMainThread == true) == false)
45 |
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/TaskType.swift:65:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
63 | func async(delayBy: TimeInterval = 0, completion: @escaping resultHandler) {
64 | executionQueue.asyncAfter(deadline: .now() + delayBy) {
65 | self.action(completion: completion)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/TaskType.swift:63:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
61 | }
62 |
63 | func async(delayBy: TimeInterval = 0, completion: @escaping resultHandler) {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
64 | executionQueue.asyncAfter(deadline: .now() + delayBy) {
65 | self.action(completion: completion)
[4/10] Compiling Taskig ThrowableTask.swift
[5/10] Compiling Taskig ThrowableTaskType.swift
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/ThrowableTaskType.swift:54:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
52 |
53 | executionQueue.async {
54 | self.action(completion: { (actionResult) in
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
55 | result = actionResult
56 | group.leave()
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/ThrowableTaskType.swift:45:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
43 | public extension ThrowableTaskType {
44 | @discardableResult
45 | func awaitResult() -> Result<ResultType, Error> {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
46 | precondition((executionQueue == .main && Thread.isMainThread == true) == false)
47 |
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/ThrowableTaskType.swift:72:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
70 | func async(delayBy: TimeInterval = 0, completion: @escaping resultHandler) {
71 | executionQueue.asyncAfter(deadline: .now() + delayBy) {
72 | self.action(completion: completion)
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
73 | }
74 | }
/Users/admin/builder/spi-builder-workspace/TaskigSource/Base/ThrowableTaskType.swift:70:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
68 | }
69 |
70 | func async(delayBy: TimeInterval = 0, completion: @escaping resultHandler) {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
71 | executionQueue.asyncAfter(deadline: .now() + delayBy) {
72 | self.action(completion: completion)
[6/10] Compiling Taskig Collections.swift
[7/10] Emitting module Taskig
[8/10] Compiling Taskig Helpers.swift
[9/10] Compiling Taskig CancellableTaskType.swift
[10/10] Compiling Taskig Task.swift
Build complete! (4.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Taskig",
"name" : "Taskig",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Taskig",
"targets" : [
"Taskig"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TaskigTests",
"module_type" : "SwiftTarget",
"name" : "TaskigTests",
"path" : "TaskigTests",
"sources" : [
"TaskigCancellableTaskTests.swift",
"TaskigCollectionsTests.swift",
"TaskigHelpersTests.swift",
"TaskigTaskTests.swift",
"TaskigThrowableTaskTests.swift"
],
"target_dependencies" : [
"Taskig"
],
"type" : "test"
},
{
"c99name" : "Taskig",
"module_type" : "SwiftTarget",
"name" : "Taskig",
"path" : "TaskigSource/Base",
"product_memberships" : [
"Taskig"
],
"sources" : [
"CancellableTaskType.swift",
"Collections.swift",
"Helpers.swift",
"Task.swift",
"TaskType.swift",
"ThrowableTask.swift",
"ThrowableTaskType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.