The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build HealthKitDataGenerator, reference 0.1.0 (927450), with Swift 6.2 for Wasm on 11 Oct 2025 08:06:49 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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aminbenarieb/healthkit-data-generator.git
Reference: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 927450a Initial commit: Health Generator App with comprehensive health data generation capabilities
Cloned https://github.com/aminbenarieb/healthkit-data-generator.git
Revision (git rev-parse @):
927450a7e77afbfb4c7d32ef63eaf2906af4b2eb
SUCCESS checkout https://github.com/aminbenarieb/healthkit-data-generator.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
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/3933] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.77s)
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 Locks.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Logging.swift
[8/8] Compiling Logging MetadataProvider.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 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
[12/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
[13/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
[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 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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
BUILD FAILURE 6.2 wasm