The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Syntax 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/nerdsupremacist/Syntax.git
Reference: develop
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/nerdsupremacist/Syntax
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 1b9c205 fixing html identifier parser to accept everything in spec
Cloned https://github.com/nerdsupremacist/Syntax.git
Revision (git rev-parse @):
1b9c205813538fc09c0f5c778504fd3c49847557
SUCCESS checkout https://github.com/nerdsupremacist/Syntax.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nerdsupremacist/Syntax.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/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.18s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.37s)
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling SyntaxTree SyntaxTreeFactory.swift
[5/10] Compiling SyntaxTree MutableSyntaxTree.swift
[6/10] Compiling SyntaxTree Location.swift
[7/10] Compiling SyntaxTree SyntaxTree.swift
[8/10] Emitting module SyntaxTree
[9/10] Compiling SyntaxTree Kind.swift
[10/10] Compiling SyntaxTree LineColumnIndex.swift
[12/72] Compiling Syntax AnnotatedString.swift
[13/72] Compiling Syntax Cache.swift
[14/72] Compiling Syntax OrderedSet.swift
[15/72] Compiling Syntax AnnotatedError.swift
[16/72] Compiling Syntax DiagnosticError.swift
[17/72] Compiling Syntax ParserError.swift
[18/72] Compiling Syntax ScannerError.swift
[19/72] Compiling Syntax ScannerErrorHandler.swift
[20/72] Compiling Syntax WhiteSpaceConsumer.swift
[21/80] Compiling Syntax InternalParserBuilder.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[22/80] Compiling Syntax MemoizationKey.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[23/80] Compiling Syntax MemoizationStorage.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[24/80] Compiling Syntax Memoized.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[25/80] Compiling Syntax Node.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[26/80] Compiling Syntax Parser+internalParser.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[27/80] Compiling Syntax Scanner.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[28/80] Compiling Syntax ScannerState.swift
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[29/80] Compiling Syntax EmptyParser.swift
[30/80] Compiling Syntax RegexBuilder+support.swift
[31/80] Compiling Syntax RegularExpression.swift
[32/80] Compiling Syntax String+Parser.swift
[33/80] Compiling Syntax Token.swift
[34/80] Compiling Syntax Word.swift
[35/80] Compiling Syntax neverBody.swift
[36/80] Compiling Syntax InternalParser.swift
[37/80] Compiling Syntax Repeat.swift
[38/80] Compiling Syntax Annotated.swift
[39/80] Compiling Syntax AnnotatedUntil.swift
[40/80] Compiling Syntax Either.swift
[41/80] Compiling Syntax Group.swift
[42/80] Compiling Syntax IfElseConditionalParser.swift
[43/80] Compiling Syntax Leaf.swift
[44/80] Compiling Syntax TupleParser.swift
[45/80] Compiling Syntax Stack.swift
[46/80] Compiling Syntax StandardInternalParserBuilderContext.swift
[47/80] Compiling Syntax StandardScanner.swift
[48/80] Compiling Syntax String+casing.swift
[49/80] Compiling Syntax Located.swift
[50/80] Compiling Syntax Parser.swift
[51/80] Compiling Syntax ParserOption.swift
[52/80] Compiling Syntax RecursiveParser.swift
[53/80] Compiling Syntax MemberOfBinaryOperation.swift
[54/80] Compiling Syntax BooleanLiteral.swift
[55/80] Compiling Syntax DoubleLiteral.swift
[56/80] Compiling Syntax IntLiteral.swift
[57/80] Compiling Syntax JavaScriptEscapeStrategy.swift
[58/80] Compiling Syntax StringEscapeStrategy.swift
[59/80] Compiling Syntax StringLiteral.swift
[60/80] Compiling Syntax SwiftEscapeStrategy.swift
[61/80] Compiling Syntax Maybe.swift
[62/80] Emitting module Syntax
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:445:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:453:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:405:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:603:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func store<T>(value: T) {
               ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:611:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/host/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:571:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
[63/80] Compiling Syntax Parser+annotate.swift
[64/80] Compiling Syntax Parser+ignoreOutput.swift
[65/80] Compiling Syntax Parser+kind.swift
[66/80] Compiling Syntax Parser+map+location.swift
[67/80] Compiling Syntax Parser+map.swift
[68/80] Compiling Syntax Parser+optimize.swift
[69/80] Compiling Syntax Parser+preventRecursion.swift
[70/80] Compiling Syntax Parser+repeatUntil.swift
[71/80] Compiling Syntax Parser+separated.swift
[72/80] Compiling Syntax ExpressionMatch.swift
[73/80] Compiling Syntax EitherParserBuilder.swift
[74/80] Compiling Syntax ParserBuilder.swift
[75/80] Compiling Syntax AnyParser.swift
[76/80] Compiling Syntax Associativity.swift
[77/80] Compiling Syntax BinaryOperation.swift
[78/80] Compiling Syntax BinaryOperationParser.swift
[79/80] Compiling Syntax BinaryOperationParserError.swift
[80/80] Compiling Syntax BinaryOperator.swift
Build complete! (42.52s)
Build complete.
Done.

Build Machine: Linux 1