Build Information
Failed to build LoremSwiftify, reference main (b75da8), with Swift 6.3 for Android on 16 Apr 2026 05:31:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EnesKaraosman/LoremSwiftify.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
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-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/vadymmarkov/Fakery
Fetching https://github.com/apple/swift-syntax.git
[1/3293] Fetching fakery
Fetched https://github.com/vadymmarkov/Fakery from cache (0.34s)
[1/74985] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.39s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (6.58s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 603.0.0 (0.64s)
Creating working copy for https://github.com/vadymmarkov/Fakery
Working copy of https://github.com/vadymmarkov/Fakery resolved at 5.1.0
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
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.38s)
Building for debugging...
[0/40] Copying en-US.json
[1/40] Copying es.json
[2/40] Copying zh-TW.json
[3/40] Copying zh-CN.json
[4/40] Copying uk.json
[4/40] Copying en.json
[6/40] Copying tr-TR.json
[7/40] Copying sv.json
[8/40] Copying ru.json
[9/40] Copying sk.json
[10/40] Copying pt-BR.json
[10/40] Copying nl.json
[12/40] Copying pl.json
[12/40] Copying nb-NO.json
[12/40] Copying ko.json
[12/40] Copying ja.json
[16/40] Copying it.json
[17/40] Copying fr.json
[17/40] Copying fa.json
[18/40] Copying en-TEST.json
[20/40] Copying en-CA.json
[21/40] Copying en-IND.json
[22/40] Copying en-GB.json
[22/40] Copying en-AU.json
[24/40] Copying de.json
[24/40] Copying de-CH.json
[26/40] Copying de-AT.json
[27/40] Write sources
[31/40] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/76] Emitting module Fakery
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[34/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",
[35/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",
[36/79] Compiling LoremSwiftifyMacros LoremSwiftifyStruct.swift
[37/79] Compiling LoremSwiftifyMacros Diagnostic.swift
[38/79] Emitting module LoremSwiftifyMacros
[39/79] Compiling LoremSwiftifyMacros Extensions.swift
[40/79] Compiling LoremSwiftifyMacros LoremSwiftifyMacro.swift
[41/79] Compiling LoremSwiftifyMacros LoremSwiftifyClass.swift
[42/80] Wrapping AST for LoremSwiftifyMacros for debugging
[43/80] Write Objects.LinkFileList
[44/80] Linking LoremSwiftifyMacros-tool
[46/80] Compiling Fakery PhoneNumber.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[47/80] Compiling Fakery ProgrammingLanguage.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[48/80] Compiling Fakery Team.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[49/80] Compiling Fakery Vehicle.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[50/80] Compiling Fakery Zelda.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[51/80] Compiling Fakery resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[52/80] Compiling Fakery Generator.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[53/80] Compiling Fakery Ham.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[54/80] Compiling Fakery Hobbit.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[55/80] Compiling Fakery House.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[56/80] Compiling Fakery Config.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[57/80] Compiling Fakery Parser.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[58/80] Compiling Fakery Provider.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[59/80] Compiling Fakery ArrayExtension.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[60/80] Compiling Fakery Bank.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[61/80] Compiling Fakery Business.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[62/80] Compiling Fakery Car.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[63/80] Compiling Fakery Cat.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[64/80] Compiling Fakery StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[65/80] Compiling Fakery Faker.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[66/80] Compiling Fakery Address.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[67/80] Compiling Fakery App.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[68/80] Compiling Fakery Internet.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[69/80] Compiling Fakery Lorem.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[70/80] Compiling Fakery Name.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[71/80] Compiling Fakery Number.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[72/80] Compiling Fakery Commerce.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[73/80] Compiling Fakery Company.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[74/80] Compiling Fakery Date.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[75/80] Compiling Fakery Gender.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
BUILD FAILURE 6.3 android