The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AtProtocol, reference main (ec224f), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 17:51:38 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/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
========================================
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/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 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?
[10/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?
[11/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?
[12/32] Compiling AtProtocol APActor.swift
[13/32] Compiling AtProtocol APCodable.swift
[14/32] Compiling AtProtocol APEnvironment.swift
[15/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?
[16/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?
[17/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?
[18/32] Compiling AtProtocol Encodable.swift
[19/32] Compiling AtProtocol EndpointType.swift
[20/32] Compiling AtProtocol HTTPMethod.swift
[21/32] Compiling AtProtocol Feed.swift
[22/32] Compiling AtProtocol LoginObject.swift
[23/32] Compiling AtProtocol Preferences.swift
[24/32] Compiling AtProtocol StatusCode.swift
[25/32] Compiling AtProtocol AtProto.swift
[26/32] Compiling AtProtocol AtProtoAPI.swift
[27/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?
[28/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?
[29/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?
[30/32] Compiling AtProtocol ParameterEncoding.swift
[31/32] Compiling AtProtocol URLParameterEncoder.swift
[32/32] Compiling AtProtocol CharacterSet.swift
Build complete! (4.47s)
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" : [
        "APActor.swift",
        "APCodable.swift",
        "APEnvironment.swift",
        "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.swift",
        "Networking/Encoding/JSONParameterEncoder.swift",
        "Networking/Encoding/ParameterEncoding.swift",
        "Networking/Encoding/URLParameterEncoder.swift",
        "Networking/Extensions/CharacterSet.swift",
        "Networking/Extensions/Encodable.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",
        "Services/AtProto.swift",
        "Services/AtProtoAPI.swift",
        "Services/Bsky.swift",
        "Services/BskyAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.