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

Failed to build variable-injector 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.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucianopalmeida/variable-injector.git
Reference: 0.3.7
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/lucianopalmeida/variable-injector
 * tag               0.3.7      -> FETCH_HEAD
HEAD is now at fe39a40 [Make] Release script
Cloned https://github.com/lucianopalmeida/variable-injector.git
Revision (git rev-parse @):
fe39a405b9205287c04b9c9466f0b51c7d4ca16c
SUCCESS checkout https://github.com/lucianopalmeida/variable-injector.git at 0.3.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/lucianopalmeida/variable-injector.git
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/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-syntax.git
[1/11391] Fetching swift-argument-parser
[11392/65915] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git (3.84s)
Fetched https://github.com/apple/swift-syntax.git (3.87s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.1 (0.44s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50700.0 (1.01s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50700.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.1
Building for debugging...
[0/10] Compiling atomic-counter.c
[2/45] Compiling SwiftSyntax AbsolutePosition.swift
[3/45] Compiling SwiftSyntax AtomicCounter.swift
[4/45] Compiling SwiftSyntax CNodes.swift
[5/45] Compiling SwiftSyntax IncrementalParseTransition.swift
[6/45] Compiling SwiftSyntax RawSyntax.swift
[7/49] Emitting module ArgumentParserToolInfo
[8/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/51] Compiling SwiftSyntax SourceLength.swift
[12/51] Compiling SwiftSyntax SourceLocation.swift
[13/51] Compiling SwiftSyntax SourcePresence.swift
[14/51] Compiling SwiftSyntax Syntax.swift
[15/51] Compiling SwiftSyntax SyntaxChildren.swift
[15/51] Wrapping AST for ArgumentParserToolInfo for debugging
[17/87] Compiling ArgumentParser ArgumentHelp.swift
[18/87] Compiling ArgumentParser ArgumentVisibility.swift
[19/87] Compiling ArgumentParser CompletionKind.swift
[20/87] Compiling ArgumentParser Errors.swift
[21/87] Compiling ArgumentParser Flag.swift
[22/87] Emitting module ArgumentParser
[23/91] Compiling ArgumentParser Name.swift
[24/91] Compiling ArgumentParser Parsed.swift
[25/91] Compiling ArgumentParser ParsedValues.swift
[26/91] Compiling ArgumentParser ParserError.swift
[27/91] Compiling ArgumentParser SplitArguments.swift
[28/91] Compiling ArgumentParser CollectionExtensions.swift
[29/91] Compiling ArgumentParser SequenceExtensions.swift
[30/91] Compiling ArgumentParser StringExtensions.swift
[31/91] Compiling ArgumentParser Tree.swift
[37/91] Compiling ArgumentParser NameSpecification.swift
[38/91] Compiling ArgumentParser Option.swift
[39/91] Compiling ArgumentParser OptionGroup.swift
[40/91] Compiling ArgumentParser AsyncParsableCommand.swift
[41/91] Compiling ArgumentParser CommandConfiguration.swift
[42/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/91] Compiling ArgumentParser CompletionsGenerator.swift
[44/91] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/91] Compiling ArgumentParser Argument.swift
[47/91] Compiling ArgumentParser ArgumentDecoder.swift
[48/91] Compiling ArgumentParser ArgumentDefinition.swift
[49/91] Compiling ArgumentParser ArgumentSet.swift
[50/91] Compiling ArgumentParser CommandParser.swift
[51/91] Compiling ArgumentParser InputOrigin.swift
[52/91] Compiling ArgumentParser EnumerableFlag.swift
[53/91] Compiling ArgumentParser ExpressibleByArgument.swift
[54/91] Compiling ArgumentParser ParsableArguments.swift
[55/91] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/91] Compiling ArgumentParser ParsableCommand.swift
[57/91] Compiling ArgumentParser DumpHelpGenerator.swift
[58/91] Compiling ArgumentParser HelpCommand.swift
[59/91] Compiling ArgumentParser HelpGenerator.swift
[60/91] Compiling ArgumentParser MessageInfo.swift
[61/91] Compiling ArgumentParser UsageGenerator.swift
[63/93] Wrapping AST for ArgumentParser for debugging
[65/93] Emitting module SwiftSyntax
[88/95] Wrapping AST for SwiftSyntax for debugging
[89/100] Archiving libSwiftSyntax.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[91/100] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[92/100] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[93/100] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[94/100] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[95/100] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[0/1] Planning build
Building for debugging...
[1/10] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/10] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[3/10] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[4/10] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
[5/10] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser
                            ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.