The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FuegoOnAppleSilicon, reference v1.0.0 (ac0f66), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 23:24:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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.0
Building package at path:  $PWD
https://github.com/mesqueeb/FuegoOnAppleSilicon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[0/4] Copying libfuego.a
[2/4] Write swift-version-117DEE11B69C53C9.txt
[3/4] Compiling FuegoCBridge FuegoBridge.cpp
[5/8] Compiling FuegoOnAppleSilicon Types.swift
[6/8] Compiling FuegoOnAppleSilicon FuegoBridge.swift
[7/8] Emitting module FuegoOnAppleSilicon
[8/8] Compiling FuegoOnAppleSilicon Helpers.swift
Build complete! (11.86s)
[16375/92504076] Downloading https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v1.0.0/Fuego-1.0.0.xcframework.zip
Downloading binary artifact 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 (4.43s)
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.