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 EternalFlame, reference master (b8252b), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:46:41 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/aniket965/eternalflame.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aniket965/eternalflame
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b8252bd Docs ☘️
Cloned https://github.com/aniket965/eternalflame.git
Revision (git rev-parse @):
b8252bd92daaf3be3444cb5a520809922cb12e3f
SUCCESS checkout https://github.com/aniket965/eternalflame.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aniket965/eternalflame.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/5] Compiling Eraser Eraser.swift
[5/5] Emitting module Eraser
[6/7] Emitting module EternalFlame
[7/7] Compiling EternalFlame EternalFlame.swift
Build complete! (5.13s)
Fetching http://github.com/aniket965/Eraser.git
[1/41] Fetching eraser
Fetched http://github.com/aniket965/Eraser.git from cache (0.68s)
Computing version for http://github.com/aniket965/Eraser.git
Computed http://github.com/aniket965/Eraser.git at 1.0.1 (1.22s)
Creating working copy for http://github.com/aniket965/Eraser.git
Working copy of http://github.com/aniket965/Eraser.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "eraser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/aniket965/Eraser.git"
    }
  ],
  "manifest_display_name" : "EternalFlame",
  "name" : "EternalFlame",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EternalFlame",
      "targets" : [
        "EternalFlame"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EternalFlameTests",
      "module_type" : "SwiftTarget",
      "name" : "EternalFlameTests",
      "path" : "Tests/EternalFlameTests",
      "sources" : [
        "EternalFlameTests.swift"
      ],
      "target_dependencies" : [
        "EternalFlame"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EternalFlame",
      "module_type" : "SwiftTarget",
      "name" : "EternalFlame",
      "path" : "Sources/EternalFlame",
      "product_dependencies" : [
        "Eraser"
      ],
      "product_memberships" : [
        "EternalFlame"
      ],
      "sources" : [
        "EternalFlame.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.