The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lunar, reference main (27426c), with Swift 6.1 for macOS (SPM) on 30 Mar 2026 19:16:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dl-alexandre/Lunar.git
https://github.com/dl-alexandre/Lunar.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write Lunar-entitlement.plist
[1/6] Write sources
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling Lunar main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Emitting module Lunar
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Write Objects.LinkFileList
[6/8] Linking Lunar
[7/8] Applying Lunar
Build complete! (4.88s)
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.