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 RetroSwift, reference 1.0.1 (545625), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 13:30:24 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/rmichelberger/RetroSwift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rmichelberger/RetroSwift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 545625e - changed min iOS and tvOS version from 11 to 13
Cloned https://github.com/rmichelberger/RetroSwift.git
Revision (git rev-parse @):
545625e2343f42e65dda466b701ad25a504cc3c6
SUCCESS checkout https://github.com/rmichelberger/RetroSwift.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rmichelberger/RetroSwift.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/16] Compiling RetroSwift POST.swift
[4/17] Compiling RetroSwift Request.swift
[5/17] Compiling RetroSwift Extensions.swift
[6/17] Emitting module RetroSwift
[7/17] Compiling RetroSwift Body.swift
[8/17] Compiling RetroSwift DataEncoder.swift
[9/17] Compiling RetroSwift GET.swift
[10/17] Compiling RetroSwift Header.swift
[11/17] Compiling RetroSwift KeyValuePair.swift
[12/17] Compiling RetroSwift PUT.swift
[13/17] Compiling RetroSwift RetroSwift.swift
[14/17] Compiling RetroSwift DELETE.swift
[15/17] Compiling RetroSwift Path.swift
[16/17] Compiling RetroSwift Query.swift
[17/17] Compiling RetroSwift HTTPClient.swift
Build complete! (4.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RetroSwift",
  "name" : "RetroSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "RetroSwift",
      "targets" : [
        "RetroSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetroSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "RetroSwiftTests",
      "path" : "Tests/RetroSwiftTests",
      "sources" : [
        "QueryTests.swift",
        "RequestTests.swift"
      ],
      "target_dependencies" : [
        "RetroSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RetroSwift",
      "module_type" : "SwiftTarget",
      "name" : "RetroSwift",
      "path" : "Sources/RetroSwift",
      "product_memberships" : [
        "RetroSwift"
      ],
      "sources" : [
        "Request/Body.swift",
        "Request/DataEncoder.swift",
        "Request/Header.swift",
        "Request/KeyValuePair.swift",
        "Request/Path.swift",
        "Request/Query.swift",
        "Request/Request.swift",
        "Request/extensions/Extensions.swift",
        "Request/methods/DELETE.swift",
        "Request/methods/GET.swift",
        "Request/methods/POST.swift",
        "Request/methods/PUT.swift",
        "RetroSwift.swift",
        "client/HTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.