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 Hyperspace, reference main (f3bed2), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 19:59:45 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/BottleRocketStudios/iOS-Hyperspace.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-Hyperspace
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f3bed24 Merge pull request #173 from BottleRocketStudios/release/5.1.0
Cloned https://github.com/BottleRocketStudios/iOS-Hyperspace.git
Revision (git rev-parse @):
f3bed245fa59a7729c1e46eba67dac5dc059d13e
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-Hyperspace.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BottleRocketStudios/iOS-Hyperspace.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/19] Compiling Hyperspace TransportSession.swift
[4/20] Emitting module Hyperspace
[5/20] Compiling Hyperspace HTTP.swift
[6/20] Compiling Hyperspace Request+Decodable.swift
[7/20] Compiling Hyperspace Request+EmptyDecodingStrategy.swift
[8/20] Compiling Hyperspace Request.URLRequestCreationStrategy.swift
[9/20] Compiling Hyperspace JSONCoder+Container.swift
[10/20] Compiling Hyperspace URL+Additions.swift
[11/20] Compiling Hyperspace BackendServicing.swift
[12/20] Compiling Hyperspace NetworkActivityController.swift
[13/20] Compiling Hyperspace PreparationStrategy.swift
[14/20] Compiling Hyperspace RecoveryStrategy.swift
[15/20] Compiling Hyperspace Request.swift
[16/20] Compiling Hyperspace BackendService.swift
[17/20] Compiling Hyperspace HTTP.Body+URLForm.swift
[18/20] Compiling Hyperspace HTTP.Body.swift
[19/20] Compiling Hyperspace TransportResult.swift
[20/20] Compiling Hyperspace Transporting.swift
Build complete! (5.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hyperspace",
  "name" : "Hyperspace",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Hyperspace",
      "targets" : [
        "Hyperspace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HyperspaceTests",
      "module_type" : "SwiftTarget",
      "name" : "HyperspaceTests",
      "path" : "Tests",
      "sources" : [
        "BackendServiceTests.swift",
        "Coding/DecodingTests.swift",
        "Coding/EmptyDecodingStrategyTests.swift",
        "Coding/EncodingTests.swift",
        "Helper/Mocks/MockBackendService.swift",
        "Helper/Mocks/MockCodableContainer.swift",
        "Helper/Mocks/MockTransportService.swift",
        "Helper/Mocks/MockTransportSession.swift",
        "Helper/Request+Mock.swift",
        "Helper/Test Defaults/RequestTestDefaults.swift",
        "Helper/Test Defaults/TestDecodingError.swift",
        "Helper/XCTest+Async.swift",
        "Helper/XCTestCase+JSON.swift",
        "Peripheral/NetworkActivityControllerTests.swift",
        "Peripheral/PreparationStrategyTests.swift",
        "Peripheral/RecoveryStrategyTests.swift",
        "Request/HTTPTests.swift",
        "Request/RequestTests.swift",
        "TransportServiceTests.swift",
        "URLFormEncoderTests.swift",
        "URLQueryParameterTests.swift"
      ],
      "target_dependencies" : [
        "Hyperspace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hyperspace",
      "module_type" : "SwiftTarget",
      "name" : "Hyperspace",
      "path" : "Sources",
      "product_memberships" : [
        "Hyperspace"
      ],
      "sources" : [
        "Extensions/Coding/JSONCoder+Container.swift",
        "Extensions/URL+Additions.swift",
        "HTTP/HTTP.Body+URLForm.swift",
        "HTTP/HTTP.Body.swift",
        "HTTP/HTTP.swift",
        "Request/Request+Decodable.swift",
        "Request/Request+EmptyDecodingStrategy.swift",
        "Request/Request.URLRequestCreationStrategy.swift",
        "Request/Request.swift",
        "Service/Backend/BackendService.swift",
        "Service/Backend/BackendServicing.swift",
        "Service/Peripheral/NetworkActivityController.swift",
        "Service/Peripheral/PreparationStrategy.swift",
        "Service/Peripheral/RecoveryStrategy.swift",
        "Service/Transport/TransportResult.swift",
        "Service/Transport/TransportSession.swift",
        "Service/Transport/Transporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.