Build Information
Successful build of Get, reference 2.2.1 (312498
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 07:36:26 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/kean/Get.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kean/Get
* tag 2.2.1 -> FETCH_HEAD
HEAD is now at 3124988 Fix Swift 6 warnings
Cloned https://github.com/kean/Get.git
Revision (git rev-parse @):
31249885da1052872e0ac91a2943f62567c0d96d
SUCCESS checkout https://github.com/kean/Get.git at 2.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kean/Get.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/8] Compiling Get Response.swift
[4/8] Compiling Get Request.swift
[5/8] Compiling Get DataLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Get/DataLoader.swift:352:25: warning: capture of non-sendable type '(some Encodable).Type' in an isolated closure; this is an error in the Swift 6 language mode
350 | } else {
351 | return try await Task.detached {
352 | try encoder.encode(value)
| `- warning: capture of non-sendable type '(some Encodable).Type' in an isolated closure; this is an error in the Swift 6 language mode
353 | }.value
354 | }
/Users/admin/builder/spi-builder-workspace/Sources/Get/DataLoader.swift:345:15: warning: capture of non-sendable type '(some Encodable).Type' in an isolated closure; this is an error in the Swift 6 language mode
343 | extension Optional: OptionalDecoding {}
344 |
345 | func encode(_ value: some Encodable, using encoder: JSONEncoder) async throws -> Data? {
| `- warning: capture of non-sendable type '(some Encodable).Type' in an isolated closure; this is an error in the Swift 6 language mode
346 | if let data = value as? Data {
347 | return data
/Users/admin/builder/spi-builder-workspace/Sources/Get/DataLoader.swift:369:25: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
367 | } else {
368 | return try await Task.detached {
369 | try decoder.decode(T.self, from: data)
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
370 | }.value
371 | }
[6/8] Compiling Get APIClient.swift
[7/8] Compiling Get APIClientDelegate.swift
[8/8] Emitting module Get
Build complete! (3.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Get",
"name" : "Get",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Get",
"targets" : [
"Get"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GetTests",
"module_type" : "SwiftTarget",
"name" : "GetTests",
"path" : "Tests/GetTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GetTests/Resources/user.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ClientAuthorizationTests.swift",
"ClientDelegateTests.swift",
"ClientIIntegrationTests.swift",
"ClientMakeRequestsTests.swift",
"ClientMiscTests.swift",
"ClientSendingRequestsTests.swift",
"ClientSessionDelegateTests.swift",
"CodeSamplesTests.swift",
"GitHubAPI.swift",
"Helpers.swift",
"Mocker/Mock.swift",
"Mocker/Mocker.swift",
"Mocker/MockingURLProtocol.swift",
"Mocker/XCTest+Mocker.swift",
"ResponseTests.swift"
],
"target_dependencies" : [
"Get"
],
"type" : "test"
},
{
"c99name" : "Get",
"module_type" : "SwiftTarget",
"name" : "Get",
"path" : "Sources/Get",
"product_memberships" : [
"Get"
],
"sources" : [
"APIClient.swift",
"APIClientDelegate.swift",
"DataLoader.swift",
"Request.swift",
"Response.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.