The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Prch, reference 1.0.0-alpha.2 (b9329b), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 14:13:39 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/brightdigit/Prch.git
Reference: 1.0.0-alpha.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/Prch
 * tag               1.0.0-alpha.2 -> FETCH_HEAD
HEAD is now at b9329ba Allow Status Code Decoding (#30)
Cloned https://github.com/brightdigit/Prch.git
Revision (git rev-parse @):
b9329bab762886dbc478c9f6850a63bfde7fde93
SUCCESS checkout https://github.com/brightdigit/Prch.git at 1.0.0-alpha.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/brightdigit/Prch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/22] Compiling PrchModel Decodable.swift
[5/22] Compiling PrchModel Decoder.swift
[6/23] Compiling PrchModel ContentDecodable.swift
[7/23] Compiling PrchModel ContentEncodable.swift
[8/23] Compiling PrchModel CoderError.swift
[9/23] Compiling PrchModel Content.swift
[10/23] Compiling PrchModel ServiceCall.swift
[11/23] Compiling PrchModel CustomServiceDecoding.swift
[12/23] Compiling PrchModel CustomServiceEncoding.swift
[13/23] Emitting module PrchModel
[14/23] Compiling PrchModel API.swift
[15/23] Compiling PrchModel Array.swift
[16/23] Compiling PrchModel Encodable.swift
[17/23] Compiling PrchModel EncodableValue.swift
[18/23] Compiling PrchModel Dictionary.swift
[19/23] Compiling PrchModel Empty.swift
[20/23] Compiling PrchModel Encoder.swift
[21/23] Compiling PrchModel JSONDecoder.swift
[22/23] Compiling PrchModel JSONEncoder.swift
[23/23] Compiling PrchModel RequestMethod.swift
[24/35] Compiling Prch SessionRequest.swift
[25/36] Compiling Prch SessionAuthorization.swift
[26/36] Compiling Prch Session.swift
[27/36] Compiling Prch AuthorizationManager.swift
[28/36] Compiling Prch NullAuthorizationManager.swift
[29/36] Compiling Prch Service.swift
[30/36] Compiling Prch ServiceProtocol.swift
[31/36] Emitting module Prch
[32/36] Compiling Prch RequestError.swift
[33/36] Compiling Prch URLRequest.swift
[34/36] Compiling Prch SessionResponse.swift
[35/36] Compiling Prch URLSession.swift
[36/36] Compiling Prch URLSessionResponse.swift
Build complete! (4.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Prch",
  "name" : "Prch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Prch",
      "targets" : [
        "Prch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrchModel",
      "targets" : [
        "PrchModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchTests",
      "path" : "Tests/PrchTests",
      "sources" : [
        "PrchTests.swift",
        "ServiceImplTests.swift",
        "URLComponents.swift"
      ],
      "target_dependencies" : [
        "Prch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchModel",
      "module_type" : "SwiftTarget",
      "name" : "PrchModel",
      "path" : "Sources/PrchModel",
      "product_memberships" : [
        "Prch",
        "PrchModel"
      ],
      "sources" : [
        "API.swift",
        "Array.swift",
        "CoderError.swift",
        "Content.swift",
        "ContentDecodable.swift",
        "ContentEncodable.swift",
        "CustomServiceDecoding.swift",
        "CustomServiceEncoding.swift",
        "Decodable.swift",
        "Decoder.swift",
        "Dictionary.swift",
        "Empty.swift",
        "Encodable.swift",
        "EncodableValue.swift",
        "Encoder.swift",
        "JSONDecoder.swift",
        "JSONEncoder.swift",
        "RequestMethod.swift",
        "ServiceCall.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Prch",
      "module_type" : "SwiftTarget",
      "name" : "Prch",
      "path" : "Sources/Prch",
      "product_memberships" : [
        "Prch"
      ],
      "sources" : [
        "AuthorizationManager.swift",
        "NullAuthorizationManager.swift",
        "Service.swift",
        "ServiceProtocol.swift",
        "Session/RequestError.swift",
        "Session/Session.swift",
        "Session/SessionAuthorization.swift",
        "Session/SessionRequest.swift",
        "Session/SessionResponse.swift",
        "Session/URLSession/URLRequest.swift",
        "Session/URLSession/URLSession.swift",
        "Session/URLSession/URLSessionResponse.swift"
      ],
      "target_dependencies" : [
        "PrchModel"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.