This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Patterns with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/Patterns.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/kareman/Patterns
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c778b7d Remove any mention of specific Swift version
Cloned https://github.com/kareman/Patterns.git
Revision (git rev-parse @):
c778b7d547c0c9344755ef1916224fd91478bddd
SUCCESS checkout https://github.com/kareman/Patterns.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-se0270-range-set
Fetching https://github.com/apple/swift-argument-parser
[1/64] Fetching swift-se0270-range-set
Fetched https://github.com/apple/swift-se0270-range-set (0.28s)
[1/11377] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.74s)
Computing version for https://github.com/apple/swift-se0270-range-set
Computed https://github.com/apple/swift-se0270-range-set at 1.0.1 (0.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.0 (0.40s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-se0270-range-set
Working copy of https://github.com/apple/swift-se0270-range-set resolved at 1.0.1
Building for debugging...
[1/45] Compiling SE0270_RangeSet CollectionExtensions.swift
[2/45] Compiling SE0270_RangeSet Pair.swift
[3/45] Compiling SE0270_RangeSet RangeSetStorage.swift
[4/45] Emitting module SE0270_RangeSet
[5/45] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[6/45] Compiling SE0270_RangeSet Partition.swift
[7/45] Compiling SE0270_RangeSet RangeSet.swift
[9/47] Wrapping AST for SE0270_RangeSet for debugging
[11/67] Compiling Patterns General.swift
[12/67] Compiling Patterns Group.swift
[13/67] Compiling Patterns Grammar.swift
[14/67] Compiling Patterns And.swift
[15/67] Compiling Patterns Skip.swift
[16/67] Compiling Patterns Line.swift
[17/67] Compiling Patterns Literal.swift
[18/67] Compiling Patterns OneOf.swift
[19/67] Compiling Patterns Word.swift
[20/67] Compiling Patterns Decoder.swift
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[24/73] Emitting module ArgumentParser
[25/73] Compiling Patterns Optimise Instructions.swift
[26/73] Compiling Patterns Parser.swift
[27/73] Compiling Patterns Pattern And Instruction.swift
[28/73] Compiling Patterns AnyPattern.swift
[29/73] Compiling Patterns Capture.swift
[30/73] Compiling Patterns Concatenation.swift
[31/73] Compiling Patterns Not.swift
[32/73] Compiling Patterns Repetition.swift
[39/73] Compiling Patterns Choice.swift
[44/73] Compiling Patterns Regex.swift
[45/73] Compiling Patterns VMBacktrack.swift
[46/73] Compiling ArgumentParser CommandParser.swift
[47/73] Compiling ArgumentParser InputOrigin.swift
[48/73] Compiling ArgumentParser SplitArguments.swift
[49/73] Compiling ArgumentParser HelpCommand.swift
[50/73] Compiling ArgumentParser HelpGenerator.swift
[51/73] Compiling ArgumentParser MessageInfo.swift
[52/73] Compiling ArgumentParser ParsableArguments.swift
[53/73] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/73] Compiling ArgumentParser ParsableCommand.swift
[55/73] Compiling ArgumentParser ArgumentDecoder.swift
[56/73] Compiling ArgumentParser ArgumentDefinition.swift
[62/73] Compiling ArgumentParser UsageGenerator.swift
[63/73] Compiling ArgumentParser SequenceExtensions.swift
[64/73] Compiling ArgumentParser StringExtensions.swift
[65/73] Compiling ArgumentParser Tree.swift
[67/75] Wrapping AST for ArgumentParser for debugging
[69/75] Emitting module Patterns
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:125:25: warning: generic parameter 'Input' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
        public static func == <Input>(lhs: Grammar<Input>, rhs: Grammar<Input>) -> Bool {
                               ^
/host/spi-builder-workspace/Sources/Patterns/Grammar.swift:29:22: note: 'Input' previously declared here
public class Grammar<Input: BidirectionalCollection>: Pattern where Input.Element: Hashable {
                     ^
[74/77] Wrapping AST for Patterns for debugging
[76/79] Compiling unicode_properties main.swift
/host/spi-builder-workspace/Sources/unicode_properties/main.swift:12:30: warning: 'start' is deprecated: renamed to 'Start()'
        let rangeAndProperty = Line.start • hexRange • Skip() • "; " • Capture(name: "property", Skip()) • " "
/host/spi-builder-workspace/Sources/unicode_properties/main.swift:12:30: note: use 'Start()' instead
        let rangeAndProperty = Line.start • hexRange • Skip() • "; " • Capture(name: "property", Skip()) • " "
[77/79] Emitting module unicode_properties
[79/81] Wrapping AST for unicode_properties for debugging
[80/81] Linking unicode_properties
Build complete! (13.68s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.