Build Information
Failed to build AtProtocol, reference main (ec224f), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:57:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SparrowTek/AtProtocol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SparrowTek/AtProtocol
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ec224fa make index property string
Cloned https://github.com/SparrowTek/AtProtocol.git
Revision (git rev-parse @):
ec224fa336ad5e24221338a521d119c2ed07fc5d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/AtProtocol.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "atprotocol",
"name": "AtProtocol",
"url": "https://github.com/SparrowTek/AtProtocol.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AtProtocol",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SparrowTek/AtProtocol.git
[1/566] Fetching atprotocol
Fetched https://github.com/SparrowTek/AtProtocol.git from cache (0.75s)
Creating working copy for https://github.com/SparrowTek/AtProtocol.git
Working copy of https://github.com/SparrowTek/AtProtocol.git resolved at main (ec224fa)
warning: '.resolve-product-dependencies': dependency 'atprotocol' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SparrowTek/AtProtocol.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/30] Emitting module AtProtocol
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
[4/32] Compiling AtProtocol Bsky.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Services/BskyAPI.swift:40:17: warning: variable 'parameters' was never mutated; consider changing to 'let' constant
38 | switch self {
39 | case .getFeedGenerators(let feeds):
40 | var parameters: Parameters = [:]
| `- warning: variable 'parameters' was never mutated; consider changing to 'let' constant
41 | for feed in feeds {
42 |
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Services/BskyAPI.swift:41:17: warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
39 | case .getFeedGenerators(let feeds):
40 | var parameters: Parameters = [:]
41 | for feed in feeds {
| `- warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
42 |
43 | }
[5/32] Compiling AtProtocol BskyAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Services/BskyAPI.swift:40:17: warning: variable 'parameters' was never mutated; consider changing to 'let' constant
38 | switch self {
39 | case .getFeedGenerators(let feeds):
40 | var parameters: Parameters = [:]
| `- warning: variable 'parameters' was never mutated; consider changing to 'let' constant
41 | for feed in feeds {
42 |
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Services/BskyAPI.swift:41:17: warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
39 | case .getFeedGenerators(let feeds):
40 | var parameters: Parameters = [:]
41 | for feed in feeds {
| `- warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
42 |
43 | }
[6/32] Compiling AtProtocol Profile.swift
[7/32] Compiling AtProtocol Session.swift
[8/32] Compiling AtProtocol Timeline.swift
[9/32] Compiling AtProtocol AtProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
[10/32] Compiling AtProtocol AtError.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
[11/32] Compiling AtProtocol Creator.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
[12/32] Compiling AtProtocol Viewer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking.swift:53:29: error: sending value of non-Sendable type 'any ATProtocolDelegate' risks causing data races [#SendingRisksDataRace]
51 | APEnvironment.current.accessToken = newSession.accessJwt
52 | APEnvironment.current.refreshToken = newSession.refreshJwt
53 | await delegate?.sessionUpdated(newSession)
| |- error: sending value of non-Sendable type 'any ATProtocolDelegate' risks causing data races [#SendingRisksDataRace]
| `- note: sending global actor 'APActor'-isolated value of non-Sendable type 'any ATProtocolDelegate' to nonisolated instance method 'sessionUpdated' risks causing races in between global actor 'APActor'-isolated and nonisolated uses
54 |
55 | return true
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[13/32] Compiling AtProtocol Networking.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking.swift:53:29: error: sending value of non-Sendable type 'any ATProtocolDelegate' risks causing data races [#SendingRisksDataRace]
51 | APEnvironment.current.accessToken = newSession.accessJwt
52 | APEnvironment.current.refreshToken = newSession.refreshJwt
53 | await delegate?.sessionUpdated(newSession)
| |- error: sending value of non-Sendable type 'any ATProtocolDelegate' risks causing data races [#SendingRisksDataRace]
| `- note: sending global actor 'APActor'-isolated value of non-Sendable type 'any ATProtocolDelegate' to nonisolated instance method 'sessionUpdated' risks causing races in between global actor 'APActor'-isolated and nonisolated uses
54 |
55 | return true
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[14/32] Compiling AtProtocol JSONParameterEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking.swift:53:29: error: sending value of non-Sendable type 'any ATProtocolDelegate' risks causing data races [#SendingRisksDataRace]
51 | APEnvironment.current.accessToken = newSession.accessJwt
52 | APEnvironment.current.refreshToken = newSession.refreshJwt
53 | await delegate?.sessionUpdated(newSession)
| |- error: sending value of non-Sendable type 'any ATProtocolDelegate' risks causing data races [#SendingRisksDataRace]
| `- note: sending global actor 'APActor'-isolated value of non-Sendable type 'any ATProtocolDelegate' to nonisolated instance method 'sessionUpdated' risks causing races in between global actor 'APActor'-isolated and nonisolated uses
54 |
55 | return true
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[15/32] Compiling AtProtocol StatusCode.swift
[16/32] Compiling AtProtocol AtProto.swift
[17/32] Compiling AtProtocol AtProtoAPI.swift
[18/32] Compiling AtProtocol Encodable.swift
[19/32] Compiling AtProtocol EndpointType.swift
[20/32] Compiling AtProtocol HTTPMethod.swift
[21/32] Compiling AtProtocol ParameterEncoding.swift
[22/32] Compiling AtProtocol URLParameterEncoder.swift
[23/32] Compiling AtProtocol CharacterSet.swift
[24/32] Compiling AtProtocol APActor.swift
[25/32] Compiling AtProtocol APCodable.swift
[26/32] Compiling AtProtocol APEnvironment.swift
[27/32] Compiling AtProtocol Feed.swift
[28/32] Compiling AtProtocol LoginObject.swift
[29/32] Compiling AtProtocol Preferences.swift
[30/32] Compiling AtProtocol HTTPTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
[31/32] Compiling AtProtocol NetworkRouter.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
[32/32] Compiling AtProtocol NetworkingProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Models/AtError.swift:7:14: warning: Should error be type string or AtErrorType?
5 |
6 | public struct ErrorMessage: APCodable {
7 | #warning("Should error be type string or AtErrorType?")
| `- warning: Should error be type string or AtErrorType?
8 | public let error: String
9 | public let message: String?
BUILD FAILURE 6.3 macosSpm