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 Parsel, reference 3.0.2 (501db2), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 05:33:49 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/BenchR267/Parsel.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BenchR267/Parsel
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at 501db28 Release version 3.0.2
Cloned https://github.com/BenchR267/Parsel.git
Revision (git rev-parse @):
501db286265e62867b42851cce4a2fa914eac43f
SUCCESS checkout https://github.com/BenchR267/Parsel.git at 3.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BenchR267/Parsel.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 Parsel Lexical.swift
[4/11] Compiling Parsel Parser.swift
[5/11] Compiling Parsel Parser+Conjunction.swift
[6/11] Compiling Parsel ParseResult.swift
[7/11] Compiling Parsel Operators.swift
[8/11] Compiling Parsel Operators+Sequential.swift
[9/11] Emitting module Parsel
[10/11] Compiling Parsel Errors.swift
[11/11] Compiling Parsel RegexParser.swift
Build complete! (3.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Parsel",
  "name" : "Parsel",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Parsel",
      "targets" : [
        "Parsel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParselTests",
      "module_type" : "SwiftTarget",
      "name" : "ParselTests",
      "path" : "Tests/ParselTests",
      "sources" : [
        "Errors_TestCase.swift",
        "Helpers.swift",
        "Lexical_TestCase.swift",
        "Operators+Sequential_TestCase.swift",
        "Operators_TestCase.swift",
        "ParseResult_TestCase.swift",
        "Parsel_TestCase.swift",
        "Parser+Conjunction_TestCase.swift",
        "Parser_TestCase.swift",
        "RegexParser_TestCase.swift"
      ],
      "target_dependencies" : [
        "Parsel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsel",
      "module_type" : "SwiftTarget",
      "name" : "Parsel",
      "path" : "Sources/Parsel",
      "product_memberships" : [
        "Parsel"
      ],
      "sources" : [
        "Core/Errors.swift",
        "Core/Operators+Sequential.swift",
        "Core/Operators.swift",
        "Core/ParseResult.swift",
        "Core/Parser+Conjunction.swift",
        "Core/Parser.swift",
        "Lexical.swift",
        "RegexParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.