The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HealthKitDataGenerator, reference 0.1.0 (927450), with Swift 6.3 for Wasm on 17 Apr 2026 05:43:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/aminbenarieb/healthkit-data-generator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-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/6611] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.60s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Emitting module Logging
[5/9] Compiling Logging LogHandler.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging MetadataProvider.swift
[9/9] Compiling Logging Logging.swift
[11/32] 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
[12/32] 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
[13/32] 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
[14/32] 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
[15/32] 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
[16/32] 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
[17/34] 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
[18/34] 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
[19/34] 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
[20/34] 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
[21/34] 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
[22/34] 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
[23/34] 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
[24/34] 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
[25/34] 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
[26/34] 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
[27/34] 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
[28/34] 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
[29/34] 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
[30/34] 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
[31/34] 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/34] 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/34] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/34] 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
BUILD FAILURE 6.3 wasm