The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of APIWrapper, reference main (e26989), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 11:36:00 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/RakuyoKit/RaAPIWrapper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RakuyoKit/RaAPIWrapper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e26989e feat: Use Rake to execute release
Cloned https://github.com/RakuyoKit/RaAPIWrapper.git
Revision (git rev-parse @):
e26989e8cd1d38d6fc9728530c844eb8d69f5a5d
SUCCESS checkout https://github.com/RakuyoKit/RaAPIWrapper.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RakuyoKit/RaAPIWrapper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/8] Write sources
[2/8] Copying PrivacyInfo.xcprivacy
[4/8] Write sources
[5/8] Copying PrivacyInfo.xcprivacy
[6/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/68] Compiling Alamofire Alamofire.swift
[10/68] Compiling Alamofire AFError.swift
[11/68] Compiling Alamofire DataRequest.swift
[12/68] Emitting module APIWrapper
[13/70] Compiling Alamofire RequestCompression.swift
[14/70] Compiling Alamofire RequestInterceptor.swift
[15/70] Compiling Alamofire ResponseSerialization.swift
[16/70] Compiling Alamofire RetryPolicy.swift
[17/74] Compiling Alamofire Response.swift
[18/74] Compiling Alamofire Session.swift
[19/74] Compiling Alamofire MultipartFormData.swift
[20/74] Compiling Alamofire MultipartUpload.swift
[21/74] Compiling Alamofire NetworkReachabilityManager.swift
[22/74] Compiling Alamofire RedirectHandler.swift
[23/74] Compiling Alamofire DispatchQueue+Alamofire.swift
[24/74] Compiling Alamofire OperationQueue+Alamofire.swift
[25/74] Compiling Alamofire Result+Alamofire.swift
[26/74] Compiling Alamofire StringEncoding+Alamofire.swift
[27/74] Compiling Alamofire URLRequest+Alamofire.swift
[28/74] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[29/74] Compiling Alamofire AlamofireExtended.swift
[30/74] Compiling Alamofire AuthenticationInterceptor.swift
[31/74] Compiling Alamofire Notifications.swift
[32/74] Compiling Alamofire ParameterEncoder.swift
[33/74] Compiling Alamofire HTTPHeaders.swift
[34/74] Compiling Alamofire HTTPMethod.swift
[35/74] Compiling Alamofire Request.swift
[36/74] Compiling Alamofire RequestTaskMap.swift
[37/74] Compiling Alamofire Concurrency.swift
[38/74] Compiling Alamofire EventMonitor.swift
[39/74] Compiling Alamofire CachedResponseHandler.swift
[40/74] Compiling Alamofire Combine.swift
[41/74] Compiling Alamofire ParameterEncoding.swift
[42/74] Compiling Alamofire Protected.swift
[43/74] Compiling Alamofire DataStreamRequest.swift
[44/74] Compiling Alamofire DownloadRequest.swift
[45/74] Compiling APIWrapper TRACE.swift
[46/74] Compiling APIWrapper resource_bundle_accessor.swift
[47/74] Compiling Alamofire UploadRequest.swift
[48/74] Compiling Alamofire WebSocketRequest.swift
[51/74] Emitting module Alamofire
[71/74] Compiling Alamofire ServerTrustEvaluation.swift
[72/74] Compiling Alamofire URLEncodedFormEncoder.swift
[73/74] Compiling Alamofire Validation.swift
[74/74] Compiling Alamofire resource_bundle_accessor.swift
[75/78] Compiling AFAPIWrapper API+AF.swift
[76/78] Emitting module AFAPIWrapper
/Users/admin/builder/spi-builder-workspace/Sources/Alamofire/AnyAPIHashableParameterEncoding.swift:30:16: warning: stored property 'equals' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(any AnyAPIHashableParameterEncoding.Value) -> Bool' (aka '(any ParameterEncoding) -> Bool'); this is an error in the Swift 6 language mode
28 |     public let value: Value
29 |
30 |     public let equals: (Value) -> Bool
   |                |- warning: stored property 'equals' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(any AnyAPIHashableParameterEncoding.Value) -> Bool' (aka '(any ParameterEncoding) -> Bool'); this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 |
32 |     public let hash: (_ hasher: inout Hasher) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/Alamofire/AnyAPIHashableParameterEncoding.swift:32:16: warning: stored property 'hash' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(inout Hasher) -> Void'; this is an error in the Swift 6 language mode
30 |     public let equals: (Value) -> Bool
31 |
32 |     public let hash: (_ hasher: inout Hasher) -> Void
   |                |- warning: stored property 'hash' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(inout Hasher) -> Void'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
33 |
34 |     public init<T: Input>(_ value: T) {
[77/78] Compiling AFAPIWrapper AnyAPIHashableParameterEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Alamofire/AnyAPIHashableParameterEncoding.swift:30:16: warning: stored property 'equals' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(any AnyAPIHashableParameterEncoding.Value) -> Bool' (aka '(any ParameterEncoding) -> Bool'); this is an error in the Swift 6 language mode
28 |     public let value: Value
29 |
30 |     public let equals: (Value) -> Bool
   |                |- warning: stored property 'equals' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(any AnyAPIHashableParameterEncoding.Value) -> Bool' (aka '(any ParameterEncoding) -> Bool'); this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
31 |
32 |     public let hash: (_ hasher: inout Hasher) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/Alamofire/AnyAPIHashableParameterEncoding.swift:32:16: warning: stored property 'hash' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(inout Hasher) -> Void'; this is an error in the Swift 6 language mode
30 |     public let equals: (Value) -> Bool
31 |
32 |     public let hash: (_ hasher: inout Hasher) -> Void
   |                |- warning: stored property 'hash' of 'Sendable'-conforming struct 'AnyAPIHashableParameterEncoding' has non-sendable type '(inout Hasher) -> Void'; this is an error in the Swift 6 language mode
   |                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
33 |
34 |     public init<T: Input>(_ value: T) {
[78/78] Compiling AFAPIWrapper APIRequestInfo+AF.swift
Build complete! (20.25s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/RakuyoKit/swift.git
[1/2377] Fetching swift
[2165/32518] Fetching swift, alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.67s)
Fetched https://github.com/RakuyoKit/swift.git from cache (2.67s)
Computing version for https://github.com/RakuyoKit/swift.git
Computed https://github.com/RakuyoKit/swift.git at 1.4.0 (3.10s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.95s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.42s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/RakuyoKit/swift.git
Working copy of https://github.com/RakuyoKit/swift.git resolved at 1.4.0
Downloading binary artifact https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[16375/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[4094085/39231213] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (1.29s)
Downloaded https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip (2.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.9.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RakuyoKit/swift.git"
    }
  ],
  "manifest_display_name" : "APIWrapper",
  "name" : "APIWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "APIWrapper",
      "targets" : [
        "APIWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AFAPIWrapper",
      "targets" : [
        "AFAPIWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APIWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "APIWrapperTests",
      "path" : "Tests",
      "sources" : [
        "AvailabilityTest.swift",
        "ExtensibilityTest.swift",
        "TestEnum.swift"
      ],
      "target_dependencies" : [
        "APIWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APIWrapper",
      "module_type" : "SwiftTarget",
      "name" : "APIWrapper",
      "path" : "Sources/Core",
      "product_memberships" : [
        "APIWrapper",
        "AFAPIWrapper"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "RequestInfo/APIHTTPMethod.swift",
        "RequestInfo/APIHeaders.swift",
        "RequestInfo/APIParameter.swift",
        "RequestInfo/APIRequestInfo.swift",
        "RequestInfo/APIRequestUserInfo.swift",
        "RequestInfo/AnyAPIHashable/AnyAPIHashable.swift",
        "RequestInfo/AnyAPIHashable/AnyAPIHashableParameter.swift",
        "Wrapper/API.swift",
        "Wrapper/APIParameterBuilder.swift",
        "Wrapper/APIParameterConvertible.swift",
        "Wrapper/HTTPMethod/CONNECT.swift",
        "Wrapper/HTTPMethod/DELETE.swift",
        "Wrapper/HTTPMethod/GET.swift",
        "Wrapper/HTTPMethod/HEAD.swift",
        "Wrapper/HTTPMethod/OPTIONS.swift",
        "Wrapper/HTTPMethod/PATCH.swift",
        "Wrapper/HTTPMethod/POST.swift",
        "Wrapper/HTTPMethod/PUT.swift",
        "Wrapper/HTTPMethod/QUERY.swift",
        "Wrapper/HTTPMethod/TRACE.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AFAPIWrapper",
      "module_type" : "SwiftTarget",
      "name" : "AFAPIWrapper",
      "path" : "Sources/Alamofire",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "AFAPIWrapper"
      ],
      "sources" : [
        "API+AF.swift",
        "APIRequestInfo+AF.swift",
        "AnyAPIHashableParameterEncoding.swift"
      ],
      "target_dependencies" : [
        "APIWrapper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.