Build Information
Failed to build ZeplinKit, reference 0.1.1 (36a7fd), with Swift 6.3 for Linux on 21 Apr 2026 20:58:13 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/Snapp-Mobile/ZeplinKit.git
Reference: 0.1.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/Snapp-Mobile/ZeplinKit
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 36a7fdc fix typo that breaks spi builds for swift 6 and lower
Cloned https://github.com/Snapp-Mobile/ZeplinKit.git
Revision (git rev-parse @):
36a7fdc7f38b8b787878efaa60b9eba1cbf90618
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/ZeplinKit.git at 0.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Snapp-Mobile/ZeplinKit.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/Snapp-Mobile/SwiftFormatLintPlugin.git
Fetching https://github.com/marmelroy/Zip
Fetching https://github.com/Snapp-Mobile/Fetcher.git
[1/2000] Fetching zip
[461/2148] Fetching zip, swiftformatlintplugin
[553/2377] Fetching zip, swiftformatlintplugin, fetcher
Fetched https://github.com/Snapp-Mobile/Fetcher.git from cache (0.36s)
[992/2148] Fetching zip, swiftformatlintplugin
Fetched https://github.com/marmelroy/Zip from cache (0.58s)
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (0.66s)
Computing version for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Computed https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at 1.0.5 (1.14s)
Computing version for https://github.com/Snapp-Mobile/Fetcher.git
Computed https://github.com/Snapp-Mobile/Fetcher.git at 0.0.2 (0.48s)
Computing version for https://github.com/marmelroy/Zip
Computed https://github.com/marmelroy/Zip at 2.1.2 (0.45s)
Creating working copy for https://github.com/marmelroy/Zip
Working copy of https://github.com/marmelroy/Zip resolved at 2.1.2
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at 1.0.5
Creating working copy for https://github.com/Snapp-Mobile/Fetcher.git
Working copy of https://github.com/Snapp-Mobile/Fetcher.git resolved at 0.0.2
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/33] Copying refreshToken.json
[2/33] Copying inviteMember.json
[2/33] Copying getToken.json
[2/33] Copying getSections.json
[2/33] Copying getScreens.json
[2/33] Copying getScreenVersions.json
[2/33] Copying getScreenVersion.json
[2/33] Copying getScreen.json
[2/33] Copying getProjects.json
[2/33] Copying getProjectMembers.json
[2/33] Copying getProject.json
[2/33] Copying getNotifications.json
[2/33] Copying getNotes.json
[2/33] Copying getNote.json
[16/33] Copying flagNotificationsAsUnread.json
[17/33] Copying emptyResponse.json
[17/33] Copying createNote.json
[17/33] Copying createComment.json
[18/33] Copying getCurrentUser.json
[21/33] Write sources
[21/33] Copying tokenError.json
[21/33] Copying refreshToken.json
[21/33] Copying getData.json
[25/33] Copying error.json
[26/33] Copying empty.json
[26/33] Write sources
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/33] Compiling Minizip zip.c
[31/33] Compiling Minizip ioapi.c
[32/33] Compiling Minizip unzip.c
[34/51] Compiling Zip QuickZip.swift
[35/51] Compiling Zip ZipUtilities.swift
[36/51] Compiling Fetcher FetcherLogger.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/52] Emitting module Fetcher
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[38/52] Compiling Fetcher OSLog+Categories.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[39/52] Compiling Fetcher URLSession+Backports.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[40/52] Compiling Fetcher Fetcher+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[41/52] Compiling Fetcher Fetcher.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[42/52] Compiling Fetcher APIError.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[43/52] Compiling Fetcher APIURLMock.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[44/52] Compiling Fetcher URLProtocolMock.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[45/52] Compiling Fetcher ServerErrorResponse.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[46/52] Compiling Fetcher Token.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[47/52] Compiling Fetcher TokenErrorResponse.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[48/52] Compiling Fetcher APIURL.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[49/52] Compiling Fetcher FetcherEnvironment.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[50/52] Compiling Fetcher resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Fetcher/Sources/Fetcher/Extensions/OSLog+Categories.swift:9:8: error: no such module 'os.log'
7 | //
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | public extension OSLog {
[51/52] Emitting module Zip
[52/52] Compiling Zip Zip.swift
BUILD FAILURE 6.3 linux