The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SymbolAvailability, reference 1.0.1 (8c0fee), with Swift 6.2 for Linux on 1 May 2026 01:07:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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.2
Building package at path:  $PWD
https://github.com/WindowsMEMZ/SymbolAvailability.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/swift-library/swift-gyb
[1/98] Fetching swift-gyb
Fetched https://github.com/swift-library/swift-gyb from cache (1.14s)
Computing version for https://github.com/swift-library/swift-gyb
Computed https://github.com/swift-library/swift-gyb at 0.0.2 (2.09s)
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...
[1/5] Write swift-version-24593BA9C3E375BF.txt
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 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/SymbolsInternal.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/CoreGlyphsPrivate.bundle/Contents/Resources/name_availability.plist'
[1/5] Using gyb convert SymbolsInternal.swift.gyb to SymbolsInternal.swift
BUILD FAILURE 6.2 linux