The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lunch, reference 1.2.0 (2ae6d4), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:21:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fromkk/lunch.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fromkk/lunch
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 2ae6d42 add MainActor
Cloned https://github.com/fromkk/lunch.git
Revision (git rev-parse @):
2ae6d42ab77bc45cdad0f6a72e679a8315af78ba
SUCCESS checkout https://github.com/fromkk/lunch.git at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "lunch",
      "name": "Lunch",
      "url": "https://github.com/fromkk/lunch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lunch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fromkk/lunch.git
[1/343] Fetching lunch
Fetched https://github.com/fromkk/lunch.git from cache (0.66s)
Creating working copy for https://github.com/fromkk/lunch.git
Working copy of https://github.com/fromkk/lunch.git resolved at 1.2.0 (2ae6d42)
warning: '.resolve-product-dependencies': dependency 'lunch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/fromkk/lunch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/12] Compiling Lunch Makeable.swift
[5/12] Compiling Lunch LaunchKeys.swift
[6/12] Compiling Lunch Creatable.swift
[7/12] Emitting module Lunch
[8/12] Compiling Lunch Launcher.swift
[9/12] Compiling LunchTest Launcher.swift
[10/12] Compiling LunchTest ViewControllerTestable.swift
[11/12] Compiling LunchTest PageObjectsRepresentable.swift
[12/12] Emitting module LunchTest
Build complete! (11.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Lunch",
  "name" : "Lunch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Lunch",
      "targets" : [
        "Lunch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LunchTest",
      "targets" : [
        "LunchTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LunchTestTests",
      "module_type" : "SwiftTarget",
      "name" : "LunchTestTests",
      "path" : "LunchTestTests",
      "sources" : [
        "LauncherTests.swift"
      ],
      "target_dependencies" : [
        "LunchTest"
      ],
      "type" : "test"
    },
    {
      "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" : "6.2"
}
Done.