The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftStringObfuscator with Swift 5.7 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.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pykaso/Swift-String-Obfuscator.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/pykaso/Swift-String-Obfuscator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a36292e Merge pull request #1 from RomanPodymov/master
Cloned https://github.com/pykaso/Swift-String-Obfuscator.git
Revision (git rev-parse @):
a36292efd141204cb2472ff196ca260a1666fc7a
SUCCESS checkout https://github.com/pykaso/Swift-String-Obfuscator.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $PWD/checkout
https://github.com/pykaso/Swift-String-Obfuscator.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-syntax.git
[1/11410] Fetching swift-argument-parser
[1599/66307] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser (3.82s)
Fetched https://github.com/apple/swift-syntax.git (3.85s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.1 (0.37s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50300.0 (0.41s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50300.0
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.1
Building for debugging...
[0/7] Compiling atomic-counter.c
[2/75] Emitting module ArgumentParser
[3/79] Compiling SwiftSyntax SyntaxFactory.swift
[4/79] Compiling SwiftSyntax SyntaxKind.swift
[5/79] Compiling SwiftSyntax SyntaxRewriter.swift
[6/79] Compiling SwiftSyntax SyntaxTraits.swift
[7/79] Compiling SwiftSyntax IncrementalParseTransition.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[8/79] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[9/79] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[10/79] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[11/79] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[12/84] Compiling SwiftSyntax Utils.swift
[13/84] Compiling SwiftSyntax SourceLocation.swift
[14/84] Compiling SwiftSyntax SourcePresence.swift
[15/84] Compiling SwiftSyntax Syntax.swift
[16/84] Compiling SwiftSyntax SyntaxChildren.swift
[17/84] Compiling SwiftSyntax SyntaxClassifier.swift
[18/84] Compiling SwiftSyntax SyntaxCollections.swift
[19/84] Compiling SwiftSyntax SyntaxEnum.swift
[20/84] Compiling SwiftSyntax Misc.swift
[21/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[22/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
[23/84] Compiling SwiftSyntax SyntaxBuilders.swift
[24/84] Compiling SwiftSyntax SyntaxClassification.swift
[25/84] Compiling SwiftSyntax SyntaxData.swift
[26/84] Compiling SwiftSyntax SyntaxOtherNodes.swift
[27/84] Compiling SwiftSyntax SyntaxParser.swift
[28/84] Compiling SwiftSyntax SyntaxVerifier.swift
[29/84] Compiling SwiftSyntax AbsolutePosition.swift
[30/84] Compiling SwiftSyntax AtomicCounter.swift
[31/84] Compiling SwiftSyntax Diagnostic.swift
[32/84] Compiling SwiftSyntax DiagnosticConsumer.swift
[33/84] Compiling SwiftSyntax DiagnosticEngine.swift
[44/84] Compiling ArgumentParser UsageGenerator.swift
[45/84] Compiling ArgumentParser SequenceExtensions.swift
[46/84] Compiling ArgumentParser StringExtensions.swift
[47/84] Compiling ArgumentParser Tree.swift
[49/86] Wrapping AST for ArgumentParser for debugging
[51/86] Emitting module SwiftSyntax
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^
[72/86] Compiling SwiftSyntax SyntaxExprNodes.swift
[73/86] Compiling SwiftSyntax SyntaxNodes.swift
[74/86] Compiling SwiftSyntax SyntaxPatternNodes.swift
[75/86] Compiling SwiftSyntax SyntaxStmtNodes.swift
[76/86] Compiling SwiftSyntax SyntaxTypeNodes.swift
[0/1] Planning build
Building for debugging...
[1/15] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[2/15] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:120:46: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let textSize = hasCustomText ? Int(cnode.range.length) : 0
                                       ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:153:35: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let startOffset = Int(cnode.range.offset)
                            ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:157:55: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
      let end = utf8.index(begin, offsetBy: Int(cnode.range.length))
                                                ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:873:32: error: value of type 'CSyntaxNode' (aka 'swiftparse_syntax_node_t') has no member 'range'
    let byteLength = Int(cnode.range.length)
                         ~~~~~ ^~~~~
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/RawSyntax.swift:889:9: error: type of expression is ambiguous without more context
    raw.withUnsafeMutablePointers {
    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
[3/16] Compiling SwiftSyntax Utils.swift
[4/17] Compiling SwiftSyntax SourceLocation.swift
[5/18] Compiling SwiftSyntax SyntaxOtherNodes.swift
[6/18] Compiling SwiftSyntax SourceLength.swift
[7/18] Compiling SwiftSyntax SyntaxVerifier.swift
[8/18] Compiling SwiftSyntax IncrementalParseTransition.swift
[9/18] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[10/18] Compiling SwiftSyntax SyntaxData.swift
[11/18] Compiling SwiftSyntax SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/SyntaxParser.swift:195:57: error: missing argument for parameter #3 in call
    let c_top = swiftparse_parse_string(c_parser, source)
                                                        ^
                                                        , <#Int#>
_InternalSwiftSyntaxParser.swiftparse_parse_string:1:13: note: 'swiftparse_parse_string' declared here
public func swiftparse_parse_string(_: swiftparse_parser_t!, _ source: UnsafePointer<CChar>!, _ len: Int) -> swiftparse_client_node_t!
            ^
[12/25] Compiling SwiftSyntax Trivia.swift
[13/27] Compiling SwiftSyntax Syntax.swift
[14/29] Compiling SwiftSyntax TokenKind.swift
[15/31] Compiling SwiftSyntax Diagnostic.swift
[16/31] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[17/33] Compiling SwiftSyntax SyntaxEnum.swift
[18/33] Compiling SwiftSyntax SyntaxFactory.swift
[19/35] Compiling SwiftSyntax SyntaxRewriter.swift
[20/35] Compiling SwiftSyntax SyntaxTraits.swift
[21/36] Emitting module SwiftSyntax
[22/37] Compiling SwiftSyntax SyntaxTypeNodes.swift
[23/38] Compiling SwiftSyntax AbsolutePosition.swift
[24/39] Compiling SwiftSyntax SyntaxStmtNodes.swift
[25/40] Compiling SwiftSyntax SyntaxChildren.swift
[26/41] Compiling SwiftSyntax DiagnosticEngine.swift
[27/41] Compiling SwiftSyntax SyntaxBaseNodes.swift
[28/41] Compiling SwiftSyntax SyntaxBuilders.swift
[29/41] Compiling SwiftSyntax SyntaxCollections.swift
[30/41] Compiling SwiftSyntax SyntaxDeclNodes.swift
[31/41] Compiling SwiftSyntax SyntaxExprNodes.swift
[32/41] Compiling SwiftSyntax SyntaxNodes.swift
[33/41] Compiling SwiftSyntax SyntaxPatternNodes.swift
[34/41] Compiling SwiftSyntax Misc.swift
[35/41] Compiling SwiftSyntax SyntaxVisitor.swift
[36/41] Compiling SwiftSyntax SyntaxClassifier.swift
BUILD FAILURE 5.7 linux

Build Machine: Linux 2