The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-package-factory, reference v0.1.0 (2b27eb), with Swift 6.2 (beta) for Linux on 20 Jun 2025 03:08:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-package-factory.git
Reference: v0.1.0
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/tayloraswift/swift-package-factory
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 2b27eb0 add license and readme
Cloned https://github.com/tayloraswift/swift-package-factory.git
Revision (git rev-parse @):
2b27eb00e8011423edfb02fa70dd4c2c5f03cf16
SUCCESS checkout https://github.com/tayloraswift/swift-package-factory.git at v0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tayloraswift/swift-package-factory.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70906] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.79s)
Fetching https://github.com/kelvin13/swift-system-extras.git
[1/40] Fetching swift-system-extras
Fetched https://github.com/kelvin13/swift-system-extras.git from cache (0.36s)
Computing version for https://github.com/kelvin13/swift-system-extras.git
Computed https://github.com/kelvin13/swift-system-extras.git at 0.2.0 (2.03s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.53s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at swift-DEVELOPMENT-SNAPSHOT-2022-08-15-a (59c93fc)
Creating working copy for https://github.com/kelvin13/swift-system-extras.git
Working copy of https://github.com/kelvin13/swift-system-extras.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Examples/ValidExamples/OtherAttributes.spf
    /host/spi-builder-workspace/Examples/ValidExamples/Zip.spf
    /host/spi-builder-workspace/Examples/ValidExamples/Basic.spf
    /host/spi-builder-workspace/Examples/ValidExamples/Scopes.spf
    /host/spi-builder-workspace/Examples/ValidExamples/DocComments.spf
    /host/spi-builder-workspace/Examples/ValidExamples/Nested.spf
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Examples/InvalidExamples/UndefinedBasis.spf
    /host/spi-builder-workspace/Examples/InvalidExamples/IdentifierSafety.spf
    /host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf
    /host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasis.spf
    /host/spi-builder-workspace/Examples/InvalidExamples/InvalidBasisSyntax.spf
[1/1] Compiling plugin FactoryPlugin
Building for debugging...
[1/44] Write sources
[15/44] Compiling atomic-counter.c
[16/44] Compiling CSystem shims.c
[18/44] Compiling atomic-counter.c
[19/44] Write swift-version-24593BA9C3E375BF.txt
[21/189] Compiling FactoryPluginValidExampleTarget Zip.spf.swift
[22/189] Compiling SwiftSyntax AbsolutePosition.swift
[23/189] Compiling SwiftSyntax AtomicCounter.swift
[24/189] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/189] Compiling SwiftSyntax CNodes.swift
[26/189] Emitting module SystemPackage
[27/189] Compiling SwiftSyntax IncrementalParseTransition.swift
[28/189] Compiling SwiftSyntax RawSyntax+CSwiftSyntax.swift
[29/189] Compiling SwiftSyntax RawSyntax.swift
[30/189] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[31/192] Compiling FactoryPluginInvalidExampleTarget InvalidMatrix.spf.swift
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf.swift:5:9: warning: variable 'x' was never used; consider replacing with '_' or removing it [#no-usage]
 3 |
 4 |     // this works because this is a declaration
 5 |     var x:Int = 0
   |         `- warning: variable 'x' was never used; consider replacing with '_' or removing it [#no-usage]
 6 |
 7 |     // this works because this is a declaration
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf.swift:8:9: warning: variable 'y' was never used; consider replacing with '_' or removing it [#no-usage]
 6 |
 7 |     // this works because this is a declaration
 8 |     var y:Int = 0
   |         `- warning: variable 'y' was never used; consider replacing with '_' or removing it [#no-usage]
 9 |
10 |     // this works because this is a declaration
/host/spi-builder-workspace/Examples/InvalidExamples/InvalidMatrix.spf.swift:11:9: warning: variable 'z' was never used; consider replacing with '_' or removing it [#no-usage]
 9 |
10 |     // this works because this is a declaration
11 |     var z:Int = 0
   |         `- warning: variable 'z' was never used; consider replacing with '_' or removing it [#no-usage]
12 |
13 |     #if NEVER
[32/192] Emitting module FactoryPluginInvalidExampleTarget
[33/193] Compiling FactoryPluginValidExampleTarget Scopes.spf.swift
[36/193] Compiling SwiftSyntax SourceLength.swift
[37/193] Compiling SwiftSyntax SourceLocation.swift
[38/193] Compiling SwiftSyntax SourcePresence.swift
[39/193] Compiling SwiftSyntax Syntax.swift
[40/193] Compiling FactoryPluginValidExampleTarget OtherAttributes.spf.swift
[41/193] Emitting module SystemPackage
[46/201] Compiling SwiftSyntax RawSyntaxValidation.swift
[47/201] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[48/201] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/204] Compiling FactoryPluginValidExampleTarget Basic.spf.swift
[74/204] Compiling FactoryPluginValidExampleTarget DocComments.spf.swift
[75/204] Emitting module FactoryPluginValidExampleTarget
[76/204] Compiling FactoryPluginValidExampleTarget Nested.spf.swift
[78/207] Compiling SystemPackage Util+StringArray.swift
[79/207] Compiling SystemPackage Util.swift
[80/207] Compiling SystemPackage UtilConsumers.swift
[84/207] Compiling SwiftSyntax SyntaxArena.swift
[85/207] Compiling SwiftSyntax SyntaxChildren.swift
[86/207] Compiling SwiftSyntax SyntaxClassifier.swift
[87/207] Compiling SwiftSyntax SyntaxData.swift
[102/207] Compiling SwiftSyntax Utils.swift
[103/207] Compiling SwiftSyntax _SyntaxParserInterop.swift
[104/207] Compiling SwiftSyntax Misc.swift
[105/207] Compiling SwiftSyntax RawSyntaxNodes.swift
[106/207] Compiling SwiftSyntax SyntaxOtherNodes.swift
[107/207] Compiling SwiftSyntax SyntaxText.swift
[108/207] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[109/207] Compiling SwiftSyntax SyntaxVerifier.swift
[119/212] Wrapping AST for SystemPackage for debugging
[122/215] Emitting module SystemExtras
[124/215] Compiling SystemExtras FilePath.DirectoryView.swift
[125/215] Compiling SystemExtras FilePath.swift
[126/216] Compiling SystemExtras FilePath.DirectoryView.swift
[127/216] Compiling SystemExtras FilePath.swift
[129/217] Wrapping AST for SystemExtras for debugging
[132/217] Emitting module SwiftSyntax
[168/217] Compiling SwiftSyntax SyntaxExprNodes.swift
[169/217] Compiling SwiftSyntax SyntaxNodes.swift
[170/217] Compiling SwiftSyntax SyntaxPatternNodes.swift
[171/217] Compiling SwiftSyntax SyntaxStmtNodes.swift
[172/217] Compiling SwiftSyntax SyntaxTypeNodes.swift
[179/217] Compiling SwiftSyntax SyntaxFactory.swift
[180/217] Compiling SwiftSyntax SyntaxKind.swift
[181/217] Compiling SwiftSyntax SyntaxRewriter.swift
[182/217] Compiling SwiftSyntax SyntaxTraits.swift
[183/217] Compiling SwiftSyntax SyntaxVisitor.swift
[184/217] Compiling SwiftSyntax TokenKind.swift
[185/217] Compiling SwiftSyntax Tokens.swift
[186/217] Compiling SwiftSyntax Trivia.swift
[187/217] Compiling SwiftSyntax SyntaxDeclNodes.swift
[188/221] Wrapping AST for SwiftSyntax for debugging
[189/222] Write Objects.LinkFileList
[190/223] Archiving libSwiftSyntax-tool.a
[203/224] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[203/224] Wrapping AST for SwiftSyntax for debugging
[204/224] Write Objects.LinkFileList
[205/229] Archiving libSwiftSyntax.a
[207/229] Compiling SwiftSyntaxParser NodeDeclarationHash.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[208/229] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[209/229] Compiling SwiftSyntaxParser CNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[210/229] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[211/229] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
error: emit-module command failed with exit code 1 (use -v to see invocation)
[212/229] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
[213/229] Compiling SwiftSyntaxParser Diagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
11 | //===----------------------------------------------------------------------===//
12 |
13 | @_implementationOnly import _InternalSwiftSyntaxParser
   |                             `- error: no such module '_InternalSwiftSyntaxParser'
14 |
15 | typealias CSyntaxNode = swiftparse_syntax_node_t
BUILD FAILURE 6.2 linux