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

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnarchoSystems/AST.git
Reference: main
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/AnarchoSystems/AST
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cad7c2c associated type changed
Cloned https://github.com/AnarchoSystems/AST.git
Revision (git rev-parse @):
cad7c2c4127a5e79a48991e33db5a787fb2b0506
SUCCESS checkout https://github.com/AnarchoSystems/AST.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
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.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser.git
[1/11381] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git (0.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.0 (0.37s)
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.3.0
Building for debugging...
[1/23] Compiling AST Parser+CLR1.swift
[2/23] Compiling AST Parser.swift
[3/24] Compiling AST Expr.swift
[4/24] Compiling AST Grammar.swift
[5/24] Emitting module ArgumentParserToolInfo
[6/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/26] Compiling AST Utils.swift
[10/26] Compiling AST ClosedGraph.swift
[11/26] Compiling AST Constructor.swift
[12/26] Compiling AST Context.swift
[13/26] Compiling AST Errors.swift
[13/26] Wrapping AST for ArgumentParserToolInfo for debugging
[15/63] Compiling ArgumentParser Option.swift
[16/63] Compiling ArgumentParser OptionGroup.swift
[17/63] Compiling ArgumentParser AsyncParsableCommand.swift
[18/63] Compiling ArgumentParser CommandConfiguration.swift
[19/63] Compiling ArgumentParser EnumerableFlag.swift
[20/68] Compiling ArgumentParser Name.swift
[21/68] Compiling ArgumentParser Parsed.swift
[22/68] Compiling ArgumentParser ParsedValues.swift
[23/68] Compiling ArgumentParser ParserError.swift
[24/68] Compiling ArgumentParser SplitArguments.swift
[25/68] Emitting module AST
[26/68] Compiling ArgumentParser Argument.swift
[27/68] Compiling ArgumentParser ArgumentHelp.swift
[30/68] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
            throw NSError() //todo
                          ^
                          coder: <#NSCoder#>
Foundation.NSError:5:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
            throw NSError() //todo
                  ^~~~~~~~~
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
            throw NSError() //todo
                          ^
                          coder: <#NSCoder#>
Foundation.NSError:5:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
            throw NSError() //todo
                  ^~~~~~~~~
[32/68] Emitting module ArgumentParser
[33/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/68] Compiling ArgumentParser CompletionsGenerator.swift
[35/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
error: fatalError
Building for debugging...
[1/10] Emitting module ArgumentParserToolInfo
[4/12] Compiling AST Stack.swift
[5/12] Emitting module AST
[6/12] Compiling AST SymbolProtocol.swift
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:27: error: missing argument for parameter 'coder' in call
            throw NSError() //todo
                          ^
                          coder: <#NSCoder#>
Foundation.NSError:5:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/Sources/AST/SymbolProtocol.swift:24:19: error: thrown expression type 'NSError?' does not conform to 'Error'
            throw NSError() //todo
                  ^~~~~~~~~
[6/14] Wrapping AST for ArgumentParserToolInfo for debugging
[8/37] Compiling AST Parser.swift
[9/37] Compiling AST Sourcegen.swift
error: fatalError
BUILD FAILURE 5.9 linux