The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SpeziOnboarding, reference 1.2.2 (a3d7bc), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 08:00:15 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

Please use `ConsentConstraint` instead.
57 |             await onboardingConstraint.store(consent: consent)
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:57:40: warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
57 |             await onboardingConstraint.store(consent: consent)
   |                                        `- warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
58 |         } else {
59 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingFlow/IllegalOnboardingStepView.swift:17:50: error: 'module' is inaccessible due to 'internal' protection level
15 | struct IllegalOnboardingStepView: View {
16 |     var body: some View {
17 |         Text("ILLEGAL_ONBOARDING_STEP", bundle: .module)
   |                                                  `- error: 'module' is inaccessible due to 'internal' protection level
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[350/361] Compiling SpeziOnboarding IllegalOnboardingStepView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:44:31: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
42 |
43 |     public func configure() {
44 |         guard standard is any OnboardingConstraint || standard is any ConsentConstraint else {
   |                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
45 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:56:63: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
54 |             let consentDocumentExport = ConsentDocumentExport(documentIdentifier: identifier, cachedPDF: consent)
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
   |                                                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
57 |             await onboardingConstraint.store(consent: consent)
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:57:40: warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
57 |             await onboardingConstraint.store(consent: consent)
   |                                        `- warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
58 |         } else {
59 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingFlow/IllegalOnboardingStepView.swift:17:50: error: 'module' is inaccessible due to 'internal' protection level
15 | struct IllegalOnboardingStepView: View {
16 |     var body: some View {
17 |         Text("ILLEGAL_ONBOARDING_STEP", bundle: .module)
   |                                                  `- error: 'module' is inaccessible due to 'internal' protection level
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[351/361] Compiling SpeziOnboarding OnboardingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SequentialOnboardingView.swift:131:64: error: 'module' is inaccessible due to 'internal' protection level
129 |     private var actionButtonTitle: Text {
130 |         if currentContentIndex < content.count - 1 {
131 |             return Text("SEQUENTIAL_ONBOARDING_NEXT", bundle: .module)
    |                                                                `- error: 'module' is inaccessible due to 'internal' protection level
132 |         } else {
133 |             return actionText
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[352/361] Compiling SpeziOnboarding SequentialOnboardingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SequentialOnboardingView.swift:131:64: error: 'module' is inaccessible due to 'internal' protection level
129 |     private var actionButtonTitle: Text {
130 |         if currentContentIndex < content.count - 1 {
131 |             return Text("SEQUENTIAL_ONBOARDING_NEXT", bundle: .module)
    |                                                                `- error: 'module' is inaccessible due to 'internal' protection level
132 |         } else {
133 |             return actionText
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[353/361] Compiling SpeziOnboarding ConsentDocumentExport.swift
[354/361] Compiling SpeziOnboarding ConsentViewState+Binding.swift
[355/361] Compiling SpeziOnboarding ConsentViewState.swift
[356/361] Compiling SpeziOnboarding ConsentConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:19:95: error: 'module' is inaccessible due to 'internal' protection level
17 |
18 |         public var errorDescription: String? {
19 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_DESCRIPTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                               `- error: 'module' is inaccessible due to 'internal' protection level
20 |         }
21 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:23:103: error: 'module' is inaccessible due to 'internal' protection level
21 |
22 |         public var recoverySuggestion: String? {
23 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
24 |         }
25 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:27:98: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         public var failureReason: String? {
27 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:64:51: error: 'module' is inaccessible due to 'internal' protection level
 62 |                     Spacer()
 63 |
 64 |                     Text("EXPORTED_TAG", bundle: .module)
    |                                                   `- error: 'module' is inaccessible due to 'internal' protection level
 65 |                         + Text(verbatim: ": \(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .short))")
 66 |                 }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:110:85: error: 'module' is inaccessible due to 'internal' protection level
108 |             markdown: markdown,
109 |             options: .init(interpretedSyntax: .inlineOnlyPreservingWhitespace)
110 |         )) ?? AttributedString(String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module))
    |                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
111 |
112 |         let renderer = ImageRenderer(content: exportBody(markdown: markdownString))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:117:34: error: cannot infer contextual base in reference to member 'init'
115 |             height: exportConfiguration.paperSize.dimensions.height
116 |         )
117 |         renderer.proposedSize = .init(paperSize)
    |                                  `- error: cannot infer contextual base in reference to member 'init'
118 |
119 |         return await withCheckedContinuation { continuation in
[357/361] Compiling SpeziOnboarding ConsentDocument+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:19:95: error: 'module' is inaccessible due to 'internal' protection level
17 |
18 |         public var errorDescription: String? {
19 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_DESCRIPTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                               `- error: 'module' is inaccessible due to 'internal' protection level
20 |         }
21 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:23:103: error: 'module' is inaccessible due to 'internal' protection level
21 |
22 |         public var recoverySuggestion: String? {
23 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
24 |         }
25 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:27:98: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         public var failureReason: String? {
27 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:64:51: error: 'module' is inaccessible due to 'internal' protection level
 62 |                     Spacer()
 63 |
 64 |                     Text("EXPORTED_TAG", bundle: .module)
    |                                                   `- error: 'module' is inaccessible due to 'internal' protection level
 65 |                         + Text(verbatim: ": \(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .short))")
 66 |                 }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:110:85: error: 'module' is inaccessible due to 'internal' protection level
108 |             markdown: markdown,
109 |             options: .init(interpretedSyntax: .inlineOnlyPreservingWhitespace)
110 |         )) ?? AttributedString(String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module))
    |                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
111 |
112 |         let renderer = ImageRenderer(content: exportBody(markdown: markdownString))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:117:34: error: cannot infer contextual base in reference to member 'init'
115 |             height: exportConfiguration.paperSize.dimensions.height
116 |         )
117 |         renderer.proposedSize = .init(paperSize)
    |                                  `- error: cannot infer contextual base in reference to member 'init'
118 |
119 |         return await withCheckedContinuation { continuation in
[358/361] Compiling SpeziOnboarding ConsentDocument+Export.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:19:95: error: 'module' is inaccessible due to 'internal' protection level
17 |
18 |         public var errorDescription: String? {
19 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_DESCRIPTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                               `- error: 'module' is inaccessible due to 'internal' protection level
20 |         }
21 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:23:103: error: 'module' is inaccessible due to 'internal' protection level
21 |
22 |         public var recoverySuggestion: String? {
23 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
24 |         }
25 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:27:98: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         public var failureReason: String? {
27 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:64:51: error: 'module' is inaccessible due to 'internal' protection level
 62 |                     Spacer()
 63 |
 64 |                     Text("EXPORTED_TAG", bundle: .module)
    |                                                   `- error: 'module' is inaccessible due to 'internal' protection level
 65 |                         + Text(verbatim: ": \(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .short))")
 66 |                 }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:110:85: error: 'module' is inaccessible due to 'internal' protection level
108 |             markdown: markdown,
109 |             options: .init(interpretedSyntax: .inlineOnlyPreservingWhitespace)
110 |         )) ?? AttributedString(String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module))
    |                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
111 |
112 |         let renderer = ImageRenderer(content: exportBody(markdown: markdownString))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:117:34: error: cannot infer contextual base in reference to member 'init'
115 |             height: exportConfiguration.paperSize.dimensions.height
116 |         )
117 |         renderer.proposedSize = .init(paperSize)
    |                                  `- error: cannot infer contextual base in reference to member 'init'
118 |
119 |         return await withCheckedContinuation { continuation in
[359/361] Compiling SpeziOnboarding OnboardingConsentView+ShareSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:52:98: error: 'module' is inaccessible due to 'internal' protection level
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
52 |                 LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
53 |             )
54 |             try? sharedItem.dataRepresentation()?.write(to: temporaryPath)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:60:108: error: cannot infer contextual base in reference to member 'minY'
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
   |                                                                                                            `- error: cannot infer contextual base in reference to member 'minY'
61 |             }
62 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:38: warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                      `- warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:202:48: note: property declared here
200 |
201 | @property (nullable, readonly, weak) NSWindow *mainWindow;
202 | @property (nullable, readonly, weak) NSWindow *keyWindow;
    |                                                `- note: property declared here
203 | @property (getter=isActive, readonly) BOOL active;
204 | @property (getter=isHidden, readonly) BOOL hidden;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:32: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                `- warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
189 | @interface NSApplication : NSResponder <NSUserInterfaceValidations, NSMenuItemValidation, NSAccessibilityElement, NSAccessibility>
190 |
191 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
    |                                                          `- note: var declared here
192 |
193 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:77: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                                                             `- warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:337:47: note: property declared here
 335 | - (void)setTitleWithRepresentedFilename:(NSString *)filename;
 336 | @property (getter=isExcludedFromWindowsMenu) BOOL excludedFromWindowsMenu;
 337 | @property (nullable, strong) __kindof NSView *contentView;
     |                                               `- note: property declared here
 338 | @property (nullable, weak) id<NSWindowDelegate> delegate;
 339 | @property (readonly) NSInteger windowNumber;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:41:61: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 39 |     public var body: some View {
 40 |         VStack {
 41 |             AsyncButton(state: $primaryActionState, action: primaryAction) {
    |                                                             `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 42 |                 primaryText
 43 |                     .frame(maxWidth: .infinity, minHeight: 38)
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:47:67: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 45 |                 .buttonStyle(.borderedProminent)
 46 |             if let secondaryText, let secondaryAction {
 47 |                 AsyncButton(state: $secondaryActionState, action: secondaryAction) {
    |                                                                   `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 48 |                     secondaryText
 49 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:57:81: error: 'module' is inaccessible due to 'internal' protection level
 55 |         /// Default localized value for the title of the consent form.
 56 |         public static var consentFormTitle: LocalizedStringResource {
 57 |             LocalizedStringResource("CONSENT_VIEW_TITLE", bundle: .atURL(from: .module))
    |                                                                                 `- error: 'module' is inaccessible due to 'internal' protection level
 58 |         }
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:100:61: error: 'module' is inaccessible due to 'internal' protection level
 98 |                         },
 99 |                         label: {
100 |                             Text("CONSENT_ACTION", bundle: .module)
    |                                                             `- error: 'module' is inaccessible due to 'internal' protection level
101 |                                 .frame(maxWidth: .infinity, minHeight: 38)
102 |                                 .processingOverlay(isProcessing: viewState == .storing || (viewState == .export && !willShowShareSheet))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:153:68: error: 'module' is inaccessible due to 'internal' protection level
151 |                             } else {
152 |                                 Label {
153 |                                     Text("CONSENT_SHARE", bundle: .module)
    |                                                                    `- error: 'module' is inaccessible due to 'internal' protection level
154 |                                 } icon: {
155 |                                     Image(systemName: "square.and.arrow.up")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:194:106: error: 'module' is inaccessible due to 'internal' protection level
192 |                 try? FileManager.default.removeItem(
193 |                     at: FileManager.default.temporaryDirectory.appendingPathComponent(
194 |                         LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
    |                                                                                                          `- error: 'module' is inaccessible due to 'internal' protection level
195 |                     )
196 |                 )
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[360/361] Compiling SpeziOnboarding OnboardingActionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:52:98: error: 'module' is inaccessible due to 'internal' protection level
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
52 |                 LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
53 |             )
54 |             try? sharedItem.dataRepresentation()?.write(to: temporaryPath)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:60:108: error: cannot infer contextual base in reference to member 'minY'
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
   |                                                                                                            `- error: cannot infer contextual base in reference to member 'minY'
61 |             }
62 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:38: warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                      `- warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:202:48: note: property declared here
200 |
201 | @property (nullable, readonly, weak) NSWindow *mainWindow;
202 | @property (nullable, readonly, weak) NSWindow *keyWindow;
    |                                                `- note: property declared here
203 | @property (getter=isActive, readonly) BOOL active;
204 | @property (getter=isHidden, readonly) BOOL hidden;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:32: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                `- warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
189 | @interface NSApplication : NSResponder <NSUserInterfaceValidations, NSMenuItemValidation, NSAccessibilityElement, NSAccessibility>
190 |
191 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
    |                                                          `- note: var declared here
192 |
193 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:77: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                                                             `- warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:337:47: note: property declared here
 335 | - (void)setTitleWithRepresentedFilename:(NSString *)filename;
 336 | @property (getter=isExcludedFromWindowsMenu) BOOL excludedFromWindowsMenu;
 337 | @property (nullable, strong) __kindof NSView *contentView;
     |                                               `- note: property declared here
 338 | @property (nullable, weak) id<NSWindowDelegate> delegate;
 339 | @property (readonly) NSInteger windowNumber;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:41:61: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 39 |     public var body: some View {
 40 |         VStack {
 41 |             AsyncButton(state: $primaryActionState, action: primaryAction) {
    |                                                             `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 42 |                 primaryText
 43 |                     .frame(maxWidth: .infinity, minHeight: 38)
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:47:67: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 45 |                 .buttonStyle(.borderedProminent)
 46 |             if let secondaryText, let secondaryAction {
 47 |                 AsyncButton(state: $secondaryActionState, action: secondaryAction) {
    |                                                                   `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 48 |                     secondaryText
 49 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:57:81: error: 'module' is inaccessible due to 'internal' protection level
 55 |         /// Default localized value for the title of the consent form.
 56 |         public static var consentFormTitle: LocalizedStringResource {
 57 |             LocalizedStringResource("CONSENT_VIEW_TITLE", bundle: .atURL(from: .module))
    |                                                                                 `- error: 'module' is inaccessible due to 'internal' protection level
 58 |         }
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:100:61: error: 'module' is inaccessible due to 'internal' protection level
 98 |                         },
 99 |                         label: {
100 |                             Text("CONSENT_ACTION", bundle: .module)
    |                                                             `- error: 'module' is inaccessible due to 'internal' protection level
101 |                                 .frame(maxWidth: .infinity, minHeight: 38)
102 |                                 .processingOverlay(isProcessing: viewState == .storing || (viewState == .export && !willShowShareSheet))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:153:68: error: 'module' is inaccessible due to 'internal' protection level
151 |                             } else {
152 |                                 Label {
153 |                                     Text("CONSENT_SHARE", bundle: .module)
    |                                                                    `- error: 'module' is inaccessible due to 'internal' protection level
154 |                                 } icon: {
155 |                                     Image(systemName: "square.and.arrow.up")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:194:106: error: 'module' is inaccessible due to 'internal' protection level
192 |                 try? FileManager.default.removeItem(
193 |                     at: FileManager.default.temporaryDirectory.appendingPathComponent(
194 |                         LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
    |                                                                                                          `- error: 'module' is inaccessible due to 'internal' protection level
195 |                     )
196 |                 )
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[361/361] Compiling SpeziOnboarding OnboardingConsentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:52:98: error: 'module' is inaccessible due to 'internal' protection level
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
52 |                 LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
53 |             )
54 |             try? sharedItem.dataRepresentation()?.write(to: temporaryPath)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:60:108: error: cannot infer contextual base in reference to member 'minY'
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
   |                                                                                                            `- error: cannot infer contextual base in reference to member 'minY'
61 |             }
62 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:38: warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                      `- warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:202:48: note: property declared here
200 |
201 | @property (nullable, readonly, weak) NSWindow *mainWindow;
202 | @property (nullable, readonly, weak) NSWindow *keyWindow;
    |                                                `- note: property declared here
203 | @property (getter=isActive, readonly) BOOL active;
204 | @property (getter=isHidden, readonly) BOOL hidden;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:32: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                `- warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
189 | @interface NSApplication : NSResponder <NSUserInterfaceValidations, NSMenuItemValidation, NSAccessibilityElement, NSAccessibility>
190 |
191 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
    |                                                          `- note: var declared here
192 |
193 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:77: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                                                             `- warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:337:47: note: property declared here
 335 | - (void)setTitleWithRepresentedFilename:(NSString *)filename;
 336 | @property (getter=isExcludedFromWindowsMenu) BOOL excludedFromWindowsMenu;
 337 | @property (nullable, strong) __kindof NSView *contentView;
     |                                               `- note: property declared here
 338 | @property (nullable, weak) id<NSWindowDelegate> delegate;
 339 | @property (readonly) NSInteger windowNumber;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:41:61: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 39 |     public var body: some View {
 40 |         VStack {
 41 |             AsyncButton(state: $primaryActionState, action: primaryAction) {
    |                                                             `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 42 |                 primaryText
 43 |                     .frame(maxWidth: .infinity, minHeight: 38)
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:47:67: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 45 |                 .buttonStyle(.borderedProminent)
 46 |             if let secondaryText, let secondaryAction {
 47 |                 AsyncButton(state: $secondaryActionState, action: secondaryAction) {
    |                                                                   `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 48 |                     secondaryText
 49 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:57:81: error: 'module' is inaccessible due to 'internal' protection level
 55 |         /// Default localized value for the title of the consent form.
 56 |         public static var consentFormTitle: LocalizedStringResource {
 57 |             LocalizedStringResource("CONSENT_VIEW_TITLE", bundle: .atURL(from: .module))
    |                                                                                 `- error: 'module' is inaccessible due to 'internal' protection level
 58 |         }
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:100:61: error: 'module' is inaccessible due to 'internal' protection level
 98 |                         },
 99 |                         label: {
100 |                             Text("CONSENT_ACTION", bundle: .module)
    |                                                             `- error: 'module' is inaccessible due to 'internal' protection level
101 |                                 .frame(maxWidth: .infinity, minHeight: 38)
102 |                                 .processingOverlay(isProcessing: viewState == .storing || (viewState == .export && !willShowShareSheet))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:153:68: error: 'module' is inaccessible due to 'internal' protection level
151 |                             } else {
152 |                                 Label {
153 |                                     Text("CONSENT_SHARE", bundle: .module)
    |                                                                    `- error: 'module' is inaccessible due to 'internal' protection level
154 |                                 } icon: {
155 |                                     Image(systemName: "square.and.arrow.up")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:194:106: error: 'module' is inaccessible due to 'internal' protection level
192 |                 try? FileManager.default.removeItem(
193 |                     at: FileManager.default.temporaryDirectory.appendingPathComponent(
194 |                         LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
    |                                                                                                          `- error: 'module' is inaccessible due to 'internal' protection level
195 |                     )
196 |                 )
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/Resources/Localizable.xcstrings
    /Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/Resources/Localizable.xcstrings.license
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/57] Compiling RealModule Float80+Real.swift
[3/57] Compiling RealModule Real.swift
[4/58] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/58] Compiling Atomics AtomicStorage.swift
[6/58] Compiling Atomics AtomicValue.swift
[7/58] Compiling Atomics AtomicOptionalWrappable.swift
[8/58] Compiling Atomics AtomicReference.swift
[9/58] Compiling Atomics ManagedAtomic.swift
[10/58] Compiling Atomics ManagedAtomicLazyReference.swift
[13/59] Compiling Atomics AtomicMemoryOrderings.swift
[14/59] Compiling Atomics DoubleWord.swift
[15/61] Compiling RealModule AlgebraicField.swift
[16/61] Compiling Atomics OptionalRawRepresentable.swift
[17/61] Compiling Atomics RawRepresentable.swift
[18/61] Compiling RealModule RealFunctions.swift
[21/61] Compiling Atomics UnsafeAtomic.swift
[22/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/61] Compiling RealModule ApproximateEquality.swift
[24/61] Compiling RealModule Float16+Real.swift
[25/61] Compiling RealModule Double+Real.swift
[26/61] Compiling RealModule ElementaryFunctions.swift
[27/61] Compiling RealModule AugmentedArithmetic.swift
[28/61] Compiling RealModule Float+Real.swift
[29/61] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/61] Compiling Atomics Primitives.shims.swift
[31/61] Compiling Atomics AtomicInteger.swift
[32/61] Compiling Atomics IntegerOperations.swift
[33/61] Compiling Atomics Unmanaged extensions.swift
[34/61] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[35/61] Compiling XCTRuntimeAssertions Precondition.swift
[36/61] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[37/61] Compiling XCTRuntimeAssertions XCTFail.swift
[38/61] Emitting module RealModule
[39/61] Compiling XCTRuntimeAssertions NeverReturn.swift
[40/61] Compiling XCTRuntimeAssertions Counter.swift
[41/61] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[42/61] Emitting module XCTRuntimeAssertions
[43/61] Compiling XCTRuntimeAssertions Assert.swift
[46/61] Emitting module InternalCollectionsUtilities
[47/61] Compiling Atomics AtomicBool.swift
[48/61] Compiling Atomics IntegerConformances.swift
[51/61] Compiling Atomics PointerConformances.swift
[52/61] Compiling Atomics Primitives.native.swift
[57/143] Compiling OrderedCollections OrderedSet+Diffing.swift
[58/143] Compiling OrderedCollections OrderedSet+Equatable.swift
[59/143] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[60/145] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[61/145] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[62/145] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[63/145] Compiling OrderedCollections _Hashtable+Header.swift
[64/145] Compiling OrderedCollections OrderedDictionary+Codable.swift
[65/145] Compiling OrderedCollections OrderedDictionary+Elements.swift
[66/145] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[67/145] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[68/145] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[69/145] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[70/145] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[71/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[72/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[73/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[74/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[75/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[76/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[78/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[79/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[80/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[81/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[82/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[83/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[84/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/151] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[87/151] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[88/151] Compiling OrderedCollections OrderedSet+Sendable.swift
[89/151] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/151] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/151] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/151] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/151] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/151] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/151] Compiling Algorithms Unique.swift
[96/151] Compiling Algorithms Windows.swift
[97/151] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[98/151] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[99/151] Compiling OrderedCollections OrderedDictionary+Values.swift
[100/151] Compiling OrderedCollections OrderedDictionary.swift
[103/151] Compiling OrderedCollections _HashTable+Testing.swift
[104/151] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[105/151] Compiling OrderedCollections _HashTable.swift
[106/151] Compiling OrderedCollections _HashTable+Constants.swift
[107/151] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[108/151] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[109/151] Compiling OrderedCollections _HashTable+Bucket.swift
[110/151] Compiling OrderedCollections _HashTable+BucketIterator.swift
[119/151] Compiling OrderedCollections OrderedSet+Codable.swift
[120/151] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[121/151] Emitting module Atomics
[124/151] Compiling OrderedCollections OrderedSet+Descriptions.swift
[144/151] Compiling OrderedCollections OrderedSet+SubSequence.swift
[145/151] Compiling OrderedCollections OrderedSet+Testing.swift
[146/151] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[147/151] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[148/151] Compiling OrderedCollections OrderedSet.swift
[149/151] Compiling OrderedCollections _UnsafeBitset.swift
[150/151] Emitting module OrderedCollections
[151/151] Emitting module Algorithms
[152/186] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[153/186] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[154/186] Compiling SpeziFoundation RepositoryAnchor.swift
[155/189] Compiling SpeziFoundation AnyArray.swift
[156/189] Compiling SpeziFoundation AnyOptional.swift
[157/189] Compiling SpeziFoundation BinarySearch.swift
[158/189] Compiling SpeziFoundation Calendar.swift
[159/189] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[160/189] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[161/189] Compiling SpeziFoundation KnowledgeSource.swift
[162/189] Compiling SpeziFoundation ArrayBuilder.swift
[163/189] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[164/189] Compiling SpeziFoundation SetBuilder.swift
[165/189] Compiling SpeziFoundation AsyncSemaphore.swift
[166/189] Compiling SpeziFoundation OrderedArray.swift
[167/189] Compiling SpeziFoundation RuntimeEnvironment.swift
[168/189] Compiling SpeziFoundation SequenceExtensions.swift
[169/189] Compiling SpeziFoundation StaticString+Hashable.swift
[170/189] Compiling SpeziFoundation TimeoutError.swift
[171/189] Compiling SpeziFoundation TopLevelDecoder.swift
[172/189] Compiling SpeziFoundation TopLevelEncoder.swift
[173/189] Compiling SpeziFoundation Version.swift
[174/189] Compiling SpeziFoundation SendableSharedRepository.swift
[175/189] Compiling SpeziFoundation SharedRepository.swift
[176/189] Compiling SpeziFoundation resource_bundle_accessor.swift
[177/189] Emitting module SpeziFoundation
[178/189] Compiling SpeziFoundation RuntimeConfig.swift
[179/189] Compiling SpeziFoundation RepositoryValue.swift
[180/189] Compiling SpeziFoundation SendableValueRepository.swift
[181/189] Compiling SpeziFoundation ValueRepository.swift
[182/189] Compiling SpeziFoundation DataDescriptor.swift
[183/189] Compiling SpeziFoundation Duration.swift
[184/189] Compiling SpeziFoundation KeyValuePairs.swift
[185/189] Compiling SpeziFoundation ObjCExceptionHandling.swift
[186/189] Compiling SpeziFoundation MainActorExecution.swift
[187/189] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[188/189] Compiling SpeziFoundation RWLock.swift
[189/189] Compiling SpeziFoundation RecursiveRWLock.swift
[190/246] Compiling Spezi LaunchOptionsKey.swift
[191/246] Compiling Spezi SpeziAnchor.swift
[192/246] Compiling Spezi SpeziStorage.swift
[193/246] Compiling Spezi StoredModulesKey.swift
[194/246] Compiling Spezi ModuleDescription.swift
[195/246] Compiling Spezi Spezi+Logger.swift
[196/252] Compiling Spezi ApplicationPropertyWrapper.swift
[197/252] Compiling Spezi CollectPropertyWrapper.swift
[198/252] Compiling Spezi CollectedModuleValues.swift
[199/252] Compiling Spezi ProvidePropertyWrapper.swift
[200/252] Compiling Spezi StorageValueCollector.swift
[201/252] Compiling Spezi StorageValueProvider.swift
[202/252] Compiling Spezi LifecycleHandler.swift
[203/252] Compiling Spezi DependencyContext.swift
[204/252] Compiling Spezi DependencyDeclaration.swift
[205/252] Compiling Spezi DependencyPropertyWrapper.swift
[206/252] Compiling Spezi Module+Dependencies.swift
[207/252] Compiling Spezi DependencyReference.swift
[208/252] Compiling Spezi ModuleReference.swift
[209/252] Compiling Spezi EnvironmentAccessible.swift
[210/252] Compiling Spezi ModelModifier.swift
[211/252] Compiling Spezi ModelPropertyWrapper.swift
[212/252] Compiling Spezi ModifierPropertyWrapper.swift
[213/252] Compiling Spezi ViewModifierProvider.swift
[214/252] Compiling Spezi Configuration.swift
[215/252] Compiling Spezi DefaultInitializable.swift
[216/252] Compiling Spezi DependencyManager.swift
[217/252] Compiling Spezi DependencyManagerError.swift
[218/252] Compiling Spezi Module+DependencyRelation.swift
[219/252] Compiling Spezi DependencyBuilder.swift
[220/252] Compiling Spezi DependencyCollection.swift
[221/252] Compiling Spezi DependencyCollectionBuilder.swift
[222/252] Compiling Spezi Module.swift
[223/252] Compiling Spezi ModuleBuilder.swift
[224/252] Compiling Spezi ModuleCollection.swift
[225/252] Compiling Spezi ModuleOwnership.swift
[226/252] Compiling Spezi BackgroundFetchResult.swift
[227/252] Compiling Spezi NotificationHandler.swift
[228/252] Compiling Spezi Application+TypeAlias.swift
[229/252] Compiling Spezi ApplicationDelegate.swift
[230/252] Compiling Spezi ApplicationDelegateAdaptor.swift
[231/252] Compiling Spezi DynamicReference.swift
[232/252] Compiling Spezi Module+Properties.swift
[233/252] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[234/252] Compiling Spezi SpeziSceneDelegate.swift
[235/252] Compiling Spezi View+Spezi.swift
[236/252] Compiling Spezi DefaultStandard.swift
[237/252] Compiling Spezi Module+Standard.swift
[238/252] Compiling Spezi Standard.swift
[239/252] Compiling Spezi StandardPropertyWrapper.swift
[240/252] Emitting module Spezi
[241/252] Compiling Spezi NotificationTokenHandler.swift
[242/252] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[243/252] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[244/252] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[245/252] Compiling Spezi SpeziNotificationCenterDelegate.swift
[246/252] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[247/252] Compiling Spezi Spezi+Preview.swift
[248/252] Compiling Spezi Spezi+Spezi.swift
[249/252] Compiling Spezi Spezi.swift
[250/252] Compiling Spezi SpeziAppDelegate.swift
[251/252] Compiling Spezi SpeziModuleError.swift
[252/252] Compiling Spezi SpeziPropertyWrapper.swift
[253/299] Compiling SpeziViews FocusOnTapModifier.swift
[254/299] Compiling SpeziViews ProcessingOverlay.swift
[255/299] Compiling SpeziViews ShimmerModifier.swift
[256/299] Compiling SpeziViews SkeletonLoadingModifier.swift
[257/299] Compiling SpeziViews OperationStateAlert.swift
[258/304] Compiling SpeziViews DefaultErrorDescription.swift
[259/304] Compiling SpeziViews ProcessingDebounceDuration.swift
[260/304] Compiling SpeziViews ImageReference.swift
[261/304] Compiling SpeziViews OperationState.swift
[262/304] Compiling SpeziViews ViewState.swift
[263/304] Compiling SpeziViews ConfigureTipKit.swift
[264/304] Compiling SpeziViews ManagedViewUpdate.swift
[265/304] Compiling SpeziViews ReverseLabelStyle.swift
[266/304] Compiling SpeziViews AnyLocalizedError.swift
[267/304] Compiling SpeziViews Binding+Negate.swift
[268/304] Compiling SpeziViews BundleDescription+Bundle.swift
[269/304] Emitting module SpeziViews
[270/304] Compiling SpeziViews LocalizedStringResource+String.swift
[271/304] Compiling SpeziViews StringProtocol+Localization.swift
[272/304] Compiling SpeziViews TextContentType.swift
[273/304] Compiling SpeziViews ConditionalModifier.swift
[274/304] Compiling SpeziViews DeviceOrientationModifier.swift
[275/304] Compiling SpeziViews ViewStateAlert.swift
[276/304] Compiling SpeziViews ViewStateMapper.swift
[277/304] Compiling SpeziViews AsyncButton.swift
[278/304] Compiling SpeziViews DismissButton.swift
[279/304] Compiling SpeziViews InfoButton.swift
[280/304] Compiling SpeziViews NavigationStepsBuilder.swift
[281/304] Compiling SpeziViews NavigationStepsCollection.swift
[282/304] Compiling SpeziViews Label.swift
[283/304] Compiling SpeziViews LazyText.swift
[284/304] Compiling SpeziViews MarkdownView.swift
[285/304] Compiling SpeziViews DynamicHStack.swift
[286/304] Compiling SpeziViews HorizontalGeometryReader.swift
[287/304] Compiling SpeziViews LabeledContent+Init.swift
[288/304] Compiling SpeziViews ListHeader.swift
[289/304] Compiling SpeziViews ListRow.swift
[290/304] Compiling SpeziViews IllegalNavigationStepView.swift
[291/304] Compiling SpeziViews ManagedNavigationStack+Path.swift
[292/304] Compiling SpeziViews ManagedNavigationStack.swift
[293/304] Compiling SpeziViews NavigationStepIdentifier.swift
[294/304] Compiling SpeziViews NavigationStepIdentifying.swift
[295/304] Compiling SpeziViews CaseIterablePicker.swift
[296/304] Compiling SpeziViews OptionSetPicker.swift
[297/304] Compiling SpeziViews PickerValue.swift
[298/304] Compiling SpeziViews CanvasView.swift
[299/304] Compiling SpeziViews DescriptionGridRow.swift
[300/304] Compiling SpeziViews TextContent.swift
[301/304] Compiling SpeziViews CompletedTileHeader.swift
[302/304] Compiling SpeziViews SimpleTile.swift
[303/304] Compiling SpeziViews TileHeader.swift
[304/304] Compiling SpeziViews resource_bundle_accessor.swift
[305/309] Compiling SpeziPersonalInfo resource_bundle_accessor.swift
[306/309] Compiling SpeziPersonalInfo NameTextField.swift
[307/309] Compiling SpeziPersonalInfo UserProfileView.swift
[308/309] Compiling SpeziPersonalInfo NameFieldRow.swift
[309/309] Emitting module SpeziPersonalInfo
[310/336] Compiling SpeziOnboarding ConsentConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:19:95: error: 'module' is inaccessible due to 'internal' protection level
17 |
18 |         public var errorDescription: String? {
19 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_DESCRIPTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                               `- error: 'module' is inaccessible due to 'internal' protection level
20 |         }
21 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:23:103: error: 'module' is inaccessible due to 'internal' protection level
21 |
22 |         public var recoverySuggestion: String? {
23 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
24 |         }
25 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:27:98: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         public var failureReason: String? {
27 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:64:51: error: 'module' is inaccessible due to 'internal' protection level
 62 |                     Spacer()
 63 |
 64 |                     Text("EXPORTED_TAG", bundle: .module)
    |                                                   `- error: 'module' is inaccessible due to 'internal' protection level
 65 |                         + Text(verbatim: ": \(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .short))")
 66 |                 }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:110:85: error: 'module' is inaccessible due to 'internal' protection level
108 |             markdown: markdown,
109 |             options: .init(interpretedSyntax: .inlineOnlyPreservingWhitespace)
110 |         )) ?? AttributedString(String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module))
    |                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
111 |
112 |         let renderer = ImageRenderer(content: exportBody(markdown: markdownString))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:117:34: error: cannot infer contextual base in reference to member 'init'
115 |             height: exportConfiguration.paperSize.dimensions.height
116 |         )
117 |         renderer.proposedSize = .init(paperSize)
    |                                  `- error: cannot infer contextual base in reference to member 'init'
118 |
119 |         return await withCheckedContinuation { continuation in
[311/336] Compiling SpeziOnboarding ConsentDocument+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:19:95: error: 'module' is inaccessible due to 'internal' protection level
17 |
18 |         public var errorDescription: String? {
19 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_DESCRIPTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                               `- error: 'module' is inaccessible due to 'internal' protection level
20 |         }
21 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:23:103: error: 'module' is inaccessible due to 'internal' protection level
21 |
22 |         public var recoverySuggestion: String? {
23 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
24 |         }
25 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:27:98: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         public var failureReason: String? {
27 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:64:51: error: 'module' is inaccessible due to 'internal' protection level
 62 |                     Spacer()
 63 |
 64 |                     Text("EXPORTED_TAG", bundle: .module)
    |                                                   `- error: 'module' is inaccessible due to 'internal' protection level
 65 |                         + Text(verbatim: ": \(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .short))")
 66 |                 }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:110:85: error: 'module' is inaccessible due to 'internal' protection level
108 |             markdown: markdown,
109 |             options: .init(interpretedSyntax: .inlineOnlyPreservingWhitespace)
110 |         )) ?? AttributedString(String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module))
    |                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
111 |
112 |         let renderer = ImageRenderer(content: exportBody(markdown: markdownString))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:117:34: error: cannot infer contextual base in reference to member 'init'
115 |             height: exportConfiguration.paperSize.dimensions.height
116 |         )
117 |         renderer.proposedSize = .init(paperSize)
    |                                  `- error: cannot infer contextual base in reference to member 'init'
118 |
119 |         return await withCheckedContinuation { continuation in
[312/336] Compiling SpeziOnboarding ConsentDocument+Export.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:19:95: error: 'module' is inaccessible due to 'internal' protection level
17 |
18 |         public var errorDescription: String? {
19 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_DESCRIPTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                               `- error: 'module' is inaccessible due to 'internal' protection level
20 |         }
21 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:23:103: error: 'module' is inaccessible due to 'internal' protection level
21 |
22 |         public var recoverySuggestion: String? {
23 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
24 |         }
25 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Error.swift:27:98: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         public var failureReason: String? {
27 |             LocalizedStringResource("CONSENT_EXPORT_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
28 |         }
29 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:64:51: error: 'module' is inaccessible due to 'internal' protection level
 62 |                     Spacer()
 63 |
 64 |                     Text("EXPORTED_TAG", bundle: .module)
    |                                                   `- error: 'module' is inaccessible due to 'internal' protection level
 65 |                         + Text(verbatim: ": \(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .short))")
 66 |                 }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:110:85: error: 'module' is inaccessible due to 'internal' protection level
108 |             markdown: markdown,
109 |             options: .init(interpretedSyntax: .inlineOnlyPreservingWhitespace)
110 |         )) ?? AttributedString(String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module))
    |                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
111 |
112 |         let renderer = ImageRenderer(content: exportBody(markdown: markdownString))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+Export.swift:117:34: error: cannot infer contextual base in reference to member 'init'
115 |             height: exportConfiguration.paperSize.dimensions.height
116 |         )
117 |         renderer.proposedSize = .init(paperSize)
    |                                  `- error: cannot infer contextual base in reference to member 'init'
118 |
119 |         return await withCheckedContinuation { continuation in
[313/338] Compiling SpeziOnboarding ConsentDocument+ExportConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:16:121: error: 'module' is inaccessible due to 'internal' protection level
14 |     public enum LocalizationDefaults {
15 |         /// Default localized title for the given name field of the consent form in the ``ConsentDocument``.
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                         `- error: 'module' is inaccessible due to 'internal' protection level
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:18:133: error: 'module' is inaccessible due to 'internal' protection level
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
19 |
20 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:22:123: error: 'module' is inaccessible due to 'internal' protection level
20 |
21 |         /// Default localized title for the family name field of the consent form in the ``ConsentDocument``.
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                           `- error: 'module' is inaccessible due to 'internal' protection level
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:24:135: error: 'module' is inaccessible due to 'internal' protection level
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[314/338] Compiling SpeziOnboarding ConsentDocument+LocalizationDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:16:121: error: 'module' is inaccessible due to 'internal' protection level
14 |     public enum LocalizationDefaults {
15 |         /// Default localized title for the given name field of the consent form in the ``ConsentDocument``.
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                         `- error: 'module' is inaccessible due to 'internal' protection level
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:18:133: error: 'module' is inaccessible due to 'internal' protection level
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
19 |
20 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:22:123: error: 'module' is inaccessible due to 'internal' protection level
20 |
21 |         /// Default localized title for the family name field of the consent form in the ``ConsentDocument``.
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                           `- error: 'module' is inaccessible due to 'internal' protection level
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:24:135: error: 'module' is inaccessible due to 'internal' protection level
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[315/338] Compiling SpeziOnboarding ConsentDocument.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:16:121: error: 'module' is inaccessible due to 'internal' protection level
14 |     public enum LocalizationDefaults {
15 |         /// Default localized title for the given name field of the consent form in the ``ConsentDocument``.
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                         `- error: 'module' is inaccessible due to 'internal' protection level
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:18:133: error: 'module' is inaccessible due to 'internal' protection level
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
19 |
20 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:22:123: error: 'module' is inaccessible due to 'internal' protection level
20 |
21 |         /// Default localized title for the family name field of the consent form in the ``ConsentDocument``.
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                           `- error: 'module' is inaccessible due to 'internal' protection level
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:24:135: error: 'module' is inaccessible due to 'internal' protection level
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[316/338] Emitting module SpeziOnboarding
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:16:121: error: 'module' is inaccessible due to 'internal' protection level
14 |     public enum LocalizationDefaults {
15 |         /// Default localized title for the given name field of the consent form in the ``ConsentDocument``.
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                         `- error: 'module' is inaccessible due to 'internal' protection level
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:18:133: error: 'module' is inaccessible due to 'internal' protection level
16 |         public static let givenNameTitle = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_TITLE", bundle: .atURL(from: .module))
17 |         /// Default localized placeholder for the given name field of the consent form in the ``ConsentDocument``.
18 |         public static let givenNamePlaceholder = LocalizedStringResource("NAME_FIELD_GIVEN_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
19 |
20 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:22:123: error: 'module' is inaccessible due to 'internal' protection level
20 |
21 |         /// Default localized title for the family name field of the consent form in the ``ConsentDocument``.
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                           `- error: 'module' is inaccessible due to 'internal' protection level
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:24:135: error: 'module' is inaccessible due to 'internal' protection level
22 |         public static let familyNameTitle = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_TITLE", bundle: .atURL(from: .module))
23 |         /// Default localized placeholder for the family name field of the consent form in the ``ConsentDocument``.
24 |         public static let familyNamePlaceholder = LocalizedStringResource("NAME_FIELD_FAMILY_NAME_PLACEHOLDER", bundle: .atURL(from: .module))
   |                                                                                                                                       `- error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[317/338] Compiling SpeziOnboarding NavigationPath+Codable.swift
[318/338] Compiling SpeziOnboarding OnboardingFlowViewCollection.swift
[319/338] Compiling SpeziOnboarding OnboardingNavigationPath.swift
[320/338] Compiling SpeziOnboarding OnboardingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SequentialOnboardingView.swift:131:64: error: 'module' is inaccessible due to 'internal' protection level
129 |     private var actionButtonTitle: Text {
130 |         if currentContentIndex < content.count - 1 {
131 |             return Text("SEQUENTIAL_ONBOARDING_NEXT", bundle: .module)
    |                                                                `- error: 'module' is inaccessible due to 'internal' protection level
132 |         } else {
133 |             return actionText
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[321/338] Compiling SpeziOnboarding SequentialOnboardingView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SequentialOnboardingView.swift:131:64: error: 'module' is inaccessible due to 'internal' protection level
129 |     private var actionButtonTitle: Text {
130 |         if currentContentIndex < content.count - 1 {
131 |             return Text("SEQUENTIAL_ONBOARDING_NEXT", bundle: .module)
    |                                                                `- error: 'module' is inaccessible due to 'internal' protection level
132 |         } else {
133 |             return actionText
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[322/338] Compiling SpeziOnboarding OnboardingConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:44:31: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
42 |
43 |     public func configure() {
44 |         guard standard is any OnboardingConstraint || standard is any ConsentConstraint else {
   |                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
45 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:56:63: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
54 |             let consentDocumentExport = ConsentDocumentExport(documentIdentifier: identifier, cachedPDF: consent)
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
   |                                                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
57 |             await onboardingConstraint.store(consent: consent)
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:57:40: warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
57 |             await onboardingConstraint.store(consent: consent)
   |                                        `- warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
58 |         } else {
59 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingFlow/IllegalOnboardingStepView.swift:17:50: error: 'module' is inaccessible due to 'internal' protection level
15 | struct IllegalOnboardingStepView: View {
16 |     var body: some View {
17 |         Text("ILLEGAL_ONBOARDING_STEP", bundle: .module)
   |                                                  `- error: 'module' is inaccessible due to 'internal' protection level
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[323/338] Compiling SpeziOnboarding OnboardingDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:44:31: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
42 |
43 |     public func configure() {
44 |         guard standard is any OnboardingConstraint || standard is any ConsentConstraint else {
   |                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
45 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:56:63: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
54 |             let consentDocumentExport = ConsentDocumentExport(documentIdentifier: identifier, cachedPDF: consent)
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
   |                                                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
57 |             await onboardingConstraint.store(consent: consent)
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:57:40: warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
57 |             await onboardingConstraint.store(consent: consent)
   |                                        `- warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
58 |         } else {
59 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingFlow/IllegalOnboardingStepView.swift:17:50: error: 'module' is inaccessible due to 'internal' protection level
15 | struct IllegalOnboardingStepView: View {
16 |     var body: some View {
17 |         Text("ILLEGAL_ONBOARDING_STEP", bundle: .module)
   |                                                  `- error: 'module' is inaccessible due to 'internal' protection level
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[324/338] Compiling SpeziOnboarding IllegalOnboardingStepView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:44:31: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
42 |
43 |     public func configure() {
44 |         guard standard is any OnboardingConstraint || standard is any ConsentConstraint else {
   |                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
45 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:56:63: warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
54 |             let consentDocumentExport = ConsentDocumentExport(documentIdentifier: identifier, cachedPDF: consent)
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
   |                                                               `- warning: 'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint` instead.
57 |             await onboardingConstraint.store(consent: consent)
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingDataSource.swift:57:40: warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
55 |             try await consentConstraint.store(consent: consentDocumentExport)
56 |         } else if let onboardingConstraint = standard as? any OnboardingConstraint {
57 |             await onboardingConstraint.store(consent: consent)
   |                                        `- warning: 'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
Please use `ConsentConstraint.store(consent: PDFDocument, identifier: String)` instead.
58 |         } else {
59 |             fatalError("A \(type(of: standard).self) must conform to `ConsentConstraint` to process signed consent documents.")
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingFlow/IllegalOnboardingStepView.swift:17:50: error: 'module' is inaccessible due to 'internal' protection level
15 | struct IllegalOnboardingStepView: View {
16 |     var body: some View {
17 |         Text("ILLEGAL_ONBOARDING_STEP", bundle: .module)
   |                                                  `- error: 'module' is inaccessible due to 'internal' protection level
18 |     }
19 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[325/338] Compiling SpeziOnboarding OnboardingStack.swift
[326/338] Compiling SpeziOnboarding OnboardingStepIdentifier.swift
[327/338] Compiling SpeziOnboarding OnboardingViewBuilder.swift
[328/338] Compiling SpeziOnboarding OnboardingIdentifiableViewModifier.swift
[329/338] Compiling SpeziOnboarding OnboardingInformationView.swift
[330/338] Compiling SpeziOnboarding OnboardingTitleView.swift
[331/338] Compiling SpeziOnboarding SignatureView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SignatureView.swift:88:46: error: 'module' is inaccessible due to 'internal' protection level
 86 |     private var signatureTextField: some View {
 87 |         TextField(text: $signature) {
 88 |             Text("SIGNATURE_FIELD", bundle: .module)
    |                                              `- error: 'module' is inaccessible due to 'internal' protection level
 89 |         }
 90 |             .accessibilityLabel(Text("SIGNATURE_FIELD", bundle: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SignatureView.swift:90:66: error: 'module' is inaccessible due to 'internal' protection level
 88 |             Text("SIGNATURE_FIELD", bundle: .module)
 89 |         }
 90 |             .accessibilityLabel(Text("SIGNATURE_FIELD", bundle: .module))
    |                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
 91 |             .accessibilityAddTraits(.allowsDirectInteraction)
 92 |             .font(.custom("Snell Roundhand", size: 32))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SignatureViewBackground.swift:47:73: error: 'module' is inaccessible due to 'internal' protection level
45 |             .padding(.horizontal, 20)
46 |             .padding(.bottom, lineOffset - 18)
47 |             .accessibilityLabel(Text("SIGNATURE_NAME \(name)", bundle: .module))
   |                                                                         `- error: 'module' is inaccessible due to 'internal' protection level
48 |             .accessibilityHidden(name.isEmpty)
49 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[332/338] Compiling SpeziOnboarding SignatureViewBackground.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SignatureView.swift:88:46: error: 'module' is inaccessible due to 'internal' protection level
 86 |     private var signatureTextField: some View {
 87 |         TextField(text: $signature) {
 88 |             Text("SIGNATURE_FIELD", bundle: .module)
    |                                              `- error: 'module' is inaccessible due to 'internal' protection level
 89 |         }
 90 |             .accessibilityLabel(Text("SIGNATURE_FIELD", bundle: .module))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SignatureView.swift:90:66: error: 'module' is inaccessible due to 'internal' protection level
 88 |             Text("SIGNATURE_FIELD", bundle: .module)
 89 |         }
 90 |             .accessibilityLabel(Text("SIGNATURE_FIELD", bundle: .module))
    |                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
 91 |             .accessibilityAddTraits(.allowsDirectInteraction)
 92 |             .font(.custom("Snell Roundhand", size: 32))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/SignatureViewBackground.swift:47:73: error: 'module' is inaccessible due to 'internal' protection level
45 |             .padding(.horizontal, 20)
46 |             .padding(.bottom, lineOffset - 18)
47 |             .accessibilityLabel(Text("SIGNATURE_NAME \(name)", bundle: .module))
   |                                                                         `- error: 'module' is inaccessible due to 'internal' protection level
48 |             .accessibilityHidden(name.isEmpty)
49 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
[333/338] Compiling SpeziOnboarding ConsentDocumentExport.swift
[334/338] Compiling SpeziOnboarding ConsentViewState+Binding.swift
[335/338] Compiling SpeziOnboarding ConsentViewState.swift
[336/338] Compiling SpeziOnboarding OnboardingConsentView+ShareSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:52:98: error: 'module' is inaccessible due to 'internal' protection level
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
52 |                 LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
53 |             )
54 |             try? sharedItem.dataRepresentation()?.write(to: temporaryPath)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:60:108: error: cannot infer contextual base in reference to member 'minY'
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
   |                                                                                                            `- error: cannot infer contextual base in reference to member 'minY'
61 |             }
62 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:38: warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                      `- warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:202:48: note: property declared here
200 |
201 | @property (nullable, readonly, weak) NSWindow *mainWindow;
202 | @property (nullable, readonly, weak) NSWindow *keyWindow;
    |                                                `- note: property declared here
203 | @property (getter=isActive, readonly) BOOL active;
204 | @property (getter=isHidden, readonly) BOOL hidden;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:32: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                `- warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
189 | @interface NSApplication : NSResponder <NSUserInterfaceValidations, NSMenuItemValidation, NSAccessibilityElement, NSAccessibility>
190 |
191 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
    |                                                          `- note: var declared here
192 |
193 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:77: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                                                             `- warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:337:47: note: property declared here
 335 | - (void)setTitleWithRepresentedFilename:(NSString *)filename;
 336 | @property (getter=isExcludedFromWindowsMenu) BOOL excludedFromWindowsMenu;
 337 | @property (nullable, strong) __kindof NSView *contentView;
     |                                               `- note: property declared here
 338 | @property (nullable, weak) id<NSWindowDelegate> delegate;
 339 | @property (readonly) NSInteger windowNumber;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:41:61: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 39 |     public var body: some View {
 40 |         VStack {
 41 |             AsyncButton(state: $primaryActionState, action: primaryAction) {
    |                                                             `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 42 |                 primaryText
 43 |                     .frame(maxWidth: .infinity, minHeight: 38)
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:47:67: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 45 |                 .buttonStyle(.borderedProminent)
 46 |             if let secondaryText, let secondaryAction {
 47 |                 AsyncButton(state: $secondaryActionState, action: secondaryAction) {
    |                                                                   `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 48 |                     secondaryText
 49 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:57:81: error: 'module' is inaccessible due to 'internal' protection level
 55 |         /// Default localized value for the title of the consent form.
 56 |         public static var consentFormTitle: LocalizedStringResource {
 57 |             LocalizedStringResource("CONSENT_VIEW_TITLE", bundle: .atURL(from: .module))
    |                                                                                 `- error: 'module' is inaccessible due to 'internal' protection level
 58 |         }
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:100:61: error: 'module' is inaccessible due to 'internal' protection level
 98 |                         },
 99 |                         label: {
100 |                             Text("CONSENT_ACTION", bundle: .module)
    |                                                             `- error: 'module' is inaccessible due to 'internal' protection level
101 |                                 .frame(maxWidth: .infinity, minHeight: 38)
102 |                                 .processingOverlay(isProcessing: viewState == .storing || (viewState == .export && !willShowShareSheet))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:153:68: error: 'module' is inaccessible due to 'internal' protection level
151 |                             } else {
152 |                                 Label {
153 |                                     Text("CONSENT_SHARE", bundle: .module)
    |                                                                    `- error: 'module' is inaccessible due to 'internal' protection level
154 |                                 } icon: {
155 |                                     Image(systemName: "square.and.arrow.up")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:194:106: error: 'module' is inaccessible due to 'internal' protection level
192 |                 try? FileManager.default.removeItem(
193 |                     at: FileManager.default.temporaryDirectory.appendingPathComponent(
194 |                         LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
    |                                                                                                          `- error: 'module' is inaccessible due to 'internal' protection level
195 |                     )
196 |                 )
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[337/338] Compiling SpeziOnboarding OnboardingActionsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:52:98: error: 'module' is inaccessible due to 'internal' protection level
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
52 |                 LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
53 |             )
54 |             try? sharedItem.dataRepresentation()?.write(to: temporaryPath)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:60:108: error: cannot infer contextual base in reference to member 'minY'
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
   |                                                                                                            `- error: cannot infer contextual base in reference to member 'minY'
61 |             }
62 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:38: warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                      `- warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:202:48: note: property declared here
200 |
201 | @property (nullable, readonly, weak) NSWindow *mainWindow;
202 | @property (nullable, readonly, weak) NSWindow *keyWindow;
    |                                                `- note: property declared here
203 | @property (getter=isActive, readonly) BOOL active;
204 | @property (getter=isHidden, readonly) BOOL hidden;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:32: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                `- warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
189 | @interface NSApplication : NSResponder <NSUserInterfaceValidations, NSMenuItemValidation, NSAccessibilityElement, NSAccessibility>
190 |
191 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
    |                                                          `- note: var declared here
192 |
193 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:77: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                                                             `- warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:337:47: note: property declared here
 335 | - (void)setTitleWithRepresentedFilename:(NSString *)filename;
 336 | @property (getter=isExcludedFromWindowsMenu) BOOL excludedFromWindowsMenu;
 337 | @property (nullable, strong) __kindof NSView *contentView;
     |                                               `- note: property declared here
 338 | @property (nullable, weak) id<NSWindowDelegate> delegate;
 339 | @property (readonly) NSInteger windowNumber;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:41:61: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 39 |     public var body: some View {
 40 |         VStack {
 41 |             AsyncButton(state: $primaryActionState, action: primaryAction) {
    |                                                             `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 42 |                 primaryText
 43 |                     .frame(maxWidth: .infinity, minHeight: 38)
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:47:67: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 45 |                 .buttonStyle(.borderedProminent)
 46 |             if let secondaryText, let secondaryAction {
 47 |                 AsyncButton(state: $secondaryActionState, action: secondaryAction) {
    |                                                                   `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 48 |                     secondaryText
 49 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:57:81: error: 'module' is inaccessible due to 'internal' protection level
 55 |         /// Default localized value for the title of the consent form.
 56 |         public static var consentFormTitle: LocalizedStringResource {
 57 |             LocalizedStringResource("CONSENT_VIEW_TITLE", bundle: .atURL(from: .module))
    |                                                                                 `- error: 'module' is inaccessible due to 'internal' protection level
 58 |         }
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:100:61: error: 'module' is inaccessible due to 'internal' protection level
 98 |                         },
 99 |                         label: {
100 |                             Text("CONSENT_ACTION", bundle: .module)
    |                                                             `- error: 'module' is inaccessible due to 'internal' protection level
101 |                                 .frame(maxWidth: .infinity, minHeight: 38)
102 |                                 .processingOverlay(isProcessing: viewState == .storing || (viewState == .export && !willShowShareSheet))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:153:68: error: 'module' is inaccessible due to 'internal' protection level
151 |                             } else {
152 |                                 Label {
153 |                                     Text("CONSENT_SHARE", bundle: .module)
    |                                                                    `- error: 'module' is inaccessible due to 'internal' protection level
154 |                                 } icon: {
155 |                                     Image(systemName: "square.and.arrow.up")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:194:106: error: 'module' is inaccessible due to 'internal' protection level
192 |                 try? FileManager.default.removeItem(
193 |                     at: FileManager.default.temporaryDirectory.appendingPathComponent(
194 |                         LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
    |                                                                                                          `- error: 'module' is inaccessible due to 'internal' protection level
195 |                     )
196 |                 )
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[338/338] Compiling SpeziOnboarding OnboardingConsentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:52:98: error: 'module' is inaccessible due to 'internal' protection level
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
52 |                 LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
   |                                                                                                  `- error: 'module' is inaccessible due to 'internal' protection level
53 |             )
54 |             try? sharedItem.dataRepresentation()?.write(to: temporaryPath)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:60:108: error: cannot infer contextual base in reference to member 'minY'
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
   |                                                                                                            `- error: cannot infer contextual base in reference to member 'minY'
61 |             }
62 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:38: warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                      `- warning: main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:202:48: note: property declared here
200 |
201 | @property (nullable, readonly, weak) NSWindow *mainWindow;
202 | @property (nullable, readonly, weak) NSWindow *keyWindow;
    |                                                `- note: property declared here
203 | @property (getter=isActive, readonly) BOOL active;
204 | @property (getter=isHidden, readonly) BOOL hidden;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:32: warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                `- warning: main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:191:58: note: var declared here
189 | @interface NSApplication : NSResponder <NSUserInterfaceValidations, NSMenuItemValidation, NSAccessibilityElement, NSAccessibility>
190 |
191 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp NS_SWIFT_UI_ACTOR;
    |                                                          `- note: var declared here
192 |
193 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift:59:77: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
47 |
48 |
49 |         func show() {
   |              `- note: add '@MainActor' to make instance method 'show()' part of global actor 'MainActor'
50 |             // Note: Need to write down the PDF to storage as in-memory PDFs are not recognized properly
51 |             let temporaryPath = FileManager.default.temporaryDirectory.appendingPathComponent(
   :
57 |
58 |             // Present the sharing service picker
59 |             if let keyWindow = NSApp.keyWindow, let contentView = keyWindow.contentView {
   |                                                                             `- warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
60 |                 sharingServicePicker.show(relativeTo: contentView.bounds, of: contentView, preferredEdge: .minY)
61 |             }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:337:47: note: property declared here
 335 | - (void)setTitleWithRepresentedFilename:(NSString *)filename;
 336 | @property (getter=isExcludedFromWindowsMenu) BOOL excludedFromWindowsMenu;
 337 | @property (nullable, strong) __kindof NSView *contentView;
     |                                               `- note: property declared here
 338 | @property (nullable, weak) id<NSWindowDelegate> delegate;
 339 | @property (readonly) NSInteger windowNumber;
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:41:61: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 39 |     public var body: some View {
 40 |         VStack {
 41 |             AsyncButton(state: $primaryActionState, action: primaryAction) {
    |                                                             `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 42 |                 primaryText
 43 |                     .frame(maxWidth: .infinity, minHeight: 38)
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingActionsView.swift:47:67: warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 45 |                 .buttonStyle(.borderedProminent)
 46 |             if let secondaryText, let secondaryAction {
 47 |                 AsyncButton(state: $secondaryActionState, action: secondaryAction) {
    |                                                                   `- warning: converting non-sendable function value to '@MainActor @Sendable () async throws -> Void' may introduce data races
 48 |                     secondaryText
 49 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/ConsentView/ConsentDocument+LocalizationDefaults.swift:27:117: error: 'module' is inaccessible due to 'internal' protection level
25 |
26 |         /// Default localized value for the title of the exported consent form.
27 |         public static let exportedConsentFormTitle = LocalizedStringResource("CONSENT_TITLE", bundle: .atURL(from: .module))
   |                                                                                                                     `- error: 'module' is inaccessible due to 'internal' protection level
28 |     }
29 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziPersonalInfo.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziPersonalInfo.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziPersonalInfo.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:57:81: error: 'module' is inaccessible due to 'internal' protection level
 55 |         /// Default localized value for the title of the consent form.
 56 |         public static var consentFormTitle: LocalizedStringResource {
 57 |             LocalizedStringResource("CONSENT_VIEW_TITLE", bundle: .atURL(from: .module))
    |                                                                                 `- error: 'module' is inaccessible due to 'internal' protection level
 58 |         }
 59 |     }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:100:61: error: 'module' is inaccessible due to 'internal' protection level
 98 |                         },
 99 |                         label: {
100 |                             Text("CONSENT_ACTION", bundle: .module)
    |                                                             `- error: 'module' is inaccessible due to 'internal' protection level
101 |                                 .frame(maxWidth: .infinity, minHeight: 38)
102 |                                 .processingOverlay(isProcessing: viewState == .storing || (viewState == .export && !willShowShareSheet))
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:153:68: error: 'module' is inaccessible due to 'internal' protection level
151 |                             } else {
152 |                                 Label {
153 |                                     Text("CONSENT_SHARE", bundle: .module)
    |                                                                    `- error: 'module' is inaccessible due to 'internal' protection level
154 |                                 } icon: {
155 |                                     Image(systemName: "square.and.arrow.up")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/OnboardingConsentView.swift:194:106: error: 'module' is inaccessible due to 'internal' protection level
192 |                 try? FileManager.default.removeItem(
193 |                     at: FileManager.default.temporaryDirectory.appendingPathComponent(
194 |                         LocalizedStringResource("FILE_NAME_EXPORTED_CONSENT_FORM", bundle: .atURL(from: .module)).localizedString() + ".pdf"
    |                                                                                                          `- error: 'module' is inaccessible due to 'internal' protection level
195 |                     )
196 |                 )
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
 2 |
 3 | extension Foundation.Bundle {
 4 |     static let module: Bundle = {
   |                `- note: 'module' declared here
 5 |         let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
 6 |         let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/Resources/Localizable.xcstrings
    /Users/admin/builder/spi-builder-workspace/Sources/SpeziOnboarding/Resources/Localizable.xcstrings.license
BUILD FAILURE 6.1 macosSpm