Build Information
Successful build of AtProtocol, reference 0.0.1 (190207), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 17:46:43 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/SparrowTek/AtProtocol.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SparrowTek/AtProtocol
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 190207d add spi.yml for support on Swift Package Index
Cloned https://github.com/SparrowTek/AtProtocol.git
Revision (git rev-parse @):
190207d4afc9c68bafcb14408d05771551a27de0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/AtProtocol.git at 0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SparrowTek/AtProtocol.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/27] 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: Codable, Sendable {
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/29] 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: Codable, Sendable {
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?
[5/29] 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: Codable, Sendable {
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?
[6/29] 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: Codable, Sendable {
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?
[7/29] Compiling AtProtocol NetworkingProtocol.swift
[8/29] Compiling AtProtocol StatusCode.swift
[9/29] 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: Codable, Sendable {
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/29] 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: Codable, Sendable {
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/29] Compiling AtProtocol Feed.swift
[12/29] Compiling AtProtocol LoginObject.swift
[13/29] Compiling AtProtocol Preferences.swift
[14/29] Compiling AtProtocol Bsky.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: Codable, Sendable {
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?
[15/29] 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: Codable, Sendable {
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?
[16/29] Compiling AtProtocol EndpointType.swift
[17/29] Compiling AtProtocol HTTPMethod.swift
[18/29] Compiling AtProtocol Profile.swift
[19/29] Compiling AtProtocol Session.swift
[20/29] Compiling AtProtocol Timeline.swift
[21/29] Compiling AtProtocol Viewer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking/APIs/BskyAPI.swift:38:17: warning: variable 'parameters' was never mutated; consider changing to 'let' constant
36 | switch self {
37 | case .getFeedGenerators(let feeds):
38 | var parameters: Parameters = [:]
| `- warning: variable 'parameters' was never mutated; consider changing to 'let' constant
39 | for feed in feeds {
40 |
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking/APIs/BskyAPI.swift:39:17: warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
37 | case .getFeedGenerators(let feeds):
38 | var parameters: Parameters = [:]
39 | for feed in feeds {
| `- warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
40 |
41 | }
[22/29] Compiling AtProtocol AtProtoAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking/APIs/BskyAPI.swift:38:17: warning: variable 'parameters' was never mutated; consider changing to 'let' constant
36 | switch self {
37 | case .getFeedGenerators(let feeds):
38 | var parameters: Parameters = [:]
| `- warning: variable 'parameters' was never mutated; consider changing to 'let' constant
39 | for feed in feeds {
40 |
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking/APIs/BskyAPI.swift:39:17: warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
37 | case .getFeedGenerators(let feeds):
38 | var parameters: Parameters = [:]
39 | for feed in feeds {
| `- warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
40 |
41 | }
[23/29] Compiling AtProtocol BskyAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking/APIs/BskyAPI.swift:38:17: warning: variable 'parameters' was never mutated; consider changing to 'let' constant
36 | switch self {
37 | case .getFeedGenerators(let feeds):
38 | var parameters: Parameters = [:]
| `- warning: variable 'parameters' was never mutated; consider changing to 'let' constant
39 | for feed in feeds {
40 |
/Users/admin/builder/spi-builder-workspace/Sources/AtProtocol/Networking/APIs/BskyAPI.swift:39:17: warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
37 | case .getFeedGenerators(let feeds):
38 | var parameters: Parameters = [:]
39 | for feed in feeds {
| `- warning: immutable value 'feed' was never used; consider replacing with '_' or removing it [#no-usage]
40 |
41 | }
[24/29] Compiling AtProtocol CharacterSet.swift
[25/29] Compiling AtProtocol Encodable.swift
[26/29] Compiling AtProtocol AtProto.swift
[27/29] Compiling AtProtocol JSONParameterEncoder.swift
[28/29] Compiling AtProtocol ParameterEncoding.swift
[29/29] Compiling AtProtocol URLParameterEncoder.swift
Build complete! (5.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AtProtocol",
"name" : "AtProtocol",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "AtProtocol",
"targets" : [
"AtProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AtProtocolTests",
"module_type" : "SwiftTarget",
"name" : "AtProtocolTests",
"path" : "Tests/AtProtocolTests",
"sources" : [
"AtProtocolTests.swift"
],
"target_dependencies" : [
"AtProtocol"
],
"type" : "test"
},
{
"c99name" : "AtProtocol",
"module_type" : "SwiftTarget",
"name" : "AtProtocol",
"path" : "Sources/AtProtocol",
"product_memberships" : [
"AtProtocol"
],
"sources" : [
"AtProtocol.swift",
"Models/AtError.swift",
"Models/Creator.swift",
"Models/Feed.swift",
"Models/LoginObject.swift",
"Models/Preferences.swift",
"Models/Profile.swift",
"Models/Session.swift",
"Models/Timeline.swift",
"Models/Viewer.swift",
"Networking/APIs/AtProtoAPI.swift",
"Networking/APIs/BskyAPI.swift",
"Networking/Encoding/JSONParameterEncoder.swift",
"Networking/Encoding/ParameterEncoding.swift",
"Networking/Encoding/URLParameterEncoder.swift",
"Networking/Extensions/CharacterSet.swift",
"Networking/Extensions/Encodable.swift",
"Networking/Lexicons/AtProto.swift",
"Networking/Lexicons/Bsky.swift",
"Networking/Networking.swift",
"Networking/Service/EndpointType.swift",
"Networking/Service/HTTPMethod.swift",
"Networking/Service/HTTPTask.swift",
"Networking/Service/NetworkRouter.swift",
"Networking/Service/NetworkingProtocol.swift",
"Networking/Service/StatusCode.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.