Build Information
Successful build of HealthDataGenerator, reference main (359ef0), with Swift 6.0 for macOS (SPM) on 7 Apr 2026 17:56:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/aminbenarieb/healthkit-data-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/9] Compiling Logging MetadataProvider.swift
[5/9] Compiling Logging LogHandler.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Emitting module Logging
[8/9] Compiling Logging Locks.swift
[9/9] Compiling Logging Logging.swift
[10/31] Emitting module HealthDataGenerator
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift:156:8: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
154 |
155 | /// Simple file-based log handler
156 | struct FileLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
157 | let label: String
158 | let fileHandle: FileHandle
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[11/33] Compiling HealthDataGenerator FileNameUtil.swift
[12/33] Compiling HealthDataGenerator HealthStoreCleaner.swift
[13/33] Compiling HealthDataGenerator HealthConstants.swift
[14/33] Compiling HealthDataGenerator HealthDataGenerator.swift
[15/33] Compiling HealthDataGenerator ExportConfiguration.swift
[16/33] Compiling HealthDataGenerator LLMManager.swift
[17/33] Compiling HealthDataGenerator LLMProvider.swift
[18/33] Compiling HealthDataGenerator JsonTokenizer.swift
[19/33] Compiling HealthDataGenerator JsonWriter.swift
[20/33] Compiling HealthDataGenerator AppLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift:156:8: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
154 |
155 | /// Simple file-based log handler
156 | struct FileLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
157 | let label: String
158 | let fileHandle: FileHandle
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[21/33] Compiling HealthDataGenerator DateExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/Utilities/AppLogger.swift:156:8: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
154 |
155 | /// Simple file-based log handler
156 | struct FileLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
157 | let label: String
158 | let fileHandle: FileHandle
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[22/33] Compiling HealthDataGenerator HealthDataProfileImporter.swift
[23/33] Compiling HealthDataGenerator HealthDataProfileReader.swift
[24/33] Compiling HealthDataGenerator OutputStreams.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift:33:9: warning: result of call to 'write(_:maxLength:)' is unused
31 | func write(_ theString: String) {
32 | let data = stringToData(theString)
33 | write((data as NSData).bytes.bindMemory(to: UInt8.self, capacity: data.count), maxLength: data.count)
| `- warning: result of call to 'write(_:maxLength:)' is unused
34 | }
35 |
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift:64:87: warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
62 | let data = outputStream.property(forKey: Stream.PropertyKey.dataWrittenToMemoryStreamKey)
63 |
64 | return NSString(data: data as! Data, encoding: String.Encoding.utf8.rawValue) as! String
| `- warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
65 | }
66 | }
[25/33] Compiling HealthDataGenerator AppleFoundationModelProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift:33:9: warning: result of call to 'write(_:maxLength:)' is unused
31 | func write(_ theString: String) {
32 | let data = stringToData(theString)
33 | write((data as NSData).bytes.bindMemory(to: UInt8.self, capacity: data.count), maxLength: data.count)
| `- warning: result of call to 'write(_:maxLength:)' is unused
34 | }
35 |
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/OutputStreams.swift:64:87: warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
62 | let data = outputStream.property(forKey: Stream.PropertyKey.dataWrittenToMemoryStreamKey)
63 |
64 | return NSString(data: data as! Data, encoding: String.Encoding.utf8.rawValue) as! String
| `- warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
65 | }
66 | }
[26/33] Compiling HealthDataGenerator JsonHandlerProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:114:28: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
112 |
113 | var description: String {
114 | return "name:\(name) type:\(type) dict:\(dict) childs:\(childs)"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: use 'String(describing:)' to silence this warning
| `- note: provide a default value to avoid this warning
115 | }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:162:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
160 | internal func printWithLevel(_ level:Int, string:String){
161 | var outString = "\(level)"
162 | for i in 0 ..< level {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
163 | outString += " "
164 | }
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonReader.swift:50:53: warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
48 | if bytesRead > 0 {
49 | let textFileContents = NSString(bytes: &buffer, length: bytesRead, encoding: String.Encoding.utf8.rawValue)
50 | tokenizer.tokenize(textFileContents as! String)
| `- warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
51 | }
52 | }
[27/33] Compiling HealthDataGenerator JsonReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:114:28: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
112 |
113 | var description: String {
114 | return "name:\(name) type:\(type) dict:\(dict) childs:\(childs)"
| |- warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
| |- note: use 'String(describing:)' to silence this warning
| `- note: provide a default value to avoid this warning
115 | }
116 |
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonHandlerProtocol.swift:162:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
160 | internal func printWithLevel(_ level:Int, string:String){
161 | var outString = "\(level)"
162 | for i in 0 ..< level {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
163 | outString += " "
164 | }
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/JSON/JsonReader.swift:50:53: warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
48 | if bytesRead > 0 {
49 | let textFileContents = NSString(bytes: &buffer, length: bytesRead, encoding: String.Encoding.utf8.rawValue)
50 | tokenizer.tokenize(textFileContents as! String)
| `- warning: forced cast from 'NSString?' to 'String' only unwraps and bridges; did you mean to use '!' with 'as'?
51 | }
52 | }
[28/33] Compiling HealthDataGenerator SampleDataGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleDataGenerator.swift:382:17: warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
380 | for i in 0..<sleepPeriods {
381 | let periodStart = currentTime
382 | let periodEnd = currentTime.addingTimeInterval(periodDuration * 3600)
| `- warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
383 |
384 | // Each sleep period has light sleep, some deep sleep, and REM
[29/33] Compiling HealthDataGenerator SampleGenerationConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleDataGenerator.swift:382:17: warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
380 | for i in 0..<sleepPeriods {
381 | let periodStart = currentTime
382 | let periodEnd = currentTime.addingTimeInterval(periodDuration * 3600)
| `- warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
383 |
384 | // Each sleep period has light sleep, some deep sleep, and REM
[30/33] Compiling HealthDataGenerator HealthDataProfile.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleDataGenerator.swift:382:17: warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
380 | for i in 0..<sleepPeriods {
381 | let periodStart = currentTime
382 | let periodEnd = currentTime.addingTimeInterval(periodDuration * 3600)
| `- warning: initialization of immutable value 'periodEnd' was never used; consider replacing with assignment to '_' or removing it
383 |
384 | // Each sleep period has light sleep, some deep sleep, and REM
[31/33] Compiling HealthDataGenerator ExportTargets.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:271:13: warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
269 | // 2️⃣ Parse dates
270 | let startDate = (try? startString.date(.iso8601)) ?? Date()
271 | let endDate = (try? endString.date(.iso8601)) ?? startDate
| `- warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
272 |
273 | // 3️⃣ Create the builder
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:282:17: warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
280 | // Confidence must be an Int from [0..3]. We'll clamp just in case
281 | let rawConfidence = hb["confidence"] as? Int ?? 0
282 | let confidence = max(0, min(rawConfidence, 3))
| `- warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
283 | // precededByGap is optional logic (hardcode to `false` here)
284 | let precededByGap = false
[32/33] Compiling HealthDataGenerator HealthProfile.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:271:13: warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
269 | // 2️⃣ Parse dates
270 | let startDate = (try? startString.date(.iso8601)) ?? Date()
271 | let endDate = (try? endString.date(.iso8601)) ?? startDate
| `- warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
272 |
273 | // 3️⃣ Create the builder
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:282:17: warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
280 | // Confidence must be an Int from [0..3]. We'll clamp just in case
281 | let rawConfidence = hb["confidence"] as? Int ?? 0
282 | let confidence = max(0, min(rawConfidence, 3))
| `- warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
283 | // precededByGap is optional logic (hardcode to `false` here)
284 | let precededByGap = false
[33/33] Compiling HealthDataGenerator SampleCreator.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:271:13: warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
269 | // 2️⃣ Parse dates
270 | let startDate = (try? startString.date(.iso8601)) ?? Date()
271 | let endDate = (try? endString.date(.iso8601)) ?? startDate
| `- warning: initialization of immutable value 'endDate' was never used; consider replacing with assignment to '_' or removing it
272 |
273 | // 3️⃣ Create the builder
/Users/admin/builder/spi-builder-workspace/Sources/HealthDataGenerator/DataGeneration/SampleCreator.swift:282:17: warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
280 | // Confidence must be an Int from [0..3]. We'll clamp just in case
281 | let rawConfidence = hb["confidence"] as? Int ?? 0
282 | let confidence = max(0, min(rawConfidence, 3))
| `- warning: initialization of immutable value 'confidence' was never used; consider replacing with assignment to '_' or removing it
283 | // precededByGap is optional logic (hardcode to `false` here)
284 | let precededByGap = false
Build complete! (9.90s)
warning: 'spi-builder-workspace': /Users/admin/builder/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 (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.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.11.0
Build complete.
{
"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" : "/Users/admin/builder/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': /Users/admin/builder/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: [
Done.