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 Ricemill, reference master (7ef039), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:34:24 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/marty-suzuki/Ricemill.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marty-suzuki/Ricemill
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7ef039a Update README
Cloned https://github.com/marty-suzuki/Ricemill.git
Revision (git rev-parse @):
7ef039a0c79704194f4cc082171824106bedbc60
SUCCESS checkout https://github.com/marty-suzuki/Ricemill.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/marty-suzuki/Ricemill.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Ricemill Publishing.swift
[4/9] Compiling Ricemill Polished.swift
[5/9] Compiling Ricemill MachineType.swift
[6/9] Compiling Ricemill Machine.swift
[7/9] Compiling Ricemill Proxy.swift
[8/9] Compiling Ricemill AnyResolverBasedMachine.swift
[9/9] Emitting module Ricemill
Build complete! (6.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ricemill",
  "name" : "Ricemill",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Ricemill",
      "targets" : [
        "Ricemill"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RicemillTests",
      "module_type" : "SwiftTarget",
      "name" : "RicemillTests",
      "path" : "Tests/RicemillTests",
      "sources" : [
        "RicemillTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Ricemill"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ricemill",
      "module_type" : "SwiftTarget",
      "name" : "Ricemill",
      "path" : "Sources/Ricemill",
      "product_memberships" : [
        "Ricemill"
      ],
      "sources" : [
        "AnyResolverBasedMachine.swift",
        "Machine.swift",
        "MachineType.swift",
        "Polished.swift",
        "Proxy.swift",
        "Publishing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.