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 Lunch, reference 1.1.0 (3577d0), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:25:25 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/fromkk/lunch.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fromkk/lunch
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 3577d09 Merge pull request #5 from fromkk/feature/swift5_1
Cloned https://github.com/fromkk/lunch.git
Revision (git rev-parse @):
3577d09cbbb23099e691baa39c1927afc6e84923
SUCCESS checkout https://github.com/fromkk/lunch.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fromkk/lunch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling Lunch Makeable.swift
[5/12] Compiling Lunch Creatable.swift
[6/12] Compiling Lunch LaunchKeys.swift
[7/12] Compiling Lunch Launcher.swift
[8/12] Emitting module Lunch
[9/12] Compiling LunchTest ViewControllerTestable.swift
[10/12] Compiling LunchTest PageObjectsRepresentable.swift
[11/12] Emitting module LunchTest
[12/12] Compiling LunchTest Launcher.swift
Build complete! (8.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Lunch",
  "name" : "Lunch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Lunch",
      "targets" : [
        "Lunch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LunchTest",
      "targets" : [
        "LunchTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LunchTest",
      "module_type" : "SwiftTarget",
      "name" : "LunchTest",
      "path" : "LunchTest",
      "product_memberships" : [
        "LunchTest"
      ],
      "sources" : [
        "Launcher.swift",
        "PageObjectsRepresentable.swift",
        "ViewControllerTestable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Lunch",
      "module_type" : "SwiftTarget",
      "name" : "Lunch",
      "path" : "Lunch",
      "product_memberships" : [
        "Lunch"
      ],
      "sources" : [
        "Creatable.swift",
        "LaunchKeys.swift",
        "Launcher.swift",
        "Makeable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.