The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLex, reference 1.0.3 (48f710), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:56:12 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/Zollerboy1/SwiftLex.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Zollerboy1/SwiftLex
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 48f7108 Remove unneccessary unsafe swift flag
Cloned https://github.com/Zollerboy1/SwiftLex.git
Revision (git rev-parse @):
48f71087fe98ec45ddefb4935d2ed005434e4ed1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Zollerboy1/SwiftLex.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Zollerboy1/SwiftLex.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/11] Compiling SwiftLex StateBuilder.swift
[4/11] Compiling SwiftLex State.swift
[5/11] Compiling SwiftLex Token.swift
[6/11] Compiling SwiftLex SwiftLex.swift
[7/11] Compiling SwiftLex Mixin.swift
[8/11] Compiling SwiftLex Match.swift
[9/11] Compiling SwiftLex Lexer.swift
[10/11] Emitting module SwiftLex
[11/11] Compiling SwiftLex LexerContext.swift
Build complete! (0.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLex",
  "name" : "SwiftLex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLex",
      "targets" : [
        "SwiftLex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLexTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLexTests",
      "path" : "Tests/SwiftLexTests",
      "sources" : [
        "SwiftLexTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLex",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLex",
      "path" : "Sources/SwiftLex",
      "product_memberships" : [
        "SwiftLex"
      ],
      "sources" : [
        "Lexer.swift",
        "LexerContext.swift",
        "Match.swift",
        "Mixin.swift",
        "State.swift",
        "StateBuilder.swift",
        "SwiftLex.swift",
        "Token.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.