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 SFSymbolsGenerator, reference develop (f5b93a), with Swift 6.0 for Linux on 28 Jun 2025 02:40:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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/leoho0722/SFSymbolsGenerator.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/leoho0722/SFSymbolsGenerator
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at f5b93a7 docs(readme): comprehensive synchronization between English and Chinese versions
Cloned https://github.com/leoho0722/SFSymbolsGenerator.git
Revision (git rev-parse @):
f5b93a7293ba5bf56138737159dc6b1f0a8e42b6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/leoho0722/SFSymbolsGenerator.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/leoho0722/SFSymbolsGenerator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/15419] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.80s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.54s)
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.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/12] Emitting module ArgumentParserToolInfo
[7/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/13] Wrapping AST for ArgumentParserToolInfo for debugging
[10/51] Compiling ArgumentParser OptionGroup.swift
[11/51] Compiling ArgumentParser AsyncParsableCommand.swift
[12/51] Compiling ArgumentParser CommandConfiguration.swift
[13/51] Compiling ArgumentParser CommandGroup.swift
[14/51] Compiling ArgumentParser EnumerableFlag.swift
[15/56] Compiling ArgumentParser ArgumentVisibility.swift
[16/56] Compiling ArgumentParser CompletionKind.swift
[17/56] Compiling ArgumentParser Errors.swift
[18/56] Compiling ArgumentParser Flag.swift
[19/56] Compiling ArgumentParser NameSpecification.swift
[20/56] Compiling ArgumentParser Option.swift
[21/56] Compiling ArgumentParser Name.swift
[22/56] Compiling ArgumentParser Parsed.swift
[23/56] Compiling ArgumentParser ParsedValues.swift
[24/56] Compiling ArgumentParser ParserError.swift
[25/56] Compiling ArgumentParser SplitArguments.swift
[26/56] Emitting module ArgumentParser
[27/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/56] Compiling ArgumentParser CompletionsGenerator.swift
[29/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/56] Compiling ArgumentParser Argument.swift
[32/56] Compiling ArgumentParser ArgumentHelp.swift
[33/56] Compiling ArgumentParser ArgumentDefinition.swift
[34/56] Compiling ArgumentParser ArgumentSet.swift
[35/56] Compiling ArgumentParser CommandParser.swift
[36/56] Compiling ArgumentParser InputKey.swift
[37/56] Compiling ArgumentParser InputOrigin.swift
[38/56] Compiling ArgumentParser CollectionExtensions.swift
[39/56] Compiling ArgumentParser Platform.swift
[40/56] Compiling ArgumentParser SequenceExtensions.swift
[41/56] Compiling ArgumentParser StringExtensions.swift
[42/56] Compiling ArgumentParser Tree.swift
[43/56] Compiling ArgumentParser ExpressibleByArgument.swift
[44/56] Compiling ArgumentParser ParsableArguments.swift
[45/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/56] Compiling ArgumentParser ParsableCommand.swift
[47/56] Compiling ArgumentParser ArgumentDecoder.swift
[48/56] Compiling ArgumentParser DumpHelpGenerator.swift
[49/56] Compiling ArgumentParser HelpCommand.swift
[50/56] Compiling ArgumentParser HelpGenerator.swift
[51/56] Compiling ArgumentParser MessageInfo.swift
[52/56] Compiling ArgumentParser UsageGenerator.swift
[53/57] Wrapping AST for ArgumentParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/68] Emitting module sf_symbols
/host/spi-builder-workspace/Sources/Application/SFSymbolsGenerator.swift:50:5: error: unexpected ',' separator
48 |         version: "1.3.0",
49 |         subcommands: [GenerateCommand.self, VersionCommand.self],
50 |     )
   |     `- error: unexpected ',' separator
51 | }
52 |
[56/68] Compiling sf_symbols Generate.swift
/host/spi-builder-workspace/Sources/Application/SFSymbolsGenerator.swift:50:5: error: unexpected ',' separator
48 |         version: "1.3.0",
49 |         subcommands: [GenerateCommand.self, VersionCommand.self],
50 |     )
   |     `- error: unexpected ',' separator
51 | }
52 |
[57/68] Compiling sf_symbols Version.swift
/host/spi-builder-workspace/Sources/Application/SFSymbolsGenerator.swift:50:5: error: unexpected ',' separator
48 |         version: "1.3.0",
49 |         subcommands: [GenerateCommand.self, VersionCommand.self],
50 |     )
   |     `- error: unexpected ',' separator
51 | }
52 |
[58/69] Compiling sf_symbols SFSymbolsError.swift
[59/69] Compiling sf_symbols Typealias.swift
[60/69] Compiling sf_symbols SFSymbolsFinder.swift
[61/69] Compiling sf_symbols Symbol+Extensions.swift
[62/69] Compiling sf_symbols CodeGenerator.swift
[63/69] Compiling sf_symbols PlistParser.swift
[64/69] Compiling sf_symbols SFSymbolsGenerator.swift
/host/spi-builder-workspace/Sources/Application/SFSymbolsGenerator.swift:50:5: error: unexpected ',' separator
48 |         version: "1.3.0",
49 |         subcommands: [GenerateCommand.self, VersionCommand.self],
50 |     )
   |     `- error: unexpected ',' separator
51 | }
52 |
[65/69] Compiling sf_symbols Release+Extensions.swift
/host/spi-builder-workspace/Sources/Application/SFSymbolsGenerator.swift:50:5: error: unexpected ',' separator
48 |         version: "1.3.0",
49 |         subcommands: [GenerateCommand.self, VersionCommand.self],
50 |     )
   |     `- error: unexpected ',' separator
51 | }
52 |
[66/69] Compiling sf_symbols FileWriter.swift
BUILD FAILURE 6.0 linux