Build Information
Failed to build SpeziChat, reference main (021ec6
), with Swift 6.0 for macOS (SPM) on 29 Jan 2025 08:12:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:109:70: error: 'module' is inaccessible due to 'internal' protection level
107 | state = .error(Error.markdownLoadingError)
108 | return AttributedString(
109 | String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
110 | )
111 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[291/311] Compiling SpeziViews ConfigureTipKit.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[292/311] Compiling SpeziViews ManagedViewUpdate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[293/311] Compiling SpeziViews ReverseLabelStyle.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[294/311] Compiling SpeziViews AnyLocalizedError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[295/311] Compiling SpeziViews Binding+Negate.swift
[296/311] Compiling SpeziViews BundleDescription+Bundle.swift
[297/311] Compiling SpeziViews LocalizedStringResource+String.swift
[298/311] Compiling SpeziViews StringProtocol+Localization.swift
[299/311] Compiling SpeziViews AsyncButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[300/311] Compiling SpeziViews DismissButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[301/311] Compiling SpeziViews InfoButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[302/311] Compiling SpeziViews CaseIterablePicker.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[303/311] Emitting module SpeziViews
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[304/311] Compiling SpeziViews TextContent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[305/311] Compiling SpeziViews CompletedTileHeader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[306/311] Compiling SpeziViews SimpleTile.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[307/311] Compiling SpeziViews TileHeader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[308/311] Emitting module SpeziSpeechSynthesizer
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/SpeziChat/Resources/Localizable.xcstrings
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Resources/Localizable.xcstrings.license
warning: 'speziviews': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Resources/Localizable.xcstrings
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Resources/Localizable.xcstrings.license
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/57] Compiling Atomics AtomicStorage.swift
[4/57] Compiling Atomics AtomicValue.swift
[5/57] Compiling Atomics Primitives.shims.swift
[6/57] Compiling Atomics AtomicInteger.swift
[7/57] Compiling Atomics AtomicMemoryOrderings.swift
[8/57] Compiling Atomics DoubleWord.swift
[9/58] Compiling RealModule Float80+Real.swift
[10/58] Compiling RealModule Real.swift
[11/59] Compiling RealModule RealFunctions.swift
[12/59] Compiling RealModule Float16+Real.swift
[13/59] Compiling RealModule ApproximateEquality.swift
[14/59] Compiling RealModule ElementaryFunctions.swift
[15/59] Compiling RealModule Float+Real.swift
[16/59] Compiling RealModule AlgebraicField.swift
[17/59] Compiling RealModule AugmentedArithmetic.swift
[18/59] Compiling RealModule Double+Real.swift
[19/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/59] Compiling Atomics UnsafeAtomic.swift
[21/59] Compiling Atomics UnsafeAtomicLazyReference.swift
[22/59] Compiling Atomics ManagedAtomic.swift
[23/59] Compiling Atomics ManagedAtomicLazyReference.swift
[28/61] Emitting module RealModule
[29/61] Compiling XCTRuntimeAssertions XCTFail.swift
[30/61] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[31/61] Compiling XCTRuntimeAssertions Precondition.swift
[32/61] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[33/61] Compiling XCTRuntimeAssertions NeverReturn.swift
[34/61] Emitting module XCTRuntimeAssertions
[35/61] Compiling XCTRuntimeAssertions Assert.swift
[36/61] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[37/61] Compiling XCTRuntimeAssertions Counter.swift
[40/61] Compiling Atomics AtomicOptionalWrappable.swift
[41/61] Compiling Atomics AtomicReference.swift
[42/61] Compiling Atomics IntegerOperations.swift
[43/61] Compiling Atomics Unmanaged extensions.swift
[48/61] Compiling Atomics AtomicBool.swift
[49/61] Compiling Atomics IntegerConformances.swift
[50/61] Compiling Atomics OptionalRawRepresentable.swift
[51/61] Compiling Atomics RawRepresentable.swift
[52/61] Emitting module InternalCollectionsUtilities
[53/61] Compiling Atomics PointerConformances.swift
[54/61] Compiling Atomics Primitives.native.swift
[57/87] Compiling Algorithms Suffix.swift
[58/87] Compiling Algorithms Trim.swift
[59/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[60/145] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[61/145] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[62/145] Compiling OrderedCollections OrderedSet+Sendable.swift
[63/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[69/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/145] Compiling OrderedCollections _Hashtable+Header.swift
[72/145] Compiling OrderedCollections OrderedDictionary+Codable.swift
[73/145] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[74/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[75/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[76/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[77/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[78/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[79/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[80/151] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/151] Compiling OrderedCollections OrderedSet+Initializers.swift
[82/151] Compiling OrderedCollections OrderedSet+Insertions.swift
[83/151] Compiling OrderedCollections OrderedSet+Invariants.swift
[84/151] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[85/151] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[86/151] Compiling OrderedCollections OrderedDictionary+Elements.swift
[87/151] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[88/151] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[89/151] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[90/151] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[91/151] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/151] Compiling OrderedCollections OrderedSet+Codable.swift
[93/151] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/151] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/151] Compiling OrderedCollections OrderedSet+Diffing.swift
[96/151] Compiling OrderedCollections OrderedSet+Equatable.swift
[97/151] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[100/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[101/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[102/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[103/151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[104/151] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[105/151] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[106/151] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/151] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/151] Compiling OrderedCollections OrderedDictionary+Values.swift
[109/151] Compiling OrderedCollections OrderedDictionary.swift
[110/151] Compiling OrderedCollections _HashTable.swift
[112/151] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[113/151] Compiling OrderedCollections _HashTable+Testing.swift
[114/151] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[115/151] Compiling OrderedCollections _HashTable+Bucket.swift
[116/151] Compiling OrderedCollections _HashTable+BucketIterator.swift
[117/151] Compiling OrderedCollections _HashTable+Constants.swift
[118/151] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[119/151] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[120/151] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[124/151] Emitting module Atomics
[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/181] Emitting module SpeziFoundation
[153/184] Compiling SpeziFoundation AnyArray.swift
[154/184] Compiling SpeziFoundation AnyOptional.swift
[155/184] Compiling SpeziFoundation BinarySearch.swift
[156/184] Compiling SpeziFoundation TopLevelDecoder.swift
[157/184] Compiling SpeziFoundation TopLevelEncoder.swift
[158/184] Compiling SpeziFoundation RuntimeConfig.swift
[159/184] Compiling SpeziFoundation Calendar.swift
[160/184] Compiling SpeziFoundation DataDescriptor.swift
[161/184] Compiling SpeziFoundation ObjCExceptionHandling.swift
[162/184] Compiling SpeziFoundation RepositoryValue.swift
[163/184] Compiling SpeziFoundation SendableValueRepository.swift
[164/184] Compiling SpeziFoundation ValueRepository.swift
[165/184] Compiling SpeziFoundation ArrayBuilder.swift
[166/184] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[167/184] Compiling SpeziFoundation SetBuilder.swift
[168/184] Compiling SpeziFoundation AsyncSemaphore.swift
[169/184] Compiling SpeziFoundation MainActorExecution.swift
[170/184] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[171/184] Compiling SpeziFoundation RWLock.swift
[172/184] Compiling SpeziFoundation RecursiveRWLock.swift
[173/184] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[174/184] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[175/184] Compiling SpeziFoundation RepositoryAnchor.swift
[176/184] Compiling SpeziFoundation OrderedArray.swift
[177/184] Compiling SpeziFoundation SequenceExtensions.swift
[178/184] Compiling SpeziFoundation TimeoutError.swift
[179/184] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[180/184] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[181/184] Compiling SpeziFoundation KnowledgeSource.swift
[182/184] Compiling SpeziFoundation SendableSharedRepository.swift
[183/184] Compiling SpeziFoundation SharedRepository.swift
[184/184] Compiling SpeziFoundation resource_bundle_accessor.swift
[185/241] Compiling Spezi LaunchOptionsKey.swift
[186/241] Compiling Spezi SpeziAnchor.swift
[187/241] Compiling Spezi SpeziStorage.swift
[188/241] Compiling Spezi StoredModulesKey.swift
[189/241] Compiling Spezi ModuleDescription.swift
[190/241] Compiling Spezi Spezi+Logger.swift
[191/247] Compiling Spezi DependencyContext.swift
[192/247] Compiling Spezi DependencyDeclaration.swift
[193/247] Compiling Spezi DependencyPropertyWrapper.swift
[194/247] Compiling Spezi Module+Dependencies.swift
[195/247] Compiling Spezi DependencyReference.swift
[196/247] Compiling Spezi ModuleReference.swift
[197/247] Compiling Spezi DependencyManager.swift
[198/247] Compiling Spezi DependencyManagerError.swift
[199/247] Compiling Spezi Module+DependencyRelation.swift
[200/247] Compiling Spezi DependencyBuilder.swift
[201/247] Compiling Spezi DependencyCollection.swift
[202/247] Compiling Spezi DependencyCollectionBuilder.swift
[203/247] Compiling Spezi Application+TypeAlias.swift
[204/247] Compiling Spezi ApplicationDelegate.swift
[205/247] Compiling Spezi ApplicationDelegateAdaptor.swift
[206/247] Compiling Spezi DynamicReference.swift
[207/247] Compiling Spezi Module+Properties.swift
[208/247] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[209/247] Compiling Spezi SpeziSceneDelegate.swift
[210/247] Compiling Spezi View+Spezi.swift
[211/247] Compiling Spezi DefaultStandard.swift
[212/247] Compiling Spezi Module+Standard.swift
[213/247] Compiling Spezi Standard.swift
[214/247] Compiling Spezi StandardPropertyWrapper.swift
[215/247] Compiling Spezi ApplicationPropertyWrapper.swift
[216/247] Compiling Spezi CollectPropertyWrapper.swift
[217/247] Compiling Spezi CollectedModuleValues.swift
[218/247] Compiling Spezi ProvidePropertyWrapper.swift
[219/247] Compiling Spezi StorageValueCollector.swift
[220/247] Compiling Spezi StorageValueProvider.swift
[221/247] Compiling Spezi LifecycleHandler.swift
[222/247] Emitting module Spezi
[223/247] Compiling Spezi EnvironmentAccessible.swift
[224/247] Compiling Spezi ModelModifier.swift
[225/247] Compiling Spezi ModelPropertyWrapper.swift
[226/247] Compiling Spezi ModifierPropertyWrapper.swift
[227/247] Compiling Spezi ViewModifierProvider.swift
[228/247] Compiling Spezi Configuration.swift
[229/247] Compiling Spezi DefaultInitializable.swift
[230/247] Compiling Spezi NotificationTokenHandler.swift
[231/247] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[232/247] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[233/247] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[234/247] Compiling Spezi SpeziNotificationCenterDelegate.swift
[235/247] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[236/247] Compiling Spezi Spezi+Preview.swift
[237/247] Compiling Spezi Spezi+Spezi.swift
[238/247] Compiling Spezi Spezi.swift
[239/247] Compiling Spezi SpeziAppDelegate.swift
[240/247] Compiling Spezi SpeziModuleError.swift
[241/247] Compiling Spezi SpeziPropertyWrapper.swift
[242/247] Compiling Spezi Module.swift
[243/247] Compiling Spezi ModuleBuilder.swift
[244/247] Compiling Spezi ModuleCollection.swift
[245/247] Compiling Spezi ModuleOwnership.swift
[246/247] Compiling Spezi BackgroundFetchResult.swift
[247/247] Compiling Spezi NotificationHandler.swift
[248/289] Compiling SpeziViews DefaultErrorDescription.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Model/ViewState.swift:97:56: error: 'module' is inaccessible due to 'internal' protection level
95 | return errorTitle
96 | default:
97 | return String(localized: "Error", bundle: .module, comment: "View State default error title")
| `- error: 'module' is inaccessible due to 'internal' protection level
98 | }
99 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[249/289] Compiling SpeziViews ProcessingDebounceDuration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Model/ViewState.swift:97:56: error: 'module' is inaccessible due to 'internal' protection level
95 | return errorTitle
96 | default:
97 | return String(localized: "Error", bundle: .module, comment: "View State default error title")
| `- error: 'module' is inaccessible due to 'internal' protection level
98 | }
99 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[250/289] Compiling SpeziViews ImageReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Model/ViewState.swift:97:56: error: 'module' is inaccessible due to 'internal' protection level
95 | return errorTitle
96 | default:
97 | return String(localized: "Error", bundle: .module, comment: "View State default error title")
| `- error: 'module' is inaccessible due to 'internal' protection level
98 | }
99 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[251/289] Compiling SpeziViews OperationState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Model/ViewState.swift:97:56: error: 'module' is inaccessible due to 'internal' protection level
95 | return errorTitle
96 | default:
97 | return String(localized: "Error", bundle: .module, comment: "View State default error title")
| `- error: 'module' is inaccessible due to 'internal' protection level
98 | }
99 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[252/289] Compiling SpeziViews ViewState.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Model/ViewState.swift:97:56: error: 'module' is inaccessible due to 'internal' protection level
95 | return errorTitle
96 | default:
97 | return String(localized: "Error", bundle: .module, comment: "View State default error title")
| `- error: 'module' is inaccessible due to 'internal' protection level
98 | }
99 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[253/293] Compiling SpeziViews ConfigureTipKit.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[254/293] Compiling SpeziViews ManagedViewUpdate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[255/293] Compiling SpeziViews ReverseLabelStyle.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[256/293] Compiling SpeziViews AnyLocalizedError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[257/293] Compiling SpeziViews ListRow.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:32:85: error: 'module' is inaccessible due to 'internal' protection level
30 |
31 | public var errorDescription: String? {
32 | LocalizedStringResource("MARKDOWN_LOADING_ERROR", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
33 | }
34 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:36:105: error: 'module' is inaccessible due to 'internal' protection level
34 |
35 | public var recoverySuggestion: String? {
36 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:40:100: error: 'module' is inaccessible due to 'internal' protection level
38 |
39 | public var failureReason: String? {
40 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
41 | }
42 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:109:70: error: 'module' is inaccessible due to 'internal' protection level
107 | state = .error(Error.markdownLoadingError)
108 | return AttributedString(
109 | String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
110 | )
111 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[258/293] Compiling SpeziViews Label.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:32:85: error: 'module' is inaccessible due to 'internal' protection level
30 |
31 | public var errorDescription: String? {
32 | LocalizedStringResource("MARKDOWN_LOADING_ERROR", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
33 | }
34 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:36:105: error: 'module' is inaccessible due to 'internal' protection level
34 |
35 | public var recoverySuggestion: String? {
36 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:40:100: error: 'module' is inaccessible due to 'internal' protection level
38 |
39 | public var failureReason: String? {
40 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
41 | }
42 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:109:70: error: 'module' is inaccessible due to 'internal' protection level
107 | state = .error(Error.markdownLoadingError)
108 | return AttributedString(
109 | String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
110 | )
111 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[259/293] Compiling SpeziViews LazyText.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:32:85: error: 'module' is inaccessible due to 'internal' protection level
30 |
31 | public var errorDescription: String? {
32 | LocalizedStringResource("MARKDOWN_LOADING_ERROR", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
33 | }
34 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:36:105: error: 'module' is inaccessible due to 'internal' protection level
34 |
35 | public var recoverySuggestion: String? {
36 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:40:100: error: 'module' is inaccessible due to 'internal' protection level
38 |
39 | public var failureReason: String? {
40 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
41 | }
42 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:109:70: error: 'module' is inaccessible due to 'internal' protection level
107 | state = .error(Error.markdownLoadingError)
108 | return AttributedString(
109 | String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
110 | )
111 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[260/293] Compiling SpeziViews MarkdownView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:32:85: error: 'module' is inaccessible due to 'internal' protection level
30 |
31 | public var errorDescription: String? {
32 | LocalizedStringResource("MARKDOWN_LOADING_ERROR", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
33 | }
34 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:36:105: error: 'module' is inaccessible due to 'internal' protection level
34 |
35 | public var recoverySuggestion: String? {
36 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_RECOVERY_SUGGESTION", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:40:100: error: 'module' is inaccessible due to 'internal' protection level
38 |
39 | public var failureReason: String? {
40 | LocalizedStringResource("MARKDOWN_LOADING_ERROR_FAILURE_REASON", bundle: .atURL(from: .module)).localizedString()
| `- error: 'module' is inaccessible due to 'internal' protection level
41 | }
42 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Text/MarkdownView.swift:109:70: error: 'module' is inaccessible due to 'internal' protection level
107 | state = .error(Error.markdownLoadingError)
108 | return AttributedString(
109 | String(localized: "MARKDOWN_LOADING_ERROR", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
110 | )
111 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[261/293] Emitting module SpeziViews
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Utilities/AnyLocalizedError.swift:14:131: error: 'module' is inaccessible due to 'internal' protection level
12 | /// A type erased version of `LocalizedError` with convenience initializers to do a best-effort transform an existing `Error` to an `LocalizedError`.
13 | public struct AnyLocalizedError: LocalizedError {
14 | private static let globalDefaultErrorDescription = LocalizedStringResource("DEFAULT_ERROR_DESCRIPTION", bundle: .atURL(Bundle.module.bundleURL))
| `- error: 'module' is inaccessible due to 'internal' protection level
15 |
16 | /// A localized message describing what error occurred.
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[262/293] Compiling SpeziViews ProcessingOverlay.swift
[263/293] Compiling SpeziViews OperationStateAlert.swift
[264/293] Compiling SpeziViews ViewStateAlert.swift
[265/293] Compiling SpeziViews ViewStateMapper.swift
[266/293] Compiling SpeziViews Binding+Negate.swift
[267/293] Compiling SpeziViews BundleDescription+Bundle.swift
[268/293] Compiling SpeziViews LocalizedStringResource+String.swift
[269/293] Compiling SpeziViews StringProtocol+Localization.swift
[270/293] Compiling SpeziViews OptionSetPicker.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Controls/PickerValue.swift:33:67: error: 'module' is inaccessible due to 'internal' protection level
31 | switch self {
32 | case .none:
33 | LocalizedStringResource("None", bundle: .atURL(from: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
34 | case let .some(value):
35 | value.localizedStringResource
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[271/293] Compiling SpeziViews PickerValue.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Controls/PickerValue.swift:33:67: error: 'module' is inaccessible due to 'internal' protection level
31 | switch self {
32 | case .none:
33 | LocalizedStringResource("None", bundle: .atURL(from: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
34 | case let .some(value):
35 | value.localizedStringResource
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[272/293] Compiling SpeziViews CanvasView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Controls/PickerValue.swift:33:67: error: 'module' is inaccessible due to 'internal' protection level
31 | switch self {
32 | case .none:
33 | LocalizedStringResource("None", bundle: .atURL(from: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
34 | case let .some(value):
35 | value.localizedStringResource
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[273/293] Compiling SpeziViews DescriptionGridRow.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Controls/PickerValue.swift:33:67: error: 'module' is inaccessible due to 'internal' protection level
31 | switch self {
32 | case .none:
33 | LocalizedStringResource("None", bundle: .atURL(from: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
34 | case let .some(value):
35 | value.localizedStringResource
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[274/293] Compiling SpeziViews TextContentType.swift
[275/293] Compiling SpeziViews ConditionalModifier.swift
[276/293] Compiling SpeziViews DeviceOrientationModifier.swift
[277/293] Compiling SpeziViews FocusOnTapModifier.swift
[278/293] Compiling SpeziViews AsyncButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[279/293] Compiling SpeziViews DismissButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[280/293] Compiling SpeziViews InfoButton.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[281/293] Compiling SpeziViews CaseIterablePicker.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[282/293] Compiling SpeziViews DynamicHStack.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[283/293] Compiling SpeziViews HorizontalGeometryReader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[284/293] Compiling SpeziViews LabeledContent+Init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[285/293] Compiling SpeziViews ListHeader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[286/293] Emitting module SpeziSpeechRecognizer
[287/293] Compiling SpeziSpeechRecognizer SpeechRecognizer.swift
[288/293] Compiling SpeziSpeechSynthesizer SpeechSynthesizer.swift
[289/293] Emitting module SpeziSpeechSynthesizer
[290/293] Compiling SpeziViews TextContent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[291/293] Compiling SpeziViews CompletedTileHeader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[292/293] Compiling SpeziViews SimpleTile.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
[293/293] Compiling SpeziViews TileHeader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:91:51: error: 'module' is inaccessible due to 'internal' protection level
89 | List {
90 | ListHeader(systemImage: "person.fill.badge.plus") {
91 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:93:92: error: 'module' is inaccessible due to 'internal' protection level
91 | Text("Create a new Account", bundle: .module)
92 | } instructions: {
93 | Text("Please fill out the details below to create your new account.", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
94 | }
95 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/List/ListHeader.swift:101:51: error: 'module' is inaccessible due to 'internal' protection level
99 | List {
100 | ListHeader(systemImage: "person.fill.badge.plus") {
101 | Text("Create a new Account", bundle: .module)
| `- error: 'module' is inaccessible due to 'internal' protection level
102 | }
103 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.bundle"
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Views/Tiles/CompletedTileHeader.swift:34:40: error: 'module' is inaccessible due to 'internal' protection level
32 | title
33 | } subheadline: {
34 | Text("Completed", bundle: .module, comment: "Completed Tile. Subtitle")
| `- error: 'module' is inaccessible due to 'internal' protection level
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation.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("SpeziFoundation_SpeziFoundation.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziFoundation_SpeziFoundation.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/SpeziChat/Resources/Localizable.xcstrings
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Resources/Localizable.xcstrings.license
warning: 'speziviews': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Resources/Localizable.xcstrings
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SpeziViews/Sources/SpeziViews/Resources/Localizable.xcstrings.license
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
BUILD FAILURE 6.0 macosSpm