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 mini-alloc, reference master (b63e9e), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 14:18:49 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/mini-alloc.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/mini-alloc
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b63e9eb Added a filter method
Cloned https://github.com/RussBaz/mini-alloc.git
Revision (git rev-parse @):
b63e9eb721b64e100397219457d0c3e747f42387
SUCCESS checkout https://github.com/RussBaz/mini-alloc.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RussBaz/mini-alloc.git
https://github.com/RussBaz/mini-alloc.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "mini-alloc",
  "name" : "mini-alloc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MA",
      "targets" : [
        "MA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MATests",
      "module_type" : "SwiftTarget",
      "name" : "MATests",
      "path" : "Tests/MATests",
      "sources" : [
        "MATests.swift"
      ],
      "target_dependencies" : [
        "MA"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MA",
      "module_type" : "SwiftTarget",
      "name" : "MA",
      "path" : "Sources/MA",
      "product_memberships" : [
        "MA"
      ],
      "sources" : [
        "MAContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling MA MAContainer.swift
[4/4] Emitting module MA
Build complete! (4.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "mini-alloc",
  "name" : "mini-alloc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MA",
      "targets" : [
        "MA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MATests",
      "module_type" : "SwiftTarget",
      "name" : "MATests",
      "path" : "Tests/MATests",
      "sources" : [
        "MATests.swift"
      ],
      "target_dependencies" : [
        "MA"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MA",
      "module_type" : "SwiftTarget",
      "name" : "MA",
      "path" : "Sources/MA",
      "product_memberships" : [
        "MA"
      ],
      "sources" : [
        "MAContainer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.