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 REPL, reference master (90d95e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:34:23 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/Samasaur1/REPL.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/REPL
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 90d95e4 Support command aliases
Cloned https://github.com/Samasaur1/REPL.git
Revision (git rev-parse @):
90d95e4b116bb8de356c015025af26c95e569e9a
SUCCESS checkout https://github.com/Samasaur1/REPL.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Samasaur1/REPL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write repl-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Emitting module REPL
[5/8] Compiling REPL main.swift
[5/8] Write Objects.LinkFileList
[6/8] Linking repl
[7/8] Applying repl
Build complete! (3.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "REPL",
  "name" : "REPL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "repl",
      "targets" : [
        "REPL"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "REPLTests",
      "module_type" : "SwiftTarget",
      "name" : "REPLTests",
      "path" : "Tests/REPLTests",
      "sources" : [
        "REPLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "REPL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "REPL",
      "module_type" : "SwiftTarget",
      "name" : "REPL",
      "path" : "Sources/REPL",
      "product_memberships" : [
        "repl"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.