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 Syntax with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
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.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.22s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.35s)
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...
[1/7] Compiling SyntaxTree SyntaxTreeFactory.swift
[2/7] Emitting module SyntaxTree
[3/7] Compiling SyntaxTree Kind.swift
[4/7] Compiling SyntaxTree SyntaxTree.swift
[5/7] Compiling SyntaxTree Location.swift
[6/7] Compiling SyntaxTree LineColumnIndex.swift
[7/7] Compiling SyntaxTree MutableSyntaxTree.swift
[10/70] Compiling Syntax Repeat.swift
[11/70] Compiling Syntax Annotated.swift
[12/70] Compiling Syntax AnnotatedUntil.swift
[13/70] Compiling Syntax Either.swift
[14/70] Compiling Syntax Group.swift
[15/70] Compiling Syntax IfElseConditionalParser.swift
[16/70] Compiling Syntax Leaf.swift
[17/70] Compiling Syntax TupleParser.swift
[18/78] Compiling Syntax AnnotatedString.swift
[19/78] Compiling Syntax Cache.swift
[20/78] Compiling Syntax OrderedSet.swift
[21/78] Compiling Syntax AnnotatedError.swift
[22/78] Compiling Syntax DiagnosticError.swift
[23/78] Compiling Syntax ParserError.swift
[24/78] Compiling Syntax ScannerError.swift
[25/78] Compiling Syntax ScannerErrorHandler.swift
[26/78] Compiling Syntax WhiteSpaceConsumer.swift
[27/78] Compiling Syntax EmptyParser.swift
[28/78] Compiling Syntax RegexBuilder+support.swift
[29/78] Compiling Syntax RegularExpression.swift
[30/78] Compiling Syntax String+Parser.swift
[31/78] Compiling Syntax Token.swift
[32/78] Compiling Syntax Word.swift
[33/78] Compiling Syntax neverBody.swift
[34/78] Compiling Syntax InternalParser.swift
[35/78] Compiling Syntax InternalParserBuilder.swift
[36/78] Compiling Syntax MemoizationKey.swift
[37/78] Compiling Syntax MemoizationStorage.swift
[38/78] Compiling Syntax Memoized.swift
[39/78] Compiling Syntax Node.swift
[40/78] Compiling Syntax Parser+internalParser.swift
[41/78] Compiling Syntax Scanner.swift
[42/78] Compiling Syntax ScannerState.swift
[43/78] Compiling Syntax Stack.swift
[44/78] Compiling Syntax StandardInternalParserBuilderContext.swift
[45/78] Compiling Syntax StandardScanner.swift
[46/78] Compiling Syntax String+casing.swift
[47/78] Compiling Syntax Located.swift
[48/78] Compiling Syntax Parser.swift
[49/78] Compiling Syntax ParserOption.swift
[50/78] Compiling Syntax RecursiveParser.swift
[51/78] Compiling Syntax MemberOfBinaryOperation.swift
[52/78] Compiling Syntax BooleanLiteral.swift
[53/78] Compiling Syntax DoubleLiteral.swift
[54/78] Compiling Syntax IntLiteral.swift
[55/78] Compiling Syntax JavaScriptEscapeStrategy.swift
[56/78] Compiling Syntax StringEscapeStrategy.swift
[57/78] Compiling Syntax StringLiteral.swift
[58/78] Compiling Syntax SwiftEscapeStrategy.swift
[59/78] Compiling Syntax Maybe.swift
[60/78] Compiling Syntax Parser+annotate.swift
[61/78] Compiling Syntax Parser+ignoreOutput.swift
[62/78] Compiling Syntax Parser+kind.swift
[63/78] Compiling Syntax Parser+map+location.swift
[64/78] Compiling Syntax Parser+map.swift
[65/78] Compiling Syntax Parser+optimize.swift
[66/78] Compiling Syntax Parser+preventRecursion.swift
[67/78] Compiling Syntax Parser+repeatUntil.swift
[68/78] Compiling Syntax Parser+separated.swift
[69/78] Emitting module Syntax
[70/78] Compiling Syntax ExpressionMatch.swift
[71/78] Compiling Syntax EitherParserBuilder.swift
[72/78] Compiling Syntax ParserBuilder.swift
[73/78] Compiling Syntax AnyParser.swift
[74/78] Compiling Syntax Associativity.swift
[75/78] Compiling Syntax BinaryOperation.swift
[76/78] Compiling Syntax BinaryOperationParser.swift
[77/78] Compiling Syntax BinaryOperationParserError.swift
[78/78] Compiling Syntax BinaryOperator.swift
Build complete! (34.12s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.