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 FuegoOnAppleSilicon, reference v1.0.0 (ac0f66), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 23:21:19 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/mesqueeb/FuegoOnAppleSilicon.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/FuegoOnAppleSilicon
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at ac0f662 1.0.0
Cloned https://github.com/mesqueeb/FuegoOnAppleSilicon.git
Revision (git rev-parse @):
ac0f66238cabe395a366f5c792b9ab20191e9a20
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/FuegoOnAppleSilicon.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mesqueeb/FuegoOnAppleSilicon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying libfuego.a
[1/4] Write sources
[2/4] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling FuegoCBridge FuegoBridge.cpp
[5/8] Compiling FuegoOnAppleSilicon Types.swift
[6/8] Compiling FuegoOnAppleSilicon Helpers.swift
[7/8] Compiling FuegoOnAppleSilicon FuegoBridge.swift
[8/8] Emitting module FuegoOnAppleSilicon
Build complete! (7.92s)
Downloading binary artifact https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v1.0.0/Fuego-1.0.0.xcframework.zip
[16375/92504076] Downloading https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v1.0.0/Fuego-1.0.0.xcframework.zip
Downloaded https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v1.0.0/Fuego-1.0.0.xcframework.zip (3.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FuegoOnAppleSilicon",
  "name" : "FuegoOnAppleSilicon",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FuegoOnAppleSilicon",
      "targets" : [
        "FuegoOnAppleSilicon",
        "FuegoCBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FuegoXCFramework",
      "module_type" : "BinaryTarget",
      "name" : "FuegoXCFramework",
      "path" : "remote/archive/Fuego-1.0.0.xcframework.zip",
      "product_memberships" : [
        "FuegoOnAppleSilicon"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FuegoOnAppleSiliconTests",
      "module_type" : "SwiftTarget",
      "name" : "FuegoOnAppleSiliconTests",
      "path" : "FuegoOnAppleSilicon/Tests",
      "sources" : [
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "FuegoOnAppleSilicon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FuegoOnAppleSilicon",
      "module_type" : "SwiftTarget",
      "name" : "FuegoOnAppleSilicon",
      "path" : "FuegoOnAppleSilicon/Sources/SwiftBridge",
      "product_memberships" : [
        "FuegoOnAppleSilicon"
      ],
      "sources" : [
        "FuegoBridge.swift",
        "Helpers.swift",
        "Types.swift"
      ],
      "target_dependencies" : [
        "FuegoCBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FuegoCBridge",
      "module_type" : "ClangTarget",
      "name" : "FuegoCBridge",
      "path" : "FuegoOnAppleSilicon/Sources/CBridge",
      "product_memberships" : [
        "FuegoOnAppleSilicon"
      ],
      "sources" : [
        "FuegoBridge.cpp"
      ],
      "target_dependencies" : [
        "FuegoXCFramework"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.