Build Information
Failed to build HealthDataGenerator, reference main (359ef0), with Swift 6.1 for Wasm on 7 Apr 2026 18:00:10 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
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 359ef02 Rename HealthKitDataGenerator to HealthDataGenerator everywhere
Cloned https://github.com/aminbenarieb/healthkit-data-generator.git
Revision (git rev-parse @):
359ef0205f3a66bc8c6fe128e6be1fe29a59e60c
SUCCESS checkout https://github.com/aminbenarieb/healthkit-data-generator.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/aminbenarieb/healthkit-data-generator.git
https://github.com/aminbenarieb/healthkit-data-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "HealthDataGenerator",
"name" : "HealthDataGenerator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HealthDataGenerator",
"targets" : [
"HealthDataGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "HealthDataGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "HealthDataGeneratorTests",
"path" : "Tests/HealthDataGeneratorTests",
"sources" : [
"HealthDataGeneratorTests.swift"
],
"target_dependencies" : [
"HealthDataGenerator"
],
"type" : "test"
},
{
"c99name" : "HealthDataGenerator",
"module_type" : "SwiftTarget",
"name" : "HealthDataGenerator",
"path" : "Sources/HealthDataGenerator",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"HealthDataGenerator"
],
"sources" : [
"Constants/HealthConstants.swift",
"Core/HealthDataGenerator.swift",
"DataExport/ExportConfiguration.swift",
"DataExport/ExportTargets.swift",
"DataGeneration/HealthProfile.swift",
"DataGeneration/SampleCreator.swift",
"DataGeneration/SampleDataGenerator.swift",
"DataGeneration/SampleGenerationConfig.swift",
"DataImport/HealthDataProfile.swift",
"DataImport/HealthDataProfileImporter.swift",
"DataImport/HealthDataProfileReader.swift",
"JSON/JsonHandlerProtocol.swift",
"JSON/JsonReader.swift",
"JSON/JsonTokenizer.swift",
"JSON/JsonWriter.swift",
"JSON/OutputStreams.swift",
"LLM/AppleFoundationModelProvider.swift",
"LLM/LLMManager.swift",
"LLM/LLMProvider.swift",
"Utilities/AppLogger.swift",
"Utilities/DateExtensions.swift",
"Utilities/FileNameUtil.swift",
"Utilities/HealthStoreCleaner.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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: "HealthDataGenerator",
8 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-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:)'
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:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "HealthDataGenerator",
8 | platforms: [
Fetching https://github.com/apple/swift-log.git
[1/6349] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.24s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Logging LogEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/9] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/9] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/9] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/9] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/9] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/32] Emitting module HealthDataGenerator
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/34] Compiling HealthDataGenerator HealthConstants.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/34] Compiling HealthDataGenerator HealthDataGenerator.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/34] Compiling HealthDataGenerator ExportConfiguration.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/34] Compiling HealthDataGenerator FileNameUtil.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/34] Compiling HealthDataGenerator HealthStoreCleaner.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator OutputStreams.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator AppleFoundationModelProvider.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator LLMManager.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator JsonReader.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator JsonTokenizer.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator JsonWriter.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator SampleDataGenerator.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator SampleGenerationConfig.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator HealthDataProfile.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator LLMProvider.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator AppLogger.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator DateExtensions.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator HealthDataProfileImporter.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator HealthDataProfileReader.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator JsonHandlerProtocol.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator ExportTargets.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator HealthProfile.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[34/34] Compiling HealthDataGenerator SampleCreator.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-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:)'
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:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "HealthDataGenerator",
8 | platforms: [
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling Logging MetadataProvider.swift
[3/7] Emitting module Logging
[4/7] Compiling Logging LogEvent.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Compiling Logging Logging.swift
[7/7] Compiling Logging Locks.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/30] Emitting module HealthDataGenerator
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.swift:2:8: error: no such module 'HealthKit'
1 | import Foundation
2 | import HealthKit
| `- error: no such module 'HealthKit'
3 |
4 | // swiftlint:disable all
[10/32] Compiling HealthDataGenerator JsonReader.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator JsonTokenizer.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator JsonWriter.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator LLMProvider.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator AppLogger.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator DateExtensions.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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 HealthDataGenerator OutputStreams.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator AppleFoundationModelProvider.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator LLMManager.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator FileNameUtil.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthStoreCleaner.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator ExportTargets.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthProfile.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator SampleCreator.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthDataProfileImporter.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthDataProfileReader.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator JsonHandlerProtocol.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthConstants.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthDataGenerator.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator ExportConfiguration.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator SampleDataGenerator.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator SampleGenerationConfig.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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/32] Compiling HealthDataGenerator HealthDataProfile.swift
/host/spi-builder-workspace/Sources/HealthDataGenerator/Constants/HealthConstants.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.1 wasm