The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lunar, reference main (27426c), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 13:35:00 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/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 27426c5 Rename Tests
Cloned https://github.com/dl-alexandre/Lunar.git
Revision (git rev-parse @):
27426c512abf8a2a5c232ecb895d8601b643561e
SUCCESS checkout https://github.com/dl-alexandre/Lunar.git at main
========================================
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": "lunar",
      "name": "Lunar",
      "url": "https://github.com/dl-alexandre/Lunar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Lunar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dl-alexandre/Lunar.git
[1/26] Fetching lunar
Fetched https://github.com/dl-alexandre/Lunar.git from cache (0.62s)
Creating working copy for https://github.com/dl-alexandre/Lunar.git
Working copy of https://github.com/dl-alexandre/Lunar.git resolved at main (27426c5)
warning: '.resolve-product-dependencies': dependency 'lunar' 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/dl-alexandre/Lunar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write Lunar-entitlement.plist
[2/6] Write swift-version--6988338F2F200930.txt
[4/8] Emitting module Lunar
[5/8] Compiling Lunar main.swift
[5/8] Write Objects.LinkFileList
[6/8] Linking Lunar
[7/8] Applying Lunar
Build complete! (5.24s)
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/LunarTests",
      "sources" : [
        "LunarTests.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.