Build Information
Successful build of Corkboard, reference master (06cebc
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:37:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/Corkboard.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/Corkboard
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 06cebc2 add other platforms to manifest
Cloned https://github.com/kiliankoe/Corkboard.git
Revision (git rev-parse @):
06cebc246f001121d1f69e816423cb703018610c
SUCCESS checkout https://github.com/kiliankoe/Corkboard.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/Corkboard.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 Corkboard Responses.swift
[4/7] Compiling Corkboard API.swift
[5/7] Compiling Corkboard PinboardClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Corkboard/PinboardClient.swift:111:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
109 | let response = resp as? HTTPURLResponse
110 | else {
111 | completion(.failure(.network(resp)))
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
112 | return
113 | }
/Users/admin/builder/spi-builder-workspace/Sources/Corkboard/PinboardClient.swift:103:40: warning: capture of non-sendable type 'T.Type' in an isolated closure
101 | private func request<T: Decodable>(_ url: URL,
102 | session: URLSession,
103 | completion: @escaping (Result<T, CorkboardError>) -> Void) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
104 |
105 | let task = session.dataTask(with: url) { data, resp, error in
/Users/admin/builder/spi-builder-workspace/Sources/Corkboard/PinboardClient.swift:173:18: warning: capture of non-sendable type 'T.Type' in an isolated closure
171 | let deadline = DispatchTime.now() + .seconds(Int(seconds))
172 | DispatchQueue(label: "Corkboard.RetryRequest").asyncAfter(deadline: deadline) {
173 | self.request(url, session: session, completion: completion)
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
174 | }
175 | }
/Users/admin/builder/spi-builder-workspace/Sources/Corkboard/PinboardClient.swift:170:38: warning: capture of non-sendable type 'T.Type' in an isolated closure
168 | in seconds: TimeInterval,
169 | session: URLSession,
170 | completion: @escaping (Result<T, CorkboardError>) -> Void) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
171 | let deadline = DispatchTime.now() + .seconds(Int(seconds))
172 | DispatchQueue(label: "Corkboard.RetryRequest").asyncAfter(deadline: deadline) {
[6/7] Compiling Corkboard Bookmark.swift
[7/7] Emitting module Corkboard
Build complete! (3.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Corkboard",
"name" : "Corkboard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Corkboard",
"targets" : [
"Corkboard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CorkboardTests",
"module_type" : "SwiftTarget",
"name" : "CorkboardTests",
"path" : "Tests/CorkboardTests",
"sources" : [
"CorkboardTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Corkboard"
],
"type" : "test"
},
{
"c99name" : "Corkboard",
"module_type" : "SwiftTarget",
"name" : "Corkboard",
"path" : "Sources/Corkboard",
"product_memberships" : [
"Corkboard"
],
"sources" : [
"API.swift",
"Bookmark.swift",
"PinboardClient.swift",
"Responses.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.