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 master (f6c45a), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 03:23:15 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fromkk/lunch
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f6c45a8 add Bitrise status
Cloned https://github.com/fromkk/lunch.git
Revision (git rev-parse @):
f6c45a8c3699fdcbd20062814f6d346cf17fdf0e
SUCCESS checkout https://github.com/fromkk/lunch.git at master
========================================
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] Emitting module Lunch
[7/12] Compiling Lunch LaunchKeys.swift
[8/12] Compiling Lunch Launcher.swift
[9/12] Compiling LunchTest PageObjectsRepresentable.swift
[10/12] Compiling LunchTest ViewControllerTestable.swift
[11/12] Emitting module LunchTest
[12/12] Compiling LunchTest Launcher.swift
Build complete! (8.92s)
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.