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.0 for macOS (SPM) on 2 Dec 2024 21:36:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mini-alloc",
      "name": "mini-alloc",
      "url": "https://github.com/RussBaz/mini-alloc.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mini-alloc",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RussBaz/mini-alloc.git
[1/43] Fetching mini-alloc
Fetched https://github.com/RussBaz/mini-alloc.git from cache (0.64s)
Creating working copy for https://github.com/RussBaz/mini-alloc.git
Working copy of https://github.com/RussBaz/mini-alloc.git resolved at master (b63e9eb)
warning: '.resolve-product-dependencies': dependency 'mini-alloc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[3/4] Compiling MA MAContainer.swift
[4/4] Emitting module MA
Build complete! (5.76s)
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.