Build Information
Failed to build SpeziChat, reference main (021ec6
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:30:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziChat.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziChat
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 021ec65 Small Swift 6 improvements (#24)
Cloned https://github.com/StanfordSpezi/SpeziChat.git
Revision (git rev-parse @):
021ec65df13c02176d43737b8587a41cd520a510
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziChat.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziChat.git
https://github.com/StanfordSpezi/SpeziChat.git
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation"
},
{
"identity" : "spezispeech",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziSpeech"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews"
}
],
"manifest_display_name" : "SpeziChat",
"name" : "SpeziChat",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SpeziChat",
"targets" : [
"SpeziChat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziChatTests",
"module_type" : "SwiftTarget",
"name" : "SpeziChatTests",
"path" : "Tests/SpeziChatTests",
"sources" : [
"SpeziChatTests.swift"
],
"target_dependencies" : [
"SpeziChat"
],
"type" : "test"
},
{
"c99name" : "SpeziChat",
"module_type" : "SwiftTarget",
"name" : "SpeziChat",
"path" : "Sources/SpeziChat",
"product_dependencies" : [
"SpeziFoundation",
"SpeziSpeechRecognizer",
"SpeziSpeechSynthesizer",
"SpeziViews"
],
"product_memberships" : [
"SpeziChat"
],
"sources" : [
"ChatView+Export.swift",
"ChatView+ShareSheet.swift",
"ChatView+SpeechButton.swift",
"ChatView+SpeechOutput.swift",
"ChatView.swift",
"Helpers/MessageInputViewHeightKey.swift",
"Helpers/TypingIndicator.swift",
"MessageInputView.swift",
"MessageStyleViewModifier.swift",
"MessageView.swift",
"MessagesView.swift",
"Models/Chat.swift",
"Models/ChatEntity+Alignment.swift",
"Models/ChatEntity+HiddenMessageType.swift",
"Models/ChatEntity.swift",
"ToolInteractionView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/22] Write sources
[3/22] Copying Localizable.xcstrings
[4/22] Copying Localizable.xcstrings.license
[6/22] Copying Info.plist
[7/22] Copying Localizable.xcstrings
[7/22] Copying Localizable.xcstrings.license
[7/22] Copying Info.plist
[10/22] Write sources
[18/22] Compiling _NumericsShims _NumericsShims.c
[19/22] Write swift-version-2F0A5646E1D333AE.txt
[20/22] Compiling _AtomicsShims.c
[22/78] Compiling RealModule Real.swift
[23/79] Compiling RealModule Float80+Real.swift
[24/79] Compiling Atomics ManagedAtomic.swift
[25/79] Compiling Atomics ManagedAtomicLazyReference.swift
[26/79] Compiling Atomics UnsafeAtomic.swift
[27/79] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/79] Compiling Atomics AtomicOptionalWrappable.swift
[30/79] Compiling Atomics AtomicReference.swift
[31/79] Compiling RealModule Float16+Real.swift
[32/80] Compiling RealModule RealFunctions.swift
[33/80] Compiling RealModule ElementaryFunctions.swift
[34/80] Compiling RealModule Double+Real.swift
[35/80] Compiling RealModule AlgebraicField.swift
[36/80] Emitting module RealModule
[37/80] Compiling RealModule AugmentedArithmetic.swift
[38/80] Compiling RealModule ApproximateEquality.swift
[39/80] Compiling RealModule Float+Real.swift
[42/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/108] Compiling Algorithms Permutations.swift
[44/108] Compiling Algorithms Product.swift
[45/108] Compiling Algorithms RandomSample.swift
[46/108] Compiling Algorithms Reductions.swift
[47/108] Compiling Algorithms Intersperse.swift
[48/108] Compiling Algorithms Partition.swift
[49/108] Compiling Algorithms Grouped.swift
[50/108] Compiling Algorithms Indexed.swift
[51/108] Compiling Algorithms Split.swift
[52/108] Compiling Algorithms Stride.swift
[53/108] Compiling Algorithms AdjacentPairs.swift
[54/108] Compiling Algorithms Chain.swift
[55/108] Compiling Algorithms Keyed.swift
[56/108] Compiling Algorithms MinMax.swift
[57/108] Compiling Algorithms Chunked.swift
[58/108] Compiling Algorithms Joined.swift
[59/108] Compiling Algorithms Rotate.swift
[60/108] Compiling Algorithms EitherSequence.swift
[67/108] Emitting module InternalCollectionsUtilities
[72/164] Emitting module Atomics
[73/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[75/164] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[76/166] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[77/166] Compiling OrderedCollections OrderedDictionary+Values.swift
[78/166] Compiling OrderedCollections OrderedDictionary.swift
[79/166] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/166] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[82/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[83/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[84/166] Compiling OrderedCollections _HashTable.swift
[85/166] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[87/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[88/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[89/166] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[90/166] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[91/166] Compiling OrderedCollections OrderedSet+Sendable.swift
[92/172] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[93/172] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/172] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[95/172] Compiling OrderedCollections _Hashtable+Header.swift
[96/172] Compiling OrderedCollections OrderedDictionary+Codable.swift
[97/172] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[101/172] Compiling OrderedCollections OrderedDictionary+Elements.swift
[102/172] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[103/172] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[104/172] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[105/172] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[106/172] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[107/172] Compiling Algorithms Unique.swift
[108/172] Compiling Algorithms Windows.swift
[109/172] Compiling OrderedCollections OrderedSet+Descriptions.swift
[110/172] Compiling OrderedCollections OrderedSet+Diffing.swift
[111/172] Compiling OrderedCollections OrderedSet+Equatable.swift
[112/172] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[113/172] Compiling OrderedCollections OrderedSet+Hashable.swift
[114/172] Compiling OrderedCollections OrderedSet+Initializers.swift
[115/172] Compiling OrderedCollections OrderedSet+Insertions.swift
[116/172] Compiling OrderedCollections OrderedSet+Invariants.swift
[117/172] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[118/172] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[119/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[120/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[121/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[123/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[127/172] Compiling OrderedCollections _HashTable+Bucket.swift
[128/172] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/172] Compiling OrderedCollections _HashTable+Constants.swift
[130/172] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[131/172] Compiling OrderedCollections _HashTable+Testing.swift
[132/172] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[154/172] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[156/172] Compiling OrderedCollections OrderedSet+SubSequence.swift
[157/172] Compiling OrderedCollections OrderedSet+Testing.swift
[158/172] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[159/172] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[160/172] Compiling OrderedCollections OrderedSet.swift
[161/172] Compiling OrderedCollections _UnsafeBitset.swift
[162/172] Emitting module OrderedCollections
[163/172] Emitting module Algorithms
[164/172] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[165/172] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[166/172] Compiling XCTRuntimeAssertions Precondition.swift
[167/172] Compiling XCTRuntimeAssertions Counter.swift
[168/172] Compiling XCTRuntimeAssertions XCTFail.swift
[169/172] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[170/172] Emitting module XCTRuntimeAssertions
[171/172] Compiling XCTRuntimeAssertions NeverReturn.swift
[172/172] Compiling XCTRuntimeAssertions Assert.swift
[173/207] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[174/207] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[175/207] Compiling SpeziFoundation KnowledgeSource.swift
[176/210] Compiling SpeziFoundation AnyArray.swift
[177/210] Compiling SpeziFoundation AnyOptional.swift
[178/210] Compiling SpeziFoundation BinarySearch.swift
[179/210] Compiling SpeziFoundation Calendar.swift
[180/210] Compiling SpeziFoundation SendableSharedRepository.swift
[181/210] Compiling SpeziFoundation SharedRepository.swift
[182/210] Compiling SpeziFoundation resource_bundle_accessor.swift
[183/210] Compiling SpeziFoundation MainActorExecution.swift
[184/210] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[185/210] Compiling SpeziFoundation RWLock.swift
[186/210] Compiling SpeziFoundation RecursiveRWLock.swift
[187/210] Compiling SpeziFoundation RuntimeConfig.swift
[188/210] Compiling SpeziFoundation RepositoryValue.swift
[189/210] Compiling SpeziFoundation SendableValueRepository.swift
[190/210] Compiling SpeziFoundation ValueRepository.swift
[191/210] Compiling SpeziFoundation TimeoutError.swift
[192/210] Compiling SpeziFoundation TopLevelDecoder.swift
[193/210] Compiling SpeziFoundation TopLevelEncoder.swift
[194/210] Compiling SpeziFoundation Version.swift
[195/210] Compiling SpeziFoundation ArrayBuilder.swift
[196/210] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[197/210] Compiling SpeziFoundation SetBuilder.swift
[198/210] Compiling SpeziFoundation AsyncSemaphore.swift
[199/210] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[200/210] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[201/210] Compiling SpeziFoundation RepositoryAnchor.swift
[202/210] Compiling SpeziFoundation OrderedArray.swift
[203/210] Compiling SpeziFoundation RuntimeEnvironment.swift
[204/210] Compiling SpeziFoundation SequenceExtensions.swift
[205/210] Compiling SpeziFoundation StaticString+Hashable.swift
[206/210] Emitting module SpeziFoundation
[207/210] Compiling SpeziFoundation DataDescriptor.swift
[208/210] Compiling SpeziFoundation Duration.swift
[209/210] Compiling SpeziFoundation KeyValuePairs.swift
[210/210] Compiling SpeziFoundation ObjCExceptionHandling.swift
[211/267] Compiling Spezi DependencyManager.swift
[212/267] Compiling Spezi DependencyManagerError.swift
[213/267] Compiling Spezi Module+DependencyRelation.swift
[214/267] Compiling Spezi DependencyBuilder.swift
[215/267] Compiling Spezi DependencyCollection.swift
[216/267] Compiling Spezi DependencyCollectionBuilder.swift
[217/273] Compiling Spezi Application+TypeAlias.swift
[218/273] Compiling Spezi ApplicationDelegate.swift
[219/273] Compiling Spezi ApplicationDelegateAdaptor.swift
[220/273] Compiling Spezi DynamicReference.swift
[221/273] Compiling Spezi Module+Properties.swift
[222/273] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[223/273] Compiling Spezi Module.swift
[224/273] Compiling Spezi ModuleBuilder.swift
[225/273] Compiling Spezi ModuleCollection.swift
[226/273] Compiling Spezi ModuleOwnership.swift
[227/273] Compiling Spezi BackgroundFetchResult.swift
[228/273] Compiling Spezi NotificationHandler.swift
[229/273] Compiling Spezi ApplicationPropertyWrapper.swift
[230/273] Compiling Spezi CollectPropertyWrapper.swift
[231/273] Compiling Spezi CollectedModuleValues.swift
[232/273] Compiling Spezi ProvidePropertyWrapper.swift
[233/273] Compiling Spezi StorageValueCollector.swift
[234/273] Compiling Spezi StorageValueProvider.swift
[235/273] Compiling Spezi LifecycleHandler.swift
[236/273] Compiling Spezi EnvironmentAccessible.swift
[237/273] Compiling Spezi ModelModifier.swift
[238/273] Compiling Spezi ModelPropertyWrapper.swift
[239/273] Compiling Spezi ModifierPropertyWrapper.swift
[240/273] Compiling Spezi ViewModifierProvider.swift
[241/273] Compiling Spezi Configuration.swift
[242/273] Compiling Spezi DefaultInitializable.swift
[243/273] Emitting module Spezi
[244/273] Compiling Spezi LaunchOptionsKey.swift
[245/273] Compiling Spezi SpeziAnchor.swift
[246/273] Compiling Spezi SpeziStorage.swift
[247/273] Compiling Spezi StoredModulesKey.swift
[248/273] Compiling Spezi ModuleDescription.swift
[249/273] Compiling Spezi Spezi+Logger.swift
[250/273] Compiling Spezi SpeziSceneDelegate.swift
[251/273] Compiling Spezi View+Spezi.swift
[252/273] Compiling Spezi DefaultStandard.swift
[253/273] Compiling Spezi Module+Standard.swift
[254/273] Compiling Spezi Standard.swift
[255/273] Compiling Spezi StandardPropertyWrapper.swift
[256/273] Compiling Spezi DependencyContext.swift
[257/273] Compiling Spezi DependencyDeclaration.swift
[258/273] Compiling Spezi DependencyPropertyWrapper.swift
[259/273] Compiling Spezi Module+Dependencies.swift
[260/273] Compiling Spezi DependencyReference.swift
[261/273] Compiling Spezi ModuleReference.swift
[262/273] Compiling Spezi Spezi+Preview.swift
[263/273] Compiling Spezi Spezi+Spezi.swift
[264/273] Compiling Spezi Spezi.swift
[265/273] Compiling Spezi SpeziAppDelegate.swift
[266/273] Compiling Spezi SpeziModuleError.swift
[267/273] Compiling Spezi SpeziPropertyWrapper.swift
[268/273] Compiling Spezi NotificationTokenHandler.swift
[269/273] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[270/273] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[271/273] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[272/273] Compiling Spezi SpeziNotificationCenterDelegate.swift
[273/273] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[274/324] Compiling SpeziViews LocalizedStringResource+String.swift
[275/324] Compiling SpeziViews StringProtocol+Localization.swift
[276/324] Compiling SpeziViews TextContentType.swift
[277/324] Compiling SpeziViews ConditionalModifier.swift
[278/324] Compiling SpeziViews DeviceOrientationModifier.swift
[279/324] Compiling SpeziViews FocusOnTapModifier.swift
[280/324] Compiling SpeziViews ProcessingOverlay.swift
[281/324] Compiling SpeziViews ShimmerModifier.swift
[282/324] Compiling SpeziViews SkeletonLoadingModifier.swift
[283/324] Compiling SpeziViews OperationStateAlert.swift
[284/329] Compiling SpeziViews DefaultErrorDescription.swift
[285/329] Compiling SpeziViews ProcessingDebounceDuration.swift
[286/329] Compiling SpeziViews ImageReference.swift
[287/329] Compiling SpeziViews OperationState.swift
[288/329] Compiling SpeziViews ViewState.swift
[289/329] Compiling SpeziViews ConfigureTipKit.swift
[290/329] Compiling SpeziViews ManagedViewUpdate.swift
[291/329] Compiling SpeziViews ReverseLabelStyle.swift
[292/329] Compiling SpeziViews AnyLocalizedError.swift
[293/329] Compiling SpeziViews Binding+Negate.swift
[294/329] Compiling SpeziViews BundleDescription+Bundle.swift
[295/329] Compiling SpeziViews NavigationStepsBuilder.swift
[296/329] Compiling SpeziViews NavigationStepsCollection.swift
[297/329] Compiling SpeziViews Label.swift
[298/329] Compiling SpeziViews LazyText.swift
[299/329] Compiling SpeziViews MarkdownView.swift
[300/329] Emitting module SpeziViews
[301/329] Compiling SpeziViews DynamicHStack.swift
[302/329] Compiling SpeziViews HorizontalGeometryReader.swift
[303/329] Compiling SpeziViews LabeledContent+Init.swift
[304/329] Compiling SpeziViews ListHeader.swift
[305/329] Compiling SpeziViews ListRow.swift
[306/329] Compiling SpeziViews IllegalNavigationStepView.swift
[307/329] Compiling SpeziViews ManagedNavigationStack+Path.swift
[308/329] Compiling SpeziViews ManagedNavigationStack.swift
[309/329] Compiling SpeziViews NavigationStepIdentifier.swift
[310/329] Compiling SpeziViews NavigationStepIdentifying.swift
[311/329] Compiling SpeziViews ViewStateAlert.swift
[312/329] Compiling SpeziViews ViewStateMapper.swift
[313/329] Compiling SpeziViews AsyncButton.swift
[314/329] Compiling SpeziViews DismissButton.swift
[315/329] Compiling SpeziViews InfoButton.swift
[316/329] Compiling SpeziViews CaseIterablePicker.swift
[317/329] Compiling SpeziViews OptionSetPicker.swift
[318/329] Compiling SpeziViews PickerValue.swift
[319/329] Compiling SpeziViews CanvasView.swift
[320/329] Compiling SpeziViews DescriptionGridRow.swift
[321/329] Compiling SpeziViews TextContent.swift
[322/329] Compiling SpeziViews CompletedTileHeader.swift
[323/329] Compiling SpeziViews SimpleTile.swift
[324/329] Compiling SpeziViews TileHeader.swift
[325/329] Compiling SpeziViews resource_bundle_accessor.swift
[326/329] Emitting module SpeziSpeechSynthesizer
[327/329] Compiling SpeziSpeechSynthesizer SpeechSynthesizer.swift
[328/329] Emitting module SpeziSpeechRecognizer
[329/329] Compiling SpeziSpeechRecognizer SpeechRecognizer.swift
[330/345] Compiling SpeziChat ChatEntity.swift
[331/345] Compiling SpeziChat MessagesView.swift
[332/345] Compiling SpeziChat Chat.swift
[333/345] Compiling SpeziChat ChatView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView.swift:132:89: error: 'module' is inaccessible due to 'internal' protection level
130 | }) {
131 | Image(systemName: "square.and.arrow.up")
132 | .accessibilityLabel(Text("EXPORT_CHAT_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
133 | }
134 | }
/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"
[334/345] Compiling SpeziChat MessageInputViewHeightKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView.swift:132:89: error: 'module' is inaccessible due to 'internal' protection level
130 | }) {
131 | Image(systemName: "square.and.arrow.up")
132 | .accessibilityLabel(Text("EXPORT_CHAT_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
133 | }
134 | }
/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"
[335/346] Emitting module SpeziChat
[336/346] Compiling SpeziChat ChatView+Export.swift
[337/346] Compiling SpeziChat ChatView+ShareSheet.swift
[338/346] Compiling SpeziChat ToolInteractionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ToolInteractionView.swift:54:65: error: 'module' is inaccessible due to 'internal' protection level
52 | Group {
53 | if content.contains(where: \.isNewline) && !isExpanded {
54 | Text(String(localized: "SEE_MORE", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
55 | .italic()
56 | } else {
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[339/346] Compiling SpeziChat ChatEntity+Alignment.swift
[340/346] Compiling SpeziChat ChatEntity+HiddenMessageType.swift
[341/346] Compiling SpeziChat MessageStyleViewModifier.swift
[342/346] Compiling SpeziChat MessageView.swift
[343/346] Compiling SpeziChat ChatView+SpeechButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView+SpeechButton.swift:27:130: error: 'module' is inaccessible due to 'internal' protection level
25 | Image(systemName: "speaker")
26 | .accessibilityIdentifier("Speaker")
27 | .accessibilityLabel(Text("Text to speech is enabled, press to disable text to speech.", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
28 | } else {
29 | Image(systemName: "speaker.slash")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[344/346] Compiling SpeziChat ChatView+SpeechOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView+SpeechButton.swift:27:130: error: 'module' is inaccessible due to 'internal' protection level
25 | Image(systemName: "speaker")
26 | .accessibilityIdentifier("Speaker")
27 | .accessibilityLabel(Text("Text to speech is enabled, press to disable text to speech.", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
28 | } else {
29 | Image(systemName: "speaker.slash")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[345/346] Compiling SpeziChat TypingIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Helpers/TypingIndicator.swift:46:93: error: 'module' is inaccessible due to 'internal' protection level
44 | .frame(width: 10)
45 | }
46 | .accessibilityIdentifier(String(localized: "TYPING_INDICATOR", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
47 | }
48 | .frame(width: 42, height: 12, alignment: .center)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/MessageInputView.swift:63:91: error: 'module' is inaccessible due to 'internal' protection level
61 | HStack(alignment: .bottom) { // swiftlint:disable:this closure_body_length
62 | TextField(messagePlaceholder, text: $message, axis: .vertical)
63 | .accessibilityLabel(String(localized: "MESSAGE_INPUT_TEXTFIELD", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
64 | .frame(maxWidth: .infinity)
65 | .padding(.horizontal, 12)
/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/Sources/SpeziChat/MessageInputView.swift:140:84: error: 'module' is inaccessible due to 'internal' protection level
138 | label: {
139 | Image(systemName: "arrow.up.circle.fill")
140 | .accessibilityLabel(String(localized: "SEND_MESSAGE", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
141 | .font(.title)
142 | .foregroundColor(sendButtonForegroundColor)
/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/Sources/SpeziChat/MessageInputView.swift:155:89: error: 'module' is inaccessible due to 'internal' protection level
153 | label: {
154 | Image(systemName: "mic.fill")
155 | .accessibilityLabel(String(localized: "MICROPHONE_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
156 | .font(.title2)
157 | .foregroundColor(microphoneForegroundColor)
/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"
[346/346] Compiling SpeziChat MessageInputView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Helpers/TypingIndicator.swift:46:93: error: 'module' is inaccessible due to 'internal' protection level
44 | .frame(width: 10)
45 | }
46 | .accessibilityIdentifier(String(localized: "TYPING_INDICATOR", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
47 | }
48 | .frame(width: 42, height: 12, alignment: .center)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/MessageInputView.swift:63:91: error: 'module' is inaccessible due to 'internal' protection level
61 | HStack(alignment: .bottom) { // swiftlint:disable:this closure_body_length
62 | TextField(messagePlaceholder, text: $message, axis: .vertical)
63 | .accessibilityLabel(String(localized: "MESSAGE_INPUT_TEXTFIELD", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
64 | .frame(maxWidth: .infinity)
65 | .padding(.horizontal, 12)
/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/Sources/SpeziChat/MessageInputView.swift:140:84: error: 'module' is inaccessible due to 'internal' protection level
138 | label: {
139 | Image(systemName: "arrow.up.circle.fill")
140 | .accessibilityLabel(String(localized: "SEND_MESSAGE", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
141 | .font(.title)
142 | .foregroundColor(sendButtonForegroundColor)
/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/Sources/SpeziChat/MessageInputView.swift:155:89: error: 'module' is inaccessible due to 'internal' protection level
153 | label: {
154 | Image(systemName: "mic.fill")
155 | .accessibilityLabel(String(localized: "MICROPHONE_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
156 | .font(.title2)
157 | .foregroundColor(microphoneForegroundColor)
/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"
Fetching https://github.com/StanfordSpezi/SpeziFoundation
Fetching https://github.com/StanfordSpezi/SpeziViews
Fetching https://github.com/StanfordSpezi/SpeziSpeech
[1/3236] Fetching speziviews
[131/4006] Fetching speziviews, spezifoundation
[4007/4473] Fetching speziviews, spezifoundation, spezispeech
Fetched https://github.com/StanfordSpezi/SpeziFoundation from cache (5.80s)
Fetched https://github.com/StanfordSpezi/SpeziViews from cache (5.80s)
Fetched https://github.com/StanfordSpezi/SpeziSpeech from cache (5.80s)
Computing version for https://github.com/StanfordSpezi/SpeziSpeech
Computed https://github.com/StanfordSpezi/SpeziSpeech at 1.1.2 (6.83s)
Fetching https://github.com/StanfordSpezi/Spezi
[1/9122] Fetching spezi
Fetched https://github.com/StanfordSpezi/Spezi from cache (1.05s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.8.1 (1.70s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-collections.git from cache
[1/534] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.71s)
Fetched https://github.com/apple/swift-collections.git from cache (0.75s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (1.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation
Computed https://github.com/StanfordSpezi/SpeziFoundation at 2.1.5 (0.60s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.96s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.07s)
Computing version for https://github.com/StanfordSpezi/SpeziViews
Computed https://github.com/StanfordSpezi/SpeziViews at 1.10.1 (0.64s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/StanfordSpezi/SpeziSpeech
Working copy of https://github.com/StanfordSpezi/SpeziSpeech resolved at 1.1.2
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 1.1.3
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation
Working copy of https://github.com/StanfordSpezi/SpeziFoundation resolved at 2.1.5
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/StanfordSpezi/SpeziViews
Working copy of https://github.com/StanfordSpezi/SpeziViews resolved at 1.10.1
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/57] Compiling Atomics ManagedAtomic.swift
[4/57] Compiling Atomics ManagedAtomicLazyReference.swift
[5/58] Compiling Atomics AtomicStorage.swift
[6/58] Compiling Atomics AtomicValue.swift
[7/58] Compiling Atomics AtomicMemoryOrderings.swift
[8/58] Compiling Atomics DoubleWord.swift
[9/58] Compiling RealModule AlgebraicField.swift
[10/58] Compiling RealModule ApproximateEquality.swift
[11/59] Compiling Atomics OptionalRawRepresentable.swift
[12/59] Compiling Atomics RawRepresentable.swift
[13/59] Compiling RealModule Real.swift
[14/59] Compiling RealModule Float80+Real.swift
[15/59] Compiling Atomics UnsafeAtomic.swift
[16/59] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/61] Compiling RealModule Float16+Real.swift
[24/61] Compiling RealModule RealFunctions.swift
[25/61] Compiling RealModule ElementaryFunctions.swift
[26/61] Compiling RealModule Float+Real.swift
[27/61] Compiling RealModule AugmentedArithmetic.swift
[28/61] Compiling RealModule Double+Real.swift
[29/61] Compiling Atomics AtomicBool.swift
[30/61] Compiling Atomics IntegerConformances.swift
[31/61] Compiling Atomics PointerConformances.swift
[32/61] Compiling Atomics Primitives.native.swift
[33/61] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/61] Emitting module RealModule
[35/61] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[36/61] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[37/61] Compiling XCTRuntimeAssertions XCTFail.swift
[38/61] Compiling XCTRuntimeAssertions Precondition.swift
[39/61] Compiling XCTRuntimeAssertions NeverReturn.swift
[40/61] Compiling XCTRuntimeAssertions Assert.swift
[41/61] Compiling XCTRuntimeAssertions Counter.swift
[42/61] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[43/61] Emitting module XCTRuntimeAssertions
[44/61] Compiling Atomics IntegerOperations.swift
[45/61] Compiling Atomics Unmanaged extensions.swift
[46/61] Compiling Atomics AtomicOptionalWrappable.swift
[47/61] Compiling Atomics AtomicReference.swift
[48/61] Compiling Atomics Primitives.shims.swift
[49/61] Compiling Atomics AtomicInteger.swift
[50/61] Emitting module InternalCollectionsUtilities
[57/87] Compiling Algorithms Chunked.swift
[58/87] Compiling Algorithms RandomSample.swift
[59/87] Compiling Algorithms Reductions.swift
[60/87] Compiling Algorithms Rotate.swift
[61/143] Compiling OrderedCollections OrderedDictionary.swift
[62/143] Compiling OrderedCollections OrderedDictionary+Elements.swift
[63/143] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[64/143] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[65/143] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/145] Compiling OrderedCollections OrderedSet+Hashable.swift
[69/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[72/145] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[73/145] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[74/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[75/145] Compiling OrderedCollections OrderedSet+Codable.swift
[76/145] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[77/145] Compiling OrderedCollections OrderedSet+Descriptions.swift
[78/145] Compiling OrderedCollections OrderedSet+Diffing.swift
[79/145] Compiling OrderedCollections OrderedSet+Equatable.swift
[80/145] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[81/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[82/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[83/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[84/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[85/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/145] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/145] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/145] Compiling OrderedCollections OrderedSet+Sendable.swift
[93/151] Emitting module Atomics
[94/151] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[95/151] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[96/151] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[97/151] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/151] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[99/151] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[100/151] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[101/151] Compiling OrderedCollections OrderedDictionary+Values.swift
[102/151] Compiling OrderedCollections _Hashtable+Header.swift
[103/151] Compiling OrderedCollections OrderedDictionary+Codable.swift
[104/151] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[117/151] Compiling Algorithms Unique.swift
[118/151] Compiling Algorithms Windows.swift
[119/151] Compiling OrderedCollections _HashTable+Bucket.swift
[120/151] Compiling OrderedCollections _HashTable+BucketIterator.swift
[121/151] Compiling OrderedCollections _HashTable+Constants.swift
[122/151] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[123/151] Compiling OrderedCollections _HashTable+Testing.swift
[124/151] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/151] Compiling OrderedCollections _HashTable.swift
[129/151] Compiling OrderedCollections OrderedSet+Invariants.swift
[130/151] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[131/151] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[138/151] Compiling OrderedCollections OrderedSet+SubSequence.swift
[139/151] Compiling OrderedCollections OrderedSet+Testing.swift
[140/151] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[141/151] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[142/151] Compiling OrderedCollections OrderedSet.swift
[143/151] Compiling OrderedCollections _UnsafeBitset.swift
[150/151] Emitting module OrderedCollections
[151/151] Emitting module Algorithms
[152/186] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[153/186] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[154/186] Compiling SpeziFoundation RepositoryAnchor.swift
[155/189] Compiling SpeziFoundation ArrayBuilder.swift
[156/189] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[157/189] Compiling SpeziFoundation SetBuilder.swift
[158/189] Compiling SpeziFoundation AsyncSemaphore.swift
[159/189] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[160/189] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[161/189] Compiling SpeziFoundation KnowledgeSource.swift
[162/189] Compiling SpeziFoundation RuntimeConfig.swift
[163/189] Compiling SpeziFoundation RepositoryValue.swift
[164/189] Compiling SpeziFoundation SendableValueRepository.swift
[165/189] Compiling SpeziFoundation ValueRepository.swift
[166/189] Compiling SpeziFoundation OrderedArray.swift
[167/189] Compiling SpeziFoundation RuntimeEnvironment.swift
[168/189] Compiling SpeziFoundation SequenceExtensions.swift
[169/189] Compiling SpeziFoundation StaticString+Hashable.swift
[170/189] Compiling SpeziFoundation MainActorExecution.swift
[171/189] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[172/189] Compiling SpeziFoundation RWLock.swift
[173/189] Compiling SpeziFoundation RecursiveRWLock.swift
[174/189] Compiling SpeziFoundation AnyArray.swift
[175/189] Compiling SpeziFoundation AnyOptional.swift
[176/189] Compiling SpeziFoundation BinarySearch.swift
[177/189] Compiling SpeziFoundation Calendar.swift
[178/189] Compiling SpeziFoundation TimeoutError.swift
[179/189] Compiling SpeziFoundation TopLevelDecoder.swift
[180/189] Compiling SpeziFoundation TopLevelEncoder.swift
[181/189] Compiling SpeziFoundation Version.swift
[182/189] Compiling SpeziFoundation SendableSharedRepository.swift
[183/189] Compiling SpeziFoundation SharedRepository.swift
[184/189] Compiling SpeziFoundation resource_bundle_accessor.swift
[185/189] Emitting module SpeziFoundation
[186/189] Compiling SpeziFoundation DataDescriptor.swift
[187/189] Compiling SpeziFoundation Duration.swift
[188/189] Compiling SpeziFoundation KeyValuePairs.swift
[189/189] Compiling SpeziFoundation ObjCExceptionHandling.swift
[190/246] Compiling Spezi Module.swift
[191/246] Compiling Spezi ModuleBuilder.swift
[192/246] Compiling Spezi ModuleCollection.swift
[193/246] Compiling Spezi ModuleOwnership.swift
[194/246] Compiling Spezi BackgroundFetchResult.swift
[195/246] Compiling Spezi NotificationHandler.swift
[196/252] Compiling Spezi LaunchOptionsKey.swift
[197/252] Compiling Spezi SpeziAnchor.swift
[198/252] Compiling Spezi SpeziStorage.swift
[199/252] Compiling Spezi StoredModulesKey.swift
[200/252] Compiling Spezi ModuleDescription.swift
[201/252] Compiling Spezi Spezi+Logger.swift
[202/252] Compiling Spezi DependencyContext.swift
[203/252] Compiling Spezi DependencyDeclaration.swift
[204/252] Compiling Spezi DependencyPropertyWrapper.swift
[205/252] Compiling Spezi Module+Dependencies.swift
[206/252] Compiling Spezi DependencyReference.swift
[207/252] Compiling Spezi ModuleReference.swift
[208/252] Compiling Spezi EnvironmentAccessible.swift
[209/252] Compiling Spezi ModelModifier.swift
[210/252] Compiling Spezi ModelPropertyWrapper.swift
[211/252] Compiling Spezi ModifierPropertyWrapper.swift
[212/252] Compiling Spezi ViewModifierProvider.swift
[213/252] Compiling Spezi Configuration.swift
[214/252] Compiling Spezi DefaultInitializable.swift
[215/252] Compiling Spezi DependencyManager.swift
[216/252] Compiling Spezi DependencyManagerError.swift
[217/252] Compiling Spezi Module+DependencyRelation.swift
[218/252] Compiling Spezi DependencyBuilder.swift
[219/252] Compiling Spezi DependencyCollection.swift
[220/252] Compiling Spezi DependencyCollectionBuilder.swift
[221/252] Compiling Spezi Application+TypeAlias.swift
[222/252] Compiling Spezi ApplicationDelegate.swift
[223/252] Compiling Spezi ApplicationDelegateAdaptor.swift
[224/252] Compiling Spezi DynamicReference.swift
[225/252] Compiling Spezi Module+Properties.swift
[226/252] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[227/252] Compiling Spezi SpeziSceneDelegate.swift
[228/252] Compiling Spezi View+Spezi.swift
[229/252] Compiling Spezi DefaultStandard.swift
[230/252] Compiling Spezi Module+Standard.swift
[231/252] Compiling Spezi Standard.swift
[232/252] Compiling Spezi StandardPropertyWrapper.swift
[233/252] Emitting module Spezi
[234/252] Compiling Spezi ApplicationPropertyWrapper.swift
[235/252] Compiling Spezi CollectPropertyWrapper.swift
[236/252] Compiling Spezi CollectedModuleValues.swift
[237/252] Compiling Spezi ProvidePropertyWrapper.swift
[238/252] Compiling Spezi StorageValueCollector.swift
[239/252] Compiling Spezi StorageValueProvider.swift
[240/252] Compiling Spezi LifecycleHandler.swift
[241/252] Compiling Spezi NotificationTokenHandler.swift
[242/252] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[243/252] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[244/252] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[245/252] Compiling Spezi SpeziNotificationCenterDelegate.swift
[246/252] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[247/252] Compiling Spezi Spezi+Preview.swift
[248/252] Compiling Spezi Spezi+Spezi.swift
[249/252] Compiling Spezi Spezi.swift
[250/252] Compiling Spezi SpeziAppDelegate.swift
[251/252] Compiling Spezi SpeziModuleError.swift
[252/252] Compiling Spezi SpeziPropertyWrapper.swift
[253/303] Compiling SpeziSpeechSynthesizer SpeechSynthesizer.swift
[254/303] Emitting module SpeziSpeechSynthesizer
[255/303] Emitting module SpeziSpeechRecognizer
[256/303] Compiling SpeziSpeechRecognizer SpeechRecognizer.swift
[257/303] Compiling SpeziViews NavigationStepsBuilder.swift
[258/303] Compiling SpeziViews NavigationStepsCollection.swift
[259/303] Compiling SpeziViews Label.swift
[260/303] Compiling SpeziViews LazyText.swift
[261/303] Compiling SpeziViews MarkdownView.swift
[262/303] Compiling SpeziViews DefaultErrorDescription.swift
[263/303] Compiling SpeziViews ProcessingDebounceDuration.swift
[264/303] Compiling SpeziViews ImageReference.swift
[265/303] Compiling SpeziViews OperationState.swift
[266/303] Compiling SpeziViews ViewState.swift
[267/303] Compiling SpeziViews ConfigureTipKit.swift
[268/308] Compiling SpeziViews ManagedViewUpdate.swift
[269/308] Compiling SpeziViews ReverseLabelStyle.swift
[270/308] Compiling SpeziViews AnyLocalizedError.swift
[271/308] Compiling SpeziViews Binding+Negate.swift
[272/308] Compiling SpeziViews BundleDescription+Bundle.swift
[273/308] Emitting module SpeziViews
[274/308] Compiling SpeziViews LocalizedStringResource+String.swift
[275/308] Compiling SpeziViews StringProtocol+Localization.swift
[276/308] Compiling SpeziViews TextContentType.swift
[277/308] Compiling SpeziViews ConditionalModifier.swift
[278/308] Compiling SpeziViews DeviceOrientationModifier.swift
[279/308] Compiling SpeziViews CaseIterablePicker.swift
[280/308] Compiling SpeziViews OptionSetPicker.swift
[281/308] Compiling SpeziViews PickerValue.swift
[282/308] Compiling SpeziViews CanvasView.swift
[283/308] Compiling SpeziViews DescriptionGridRow.swift
[284/308] Compiling SpeziViews FocusOnTapModifier.swift
[285/308] Compiling SpeziViews ProcessingOverlay.swift
[286/308] Compiling SpeziViews ShimmerModifier.swift
[287/308] Compiling SpeziViews SkeletonLoadingModifier.swift
[288/308] Compiling SpeziViews OperationStateAlert.swift
[289/308] Compiling SpeziViews DynamicHStack.swift
[290/308] Compiling SpeziViews HorizontalGeometryReader.swift
[291/308] Compiling SpeziViews LabeledContent+Init.swift
[292/308] Compiling SpeziViews ListHeader.swift
[293/308] Compiling SpeziViews ListRow.swift
[294/308] Compiling SpeziViews ViewStateAlert.swift
[295/308] Compiling SpeziViews ViewStateMapper.swift
[296/308] Compiling SpeziViews AsyncButton.swift
[297/308] Compiling SpeziViews DismissButton.swift
[298/308] Compiling SpeziViews InfoButton.swift
[299/308] Compiling SpeziViews IllegalNavigationStepView.swift
[300/308] Compiling SpeziViews ManagedNavigationStack+Path.swift
[301/308] Compiling SpeziViews ManagedNavigationStack.swift
[302/308] Compiling SpeziViews NavigationStepIdentifier.swift
[303/308] Compiling SpeziViews NavigationStepIdentifying.swift
[304/308] Compiling SpeziViews TextContent.swift
[305/308] Compiling SpeziViews CompletedTileHeader.swift
[306/308] Compiling SpeziViews SimpleTile.swift
[307/308] Compiling SpeziViews TileHeader.swift
[308/308] Compiling SpeziViews resource_bundle_accessor.swift
[309/324] Compiling SpeziChat ChatEntity.swift
[310/325] Compiling SpeziChat ChatEntity+HiddenMessageType.swift
[311/325] Compiling SpeziChat ChatEntity+Alignment.swift
[312/325] Compiling SpeziChat MessagesView.swift
[313/325] Compiling SpeziChat Chat.swift
[314/325] Compiling SpeziChat ToolInteractionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ToolInteractionView.swift:54:65: error: 'module' is inaccessible due to 'internal' protection level
52 | Group {
53 | if content.contains(where: \.isNewline) && !isExpanded {
54 | Text(String(localized: "SEE_MORE", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
55 | .italic()
56 | } else {
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[315/325] Compiling SpeziChat ChatView+Export.swift
[316/325] Compiling SpeziChat ChatView+ShareSheet.swift
[317/325] Compiling SpeziChat MessageStyleViewModifier.swift
[318/325] Compiling SpeziChat MessageView.swift
[319/325] Emitting module SpeziChat
[320/325] Compiling SpeziChat ChatView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView.swift:132:89: error: 'module' is inaccessible due to 'internal' protection level
130 | }) {
131 | Image(systemName: "square.and.arrow.up")
132 | .accessibilityLabel(Text("EXPORT_CHAT_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
133 | }
134 | }
/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"
[321/325] Compiling SpeziChat MessageInputViewHeightKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView.swift:132:89: error: 'module' is inaccessible due to 'internal' protection level
130 | }) {
131 | Image(systemName: "square.and.arrow.up")
132 | .accessibilityLabel(Text("EXPORT_CHAT_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
133 | }
134 | }
/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"
[322/325] Compiling SpeziChat ChatView+SpeechButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView+SpeechButton.swift:27:130: error: 'module' is inaccessible due to 'internal' protection level
25 | Image(systemName: "speaker")
26 | .accessibilityIdentifier("Speaker")
27 | .accessibilityLabel(Text("Text to speech is enabled, press to disable text to speech.", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
28 | } else {
29 | Image(systemName: "speaker.slash")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[323/325] Compiling SpeziChat ChatView+SpeechOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/ChatView+SpeechButton.swift:27:130: error: 'module' is inaccessible due to 'internal' protection level
25 | Image(systemName: "speaker")
26 | .accessibilityIdentifier("Speaker")
27 | .accessibilityLabel(Text("Text to speech is enabled, press to disable text to speech.", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
28 | } else {
29 | Image(systemName: "speaker.slash")
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
[324/325] Compiling SpeziChat TypingIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Helpers/TypingIndicator.swift:46:93: error: 'module' is inaccessible due to 'internal' protection level
44 | .frame(width: 10)
45 | }
46 | .accessibilityIdentifier(String(localized: "TYPING_INDICATOR", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
47 | }
48 | .frame(width: 42, height: 12, alignment: .center)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/MessageInputView.swift:63:91: error: 'module' is inaccessible due to 'internal' protection level
61 | HStack(alignment: .bottom) { // swiftlint:disable:this closure_body_length
62 | TextField(messagePlaceholder, text: $message, axis: .vertical)
63 | .accessibilityLabel(String(localized: "MESSAGE_INPUT_TEXTFIELD", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
64 | .frame(maxWidth: .infinity)
65 | .padding(.horizontal, 12)
/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/Sources/SpeziChat/MessageInputView.swift:140:84: error: 'module' is inaccessible due to 'internal' protection level
138 | label: {
139 | Image(systemName: "arrow.up.circle.fill")
140 | .accessibilityLabel(String(localized: "SEND_MESSAGE", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
141 | .font(.title)
142 | .foregroundColor(sendButtonForegroundColor)
/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/Sources/SpeziChat/MessageInputView.swift:155:89: error: 'module' is inaccessible due to 'internal' protection level
153 | label: {
154 | Image(systemName: "mic.fill")
155 | .accessibilityLabel(String(localized: "MICROPHONE_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
156 | .font(.title2)
157 | .foregroundColor(microphoneForegroundColor)
/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"
[325/325] Compiling SpeziChat MessageInputView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Helpers/TypingIndicator.swift:46:93: error: 'module' is inaccessible due to 'internal' protection level
44 | .frame(width: 10)
45 | }
46 | .accessibilityIdentifier(String(localized: "TYPING_INDICATOR", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
47 | }
48 | .frame(width: 42, height: 12, alignment: .center)
/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews.build/DerivedSources/resource_bundle_accessor.swift:4:16: note: 'module' declared here
2 |
3 | extension Foundation.Bundle {
4 | static let module: Bundle = {
| `- note: 'module' declared here
5 | let mainPath = Bundle.main.bundleURL.appendingPathComponent("SpeziViews_SpeziViews.bundle").path
6 | let buildPath = "/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/SpeziViews_SpeziViews.bundle"
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/MessageInputView.swift:63:91: error: 'module' is inaccessible due to 'internal' protection level
61 | HStack(alignment: .bottom) { // swiftlint:disable:this closure_body_length
62 | TextField(messagePlaceholder, text: $message, axis: .vertical)
63 | .accessibilityLabel(String(localized: "MESSAGE_INPUT_TEXTFIELD", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
64 | .frame(maxWidth: .infinity)
65 | .padding(.horizontal, 12)
/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/Sources/SpeziChat/MessageInputView.swift:140:84: error: 'module' is inaccessible due to 'internal' protection level
138 | label: {
139 | Image(systemName: "arrow.up.circle.fill")
140 | .accessibilityLabel(String(localized: "SEND_MESSAGE", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
141 | .font(.title)
142 | .foregroundColor(sendButtonForegroundColor)
/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/Sources/SpeziChat/MessageInputView.swift:155:89: error: 'module' is inaccessible due to 'internal' protection level
153 | label: {
154 | Image(systemName: "mic.fill")
155 | .accessibilityLabel(String(localized: "MICROPHONE_BUTTON", bundle: .module))
| `- error: 'module' is inaccessible due to 'internal' protection level
156 | .font(.title2)
157 | .foregroundColor(microphoneForegroundColor)
/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.license
/Users/admin/builder/spi-builder-workspace/Sources/SpeziChat/Resources/Localizable.xcstrings
BUILD FAILURE 6.1 macosSpm