The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Sparse with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnpatrickmorgan/Sparse.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/johnpatrickmorgan/Sparse.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1236] Fetching cwlpreconditiontesting
[310/1668] Fetching cwlpreconditiontesting, cwlcatchexception
[1669/15877] Fetching cwlpreconditiontesting, cwlcatchexception, quick
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.54s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.54s)
Fetched https://github.com/Quick/Quick.git from cache (0.55s)
[1/17291] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.38s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.4 (0.41s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.43s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 1.2.0 (1.06s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 1.2.0 (1.06s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 1.2.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 1.2.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/21] Emitting module Sparse
[4/23] Compiling Sparse Parser_name.swift
[5/23] Compiling Sparse Parser_run.swift
[6/23] Compiling Sparse CSVParser.swift
[7/23] Compiling Sparse CharacterParsers.swift
[8/23] Compiling Sparse ContextDescribableError.swift
[9/23] Compiling Sparse Transforms.swift
[10/23] Compiling Sparse UnexpectedInputError.swift
[11/23] Compiling Sparse Stream.swift
[12/23] Compiling Sparse StringParsers.swift
[13/23] Compiling Sparse ParserError.swift
[14/23] Compiling Sparse Parser_combinators.swift
[15/23] Compiling Sparse Parser_creators.swift
[16/23] Compiling Sparse ContextualizedError.swift
[17/23] Compiling Sparse DotStringsEntry.swift
[18/23] Compiling Sparse DotStringsParser.swift
[19/23] Compiling Sparse IgnoreError.swift
[20/23] Compiling Sparse InfiniteLoopError.swift
[21/23] Compiling Sparse Parser.swift
[22/23] Compiling Sparse ParsingContext.swift
[23/23] Compiling Sparse PositionedInput.swift
Build complete! (14.97s)
Build complete.
Done.