The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Romanize, reference master (04049f), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 23:03:52 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/creekpld/romanize.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/creekpld/romanize
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 04049f4 Update README.md
Cloned https://github.com/creekpld/romanize.git
Revision (git rev-parse @):
04049f495aa156f951bdb04b4cd48efaca269963
SUCCESS checkout https://github.com/creekpld/romanize.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/creekpld/romanize.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/4] Compiling Romanize Romanize.swift
[4/4] Emitting module Romanize
Build complete! (3.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Romanize",
  "name" : "Romanize",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Romanize",
      "targets" : [
        "Romanize"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RomanizeTests",
      "module_type" : "SwiftTarget",
      "name" : "RomanizeTests",
      "path" : "Tests",
      "sources" : [
        "LinuxMain.swift",
        "XCTestManifests.swift",
        "romanizeTests/RomanizeFluentTests.swift",
        "romanizeTests/RomanizePerformanceTest.swift",
        "romanizeTests/romanizeTests.swift"
      ],
      "target_dependencies" : [
        "Romanize"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Romanize",
      "module_type" : "SwiftTarget",
      "name" : "Romanize",
      "path" : "Sources",
      "product_memberships" : [
        "Romanize"
      ],
      "sources" : [
        "Romanize/Romanize.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.