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 Sparse, reference master (7c360c), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:30: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/johnpatrickmorgan/Sparse.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/Sparse
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7c360cc Adds library product to Package.swift
Cloned https://github.com/johnpatrickmorgan/Sparse.git
Revision (git rev-parse @):
7c360cc062cf14ee993c6de5b28e04f0892818ac
SUCCESS checkout https://github.com/johnpatrickmorgan/Sparse.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnpatrickmorgan/Sparse.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/21] Compiling Sparse ParsingContext.swift
[4/21] Compiling Sparse PositionedInput.swift
[5/21] Compiling Sparse Parser_combinators.swift
[6/21] Compiling Sparse Parser_creators.swift
[7/21] Compiling Sparse Parser_name.swift
[8/21] Compiling Sparse Parser_run.swift
[9/21] Compiling Sparse Parser.swift
[10/21] Compiling Sparse ParserError.swift
[11/21] Compiling Sparse IgnoreError.swift
[12/21] Compiling Sparse InfiniteLoopError.swift
[13/21] Compiling Sparse DotStringsEntry.swift
[14/21] Compiling Sparse DotStringsParser.swift
[15/21] Compiling Sparse CSVParser.swift
[16/21] Compiling Sparse CharacterParsers.swift
[17/21] Emitting module Sparse
[18/21] Compiling Sparse Stream.swift
[19/21] Compiling Sparse StringParsers.swift
[20/21] Compiling Sparse ContextDescribableError.swift
[21/21] Compiling Sparse ContextualizedError.swift
[22/23] Compiling Sparse Transforms.swift
[23/23] Compiling Sparse UnexpectedInputError.swift
Build complete! (12.10s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14759] Fetching quick
[2215/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.32s)
Fetched https://github.com/Quick/Nimble.git from cache (2.32s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (2.87s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.50s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.4",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Sparse",
  "name" : "Sparse",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Sparse",
      "targets" : [
        "Sparse"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SparseTests",
      "module_type" : "SwiftTarget",
      "name" : "SparseTests",
      "path" : "Sources/SparseTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CSV/CSVExample.swift",
        "CSV/CSVPerformance.swift",
        "CSV/CSVTests.swift",
        "Core/CharacterParsersTests.swift",
        "Core/ParserCombinatorsTests.swift",
        "Core/ParserErrorTests.swift",
        "Core/Quick+Throw.swift",
        "DotStrings/DotStringsExample.swift",
        "DotStrings/DotStringsParserPerformance.swift",
        "DotStrings/DotStringsParserTests.swift"
      ],
      "target_dependencies" : [
        "Sparse"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sparse",
      "module_type" : "SwiftTarget",
      "name" : "Sparse",
      "path" : "Sources/Sparse",
      "product_memberships" : [
        "Sparse"
      ],
      "sources" : [
        "CSVParser.swift",
        "CharacterParsers.swift",
        "ContextDescribableError.swift",
        "ContextualizedError.swift",
        "DotStringsEntry.swift",
        "DotStringsParser.swift",
        "IgnoreError.swift",
        "InfiniteLoopError.swift",
        "Parser.swift",
        "ParserError.swift",
        "Parser_combinators.swift",
        "Parser_creators.swift",
        "Parser_name.swift",
        "Parser_run.swift",
        "ParsingContext.swift",
        "PositionedInput.swift",
        "Stream.swift",
        "StringParsers.swift",
        "Transforms.swift",
        "UnexpectedInputError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.