Build Information
Failed to build LoremSwiftify, reference 1.0.1 (b75da8), with Swift 6.3 for Linux on 16 Apr 2026 05:44:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/EnesKaraosman/LoremSwiftify.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/EnesKaraosman/LoremSwiftify
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at b75da84 chore: add badges, SPI config, issue templates, update repo metadata
Cloned https://github.com/EnesKaraosman/LoremSwiftify.git
Revision (git rev-parse @):
b75da84db93eaa22e593307214750b2eadcfa654
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/EnesKaraosman/LoremSwiftify.git at 1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/EnesKaraosman/LoremSwiftify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-syntax.git
Fetching https://github.com/vadymmarkov/Fakery
[1/3293] Fetching fakery
Fetched https://github.com/vadymmarkov/Fakery from cache (0.72s)
[1/74985] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (9.74s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (14.76s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 603.0.0 (1.15s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 603.0.0
Creating working copy for https://github.com/vadymmarkov/Fakery
Working copy of https://github.com/vadymmarkov/Fakery resolved at 5.1.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.58s)
Building for debugging...
[0/40] Copying zh-TW.json
[0/40] Copying zh-CN.json
[0/40] Copying uk.json
[0/40] Copying tr-TR.json
[0/40] Copying sv.json
[0/40] Copying sk.json
[0/40] Copying ru.json
[0/40] Copying pt-BR.json
[0/40] Copying pl.json
[0/40] Copying nl.json
[0/40] Copying nb-NO.json
[11/40] Copying ja.json
[12/40] Copying ko.json
[13/40] Copying it.json
[14/40] Copying fa.json
[15/40] Copying fr.json
[16/40] Copying es.json
[17/40] Copying en-US.json
[18/40] Copying en-TEST.json
[19/40] Copying en-IND.json
[20/40] Copying en-GB.json
[21/40] Copying en.json
[22/40] Copying en-CA.json
[22/40] Write sources
[27/40] Copying de.json
[27/40] Copying de-CH.json
[29/40] Copying de-AT.json
[30/40] Copying en-AU.json
[31/40] Write swift-version-24593BA9C3E375BF.txt
[33/76] Emitting module LoremSwiftifyMacros
[34/76] Emitting module Fakery
[35/79] Compiling Fakery PhoneNumber.swift
[36/79] Compiling Fakery ProgrammingLanguage.swift
[37/79] Compiling Fakery Team.swift
[38/79] Compiling LoremSwiftifyMacros LoremSwiftifyMacro.swift
[39/79] Compiling LoremSwiftifyMacros LoremSwiftifyStruct.swift
[40/79] Compiling LoremSwiftifyMacros Shared.swift
/host/spi-builder-workspace/Sources/LoremSwiftifyMacros/SupportedTypes/Shared.swift:56:25: warning: no calls to throwing functions occur within 'try' expression
54 | let emptyParams = try FunctionParameterClauseSyntax(validating: .init(parameters: []))
55 |
56 | let loremFunc = try FunctionDeclSyntax(
| `- warning: no calls to throwing functions occur within 'try' expression
57 | modifiers: modifiers,
58 | name: "lorem",
/host/spi-builder-workspace/Sources/LoremSwiftifyMacros/SupportedTypes/Shared.swift:66:30: warning: no calls to throwing functions occur within 'try' expression
64 | )
65 |
66 | let loremFixedFunc = try FunctionDeclSyntax(
| `- warning: no calls to throwing functions occur within 'try' expression
67 | modifiers: modifiers,
68 | name: "loremFixed",
[41/79] Compiling LoremSwiftifyMacros LoremSwiftifyEnum.swift
/host/spi-builder-workspace/Sources/LoremSwiftifyMacros/SupportedTypes/LoremSwiftifyEnum.swift:43:25: warning: no calls to throwing functions occur within 'try' expression
41 | let emptyParams = try FunctionParameterClauseSyntax(validating: .init(parameters: []))
42 |
43 | let loremFunc = try FunctionDeclSyntax(
| `- warning: no calls to throwing functions occur within 'try' expression
44 | modifiers: modifiers,
45 | name: "lorem",
/host/spi-builder-workspace/Sources/LoremSwiftifyMacros/SupportedTypes/LoremSwiftifyEnum.swift:53:30: warning: no calls to throwing functions occur within 'try' expression
51 | )
52 |
53 | let loremFixedFunc = try FunctionDeclSyntax(
| `- warning: no calls to throwing functions occur within 'try' expression
54 | modifiers: modifiers,
55 | name: "loremFixed",
[42/79] Compiling LoremSwiftifyMacros LoremSwiftifyClass.swift
[43/79] Compiling LoremSwiftifyMacros Diagnostic.swift
[44/79] Compiling LoremSwiftifyMacros Extensions.swift
[45/80] Wrapping AST for LoremSwiftifyMacros for debugging
[46/80] Write Objects.LinkFileList
[47/80] Linking LoremSwiftifyMacros-tool
[49/80] Compiling Fakery Vehicle.swift
[50/80] Compiling Fakery Zelda.swift
[51/80] Compiling Fakery resource_bundle_accessor.swift
[52/80] Compiling Fakery StringExtensions.swift
[53/80] Compiling Fakery Faker.swift
[54/80] Compiling Fakery Address.swift
[55/80] Compiling Fakery App.swift
[56/80] Compiling Fakery Bank.swift
[57/80] Compiling Fakery Business.swift
[58/80] Compiling Fakery Car.swift
[59/80] Compiling Fakery Cat.swift
[60/80] Compiling Fakery Commerce.swift
[61/80] Compiling Fakery Company.swift
[62/80] Compiling Fakery Date.swift
[63/80] Compiling Fakery Gender.swift
[64/80] Compiling Fakery Generator.swift
[65/80] Compiling Fakery Ham.swift
[66/80] Compiling Fakery Hobbit.swift
[67/80] Compiling Fakery House.swift
[68/80] Compiling Fakery Config.swift
[69/80] Compiling Fakery Parser.swift
[70/80] Compiling Fakery Provider.swift
[71/80] Compiling Fakery ArrayExtension.swift
[72/80] Compiling Fakery Internet.swift
[73/80] Compiling Fakery Lorem.swift
[74/80] Compiling Fakery Name.swift
[75/80] Compiling Fakery Number.swift
[76/81] Wrapping AST for Fakery for debugging
[78/85] Compiling LoremSwiftify LoremSwiftify.swift
/host/spi-builder-workspace/Sources/LoremSwiftify/LoremIpsumize+Extensions.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 | import Fakery
10 | import Foundation
[79/85] Compiling LoremSwiftify LoremKind.swift
/host/spi-builder-workspace/Sources/LoremSwiftify/LoremIpsumize+Extensions.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 | import Fakery
10 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/85] Emitting module LoremSwiftify
/host/spi-builder-workspace/Sources/LoremSwiftify/LoremIpsumize+Extensions.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 | import Fakery
10 | import Foundation
[81/85] Compiling LoremSwiftify LoremIpsumize+Extensions.swift
/host/spi-builder-workspace/Sources/LoremSwiftify/LoremIpsumize+Extensions.swift:8:8: error: no such module 'CoreGraphics'
6 | //
7 |
8 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
9 | import Fakery
10 | import Foundation
BUILD FAILURE 6.3 linux