Build Information
Failed to build HealthKitDataGenerator, reference main (e843c8), with Swift 6.2 for Linux on 26 Nov 2025 19:09:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aminbenarieb/healthkit-data-generator.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/aminbenarieb/healthkit-data-generator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e843c81 Update README.md
Cloned https://github.com/aminbenarieb/healthkit-data-generator.git
Revision (git rev-parse @):
e843c81152a8ec39e5ced56b796569f3e24cf258
SUCCESS checkout https://github.com/aminbenarieb/healthkit-data-generator.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/aminbenarieb/healthkit-data-generator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "HealthKitDataGenerator",
8 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/apple/swift-log.git
[1/5075] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.49s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/31] Emitting module HealthKitDataGenerator
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[11/33] Compiling HealthKitDataGenerator LLMProvider.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[12/33] Compiling HealthKitDataGenerator AppLogger.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[13/33] Compiling HealthKitDataGenerator DateExtensions.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[14/33] Compiling HealthKitDataGenerator FileNameUtil.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[15/33] Compiling HealthKitDataGenerator HealthKitStoreCleaner.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[16/33] Compiling HealthKitDataGenerator OutputStreams.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[17/33] Compiling HealthKitDataGenerator AppleFoundationModelProvider.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[18/33] Compiling HealthKitDataGenerator LLMManager.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[19/33] Compiling HealthKitDataGenerator HealthKitProfileImporter.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[20/33] Compiling HealthKitDataGenerator HealthKitProfileReader.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[21/33] Compiling HealthKitDataGenerator JsonHandlerProtocol.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[22/33] Compiling HealthKitDataGenerator ExportTargets.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[23/33] Compiling HealthKitDataGenerator HealthProfile.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[24/33] Compiling HealthKitDataGenerator SampleCreator.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[25/33] Compiling HealthKitDataGenerator JsonReader.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[26/33] Compiling HealthKitDataGenerator JsonTokenizer.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[27/33] Compiling HealthKitDataGenerator JsonWriter.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[28/33] Compiling HealthKitDataGenerator SampleDataGenerator.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[29/33] Compiling HealthKitDataGenerator SampleGenerationConfig.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[30/33] Compiling HealthKitDataGenerator HealthKitProfile.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[31/33] Compiling HealthKitDataGenerator HealthKitConstants.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[32/33] Compiling HealthKitDataGenerator HealthKitDataGenerator.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[33/33] Compiling HealthKitDataGenerator ExportConfiguration.swift
/host/spi-builder-workspace/Sources/HealthKitDataGenerator/Constants/HealthKitConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
BUILD FAILURE 6.2 linux