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 1.0.2 (fda16b), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 21:35:54 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: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/mini-alloc
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at fda16b0 Pointers no longer escape under certain conditions
Cloned https://github.com/RussBaz/mini-alloc.git
Revision (git rev-parse @):
fda16b0f7527320942496bc1a49dd4d6de7cd0de
SUCCESS checkout https://github.com/RussBaz/mini-alloc.git at 1.0.2
========================================
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.67s)
Creating working copy for https://github.com/RussBaz/mini-alloc.git
Working copy of https://github.com/RussBaz/mini-alloc.git resolved at 1.0.2 (fda16b0)
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! (6.10s)
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.