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 Lunar, reference main (819a2d), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 19:30:52 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/dl-alexandre/Lunar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dl-alexandre/Lunar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 819a2d4 Initial Commit
Cloned https://github.com/dl-alexandre/Lunar.git
Revision (git rev-parse @):
819a2d49fc6ea5dd9a00c2ab4fb75bbc2e645452
SUCCESS checkout https://github.com/dl-alexandre/Lunar.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dl-alexandre/Lunar.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
[0/6] Write Lunar-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling Lunar main.swift
[5/8] Emitting module Lunar
[5/8] Write Objects.LinkFileList
[6/8] Linking Lunar
[7/8] Applying Lunar
Build complete! (4.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Lunar",
  "name" : "Lunar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Lunar",
      "targets" : [
        "Lunar"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LunarTests",
      "module_type" : "SwiftTarget",
      "name" : "LunarTests",
      "path" : "Tests",
      "sources" : [
        "LunarLanderTests/LunarLanderTests.swift"
      ],
      "target_dependencies" : [
        "Lunar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lunar",
      "module_type" : "SwiftTarget",
      "name" : "Lunar",
      "path" : "Sources",
      "product_memberships" : [
        "Lunar"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.1"
}
Done.