The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Alley, reference master (fc7144), with Swift 6.1 for macOS (SPM) on 25 Apr 2026 17:31:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/radianttap/Alley.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/radianttap/Alley
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fc71447 Split the 4.x/5.x version history and call out breaking changes
Cloned https://github.com/radianttap/Alley.git
Revision (git rev-parse @):
fc714476fdb7e691ca16ccb98d509f17dd0af4f0
SUCCESS checkout https://github.com/radianttap/Alley.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/radianttap/Alley.git
https://github.com/radianttap/Alley.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Alley",
  "name" : "Alley",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Alley",
      "targets" : [
        "Alley"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "Alley",
      "module_type" : "SwiftTarget",
      "name" : "Alley",
      "path" : "Sources/Alley",
      "product_memberships" : [
        "Alley"
      ],
      "sources" : [
        "Alley.swift",
        "NetworkError-Localized.swift",
        "NetworkError-Retries.swift",
        "NetworkError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling Alley NetworkError-Retries.swift
[4/7] Compiling Alley NetworkError-Localized.swift
[5/7] Compiling Alley NetworkError.swift
[6/7] Emitting module Alley
[7/7] Compiling Alley Alley.swift
Build complete! (5.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Alley",
  "name" : "Alley",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Alley",
      "targets" : [
        "Alley"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "Alley",
      "module_type" : "SwiftTarget",
      "name" : "Alley",
      "path" : "Sources/Alley",
      "product_memberships" : [
        "Alley"
      ],
      "sources" : [
        "Alley.swift",
        "NetworkError-Localized.swift",
        "NetworkError-Retries.swift",
        "NetworkError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.