Build Information
Failed to build SymbolAvailability, reference 1.0.1 (8c0fee), with Swift 6.3 for Linux on 1 May 2026 01:07:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WindowsMEMZ/SymbolAvailability.git
Reference: 1.0.1
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/WindowsMEMZ/SymbolAvailability
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 8c0feeb Follow dependency module name change
Cloned https://github.com/WindowsMEMZ/SymbolAvailability.git
Revision (git rev-parse @):
8c0feebe0c7d0ac54d219b60401327395995ca2f
SUCCESS checkout https://github.com/WindowsMEMZ/SymbolAvailability.git at 1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/WindowsMEMZ/SymbolAvailability.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/swift-library/swift-gyb
[1/98] Fetching swift-gyb
Fetched https://github.com/swift-library/swift-gyb from cache (0.21s)
Computing version for https://github.com/swift-library/swift-gyb
Computed https://github.com/swift-library/swift-gyb at 0.0.2 (0.66s)
Creating working copy for https://github.com/swift-library/swift-gyb
Working copy of https://github.com/swift-library/swift-gyb resolved at 0.0.2
[1/1] Compiling plugin GybPlugin
Building for debugging...
Traceback (most recent call last):
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 1262, in <module>
main()
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 1251, in main
result_text = execute_template(ast, args.line_directive, **bindings)
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 1124, in execute_template
ast.execute(execution_context)
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 626, in execute
x.execute(context)
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 712, in execute
result = eval(self.code, context.local_bindings)
File "/host/spi-builder-workspace/Sources/SymbolAvailability/Symbols.swift.gyb", line 27, in <module>
with open(_availabilityFilePath, "rb") as file:
FileNotFoundError: [Errno 2] No such file or directory: '/System/Library/PrivateFrameworks/SFSymbols.framework/Versions/A/Resources/CoreGlyphs.bundle/Contents/Resources/name_availability.plist'
[1/5] Using gyb convert Symbols.swift.gyb to Symbols.swift
Traceback (most recent call last):
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 1262, in <module>
main()
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 1242, in main
ast = parse_template(args.file, f.read())
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 1053, in parse_template
return Block(ParseContext(filename, text))
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 622, in __init__
self.children.append(node(context))
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 641, in __init__
context.next_token()
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 540, in next_token
for kind in self.tokens:
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 488, in token_generator
close_pos = tokenize_python_to_unmatched_close_curly(
File "/host/spi-builder-workspace/.build/checkouts/swift-gyb/gyb.artifactbundle/gyb.py", line 134, in tokenize_python_to_unmatched_close_curly
for kind, text, token_start, token_end, line_text \
File "/usr/lib/python3.10/tokenize.py", line 527, in _tokenize
pseudomatch = _compile(PseudoToken).match(line, pos)
File "/usr/lib/python3.10/tokenize.py", line 101, in _compile
return re.compile(expr, re.UNICODE)
File "/usr/lib/python3.10/re.py", line 251, in compile
return _compile(pattern, flags)
File "/usr/lib/python3.10/re.py", line 303, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.10/sre_compile.py", line 792, in compile
code = _code(p, flags)
File "/usr/lib/python3.10/sre_compile.py", line 631, in _code
_compile(code, p.data, flags)
File "/usr/lib/python3.10/sre_compile.py", line 184, in _compile
_compile(code, p, _combine_flags(flags, add_flags, del_flags))
File "/usr/lib/python3.10/sre_compile.py", line 225, in _compile
_compile(code, av, flags)
File "/usr/lib/python3.10/sre_compile.py", line 184, in _compile
_compile(code, p, _combine_flags(flags, add_flags, del_flags))
File "/usr/lib/python3.10/sre_compile.py", line 225, in _compile
_compile(code, av, flags)
File "/usr/lib/python3.10/sre_compile.py", line 184, in _compile
_compile(code, p, _combine_flags(flags, add_flags, del_flags))
File "/usr/lib/python3.10/sre_compile.py", line 225, in _compile
_compile(code, av, flags)
File "/usr/lib/python3.10/sre_compile.py", line 172, in _compile
_compile(code, av[2], flags)
File "/usr/lib/python3.10/sre_compile.py", line 136, in _compile
charset, hascased = _optimize_charset(av, iscased, tolower, fixes)
KeyboardInterrupt
[1/5] Using gyb convert SymbolsInternal.swift.gyb to SymbolsInternal.swift
[1/5] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 linux