The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SpeziNotifications, reference main (e805df), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 13:11:42 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziNotifications.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziNotifications
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e805df8 Fix CI Badge (#6)
Cloned https://github.com/StanfordSpezi/SpeziNotifications.git
Revision (git rev-parse @):
e805df85baa7384f9db73e3a3fa9251a8b69b2b0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziNotifications.git at main
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
[1/8926] Fetching spezi
[91/11411] Fetching spezi, speziviews
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.32s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.32s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.7.0 (0.74s)
Fetching https://github.com/apple/swift-collections.git
[1/15475] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.95s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.8.0 (0.79s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[1/374] Fetching xctruntimeassertions
[129/834] Fetching xctruntimeassertions, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.81s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.81s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.0.0 (0.78s)
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.57s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (2.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.7.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/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.0.0
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/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/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.8.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "spezinotifications",
      "name": "SpeziNotifications",
      "url": "https://github.com/StanfordSpezi/SpeziNotifications.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziNotifications",
      "dependencies": [
        {
          "identity": "spezi",
          "name": "Spezi",
          "url": "https://github.com/StanfordSpezi/Spezi.git",
          "version": "1.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spezi",
          "dependencies": [
            {
              "identity": "spezifoundation",
              "name": "SpeziFoundation",
              "url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
              "version": "2.0.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
              "dependencies": [
                {
                  "identity": "swift-atomics",
                  "name": "swift-atomics",
                  "url": "https://github.com/apple/swift-atomics.git",
                  "version": "1.2.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "xctruntimeassertions",
              "name": "XCTRuntimeAssertions",
              "url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
              "version": "1.1.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.1.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "speziviews",
          "name": "SpeziViews",
          "url": "https://github.com/StanfordSpezi/SpeziViews.git",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziViews",
          "dependencies": [
            {
              "identity": "spezi",
              "name": "Spezi",
              "url": "https://github.com/StanfordSpezi/Spezi.git",
              "version": "1.8.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spezi",
              "dependencies": [
                {
                  "identity": "spezifoundation",
                  "name": "SpeziFoundation",
                  "url": "https://github.com/StanfordSpezi/SpeziFoundation.git",
                  "version": "2.0.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpeziFoundation",
                  "dependencies": [
                    {
                      "identity": "swift-atomics",
                      "name": "swift-atomics",
                      "url": "https://github.com/apple/swift-atomics.git",
                      "version": "1.2.0",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
                      "dependencies": [
                      ]
                    }
                  ]
                },
                {
                  "identity": "xctruntimeassertions",
                  "name": "XCTRuntimeAssertions",
                  "url": "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git",
                  "version": "1.1.3",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XCTRuntimeAssertions",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-collections",
                  "name": "swift-collections",
                  "url": "https://github.com/apple/swift-collections.git",
                  "version": "1.1.4",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.1.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/StanfordSpezi/SpeziNotifications.git
[1/256] Fetching spezinotifications
Fetched https://github.com/StanfordSpezi/SpeziNotifications.git from cache (0.77s)
Fetching https://github.com/StanfordSpezi/SpeziViews.git from cache
Fetching https://github.com/StanfordSpezi/Spezi.git from cache
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.53s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (0.53s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.7.0 (0.02s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.57s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.8.0 (0.03s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git from cache
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.50s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.50s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.0.0 (0.02s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.03s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (0.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.03s)
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.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.8.0
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/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.0.0
Creating working copy for https://github.com/StanfordSpezi/SpeziNotifications.git
Working copy of https://github.com/StanfordSpezi/SpeziNotifications.git resolved at main (e805df8)
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.7.0
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 1.1.3
warning: '.resolve-product-dependencies': dependency 'spezinotifications' is not used by any target
Found 2 product dependencies
  - Spezi
  - SpeziViews
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziNotifications.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/15] Write sources
[6/15] Copying Localizable.xcstrings
[7/15] Copying Localizable.xcstrings.license
[7/15] Copying Info.plist
[13/15] Write swift-version--7754E27361AE5C74.txt
[14/38] Compiling _AtomicsShims.c
[16/61] Compiling Atomics UnsafeAtomic.swift
[17/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[18/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/62] Compiling Atomics AtomicOptionalWrappable.swift
[20/62] Compiling Atomics AtomicReference.swift
[21/62] Compiling Atomics AtomicStorage.swift
[22/62] Compiling Atomics AtomicValue.swift
[25/64] Compiling Atomics AtomicBool.swift
[26/64] Compiling Atomics IntegerConformances.swift
[27/64] Emitting module InternalCollectionsUtilities
[28/64] Compiling Atomics OptionalRawRepresentable.swift
[29/64] Compiling Atomics RawRepresentable.swift
[30/64] Compiling Atomics Primitives.shims.swift
[31/64] Compiling Atomics AtomicInteger.swift
[32/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/64] Compiling Atomics ManagedAtomic.swift
[34/64] Compiling Atomics ManagedAtomicLazyReference.swift
[35/64] Compiling Atomics IntegerOperations.swift
[36/64] Compiling Atomics Unmanaged extensions.swift
[39/64] Compiling Atomics AtomicMemoryOrderings.swift
[40/64] Compiling Atomics DoubleWord.swift
[41/64] Compiling Atomics PointerConformances.swift
[42/64] Compiling Atomics Primitives.native.swift
[45/120] Compiling OrderedCollections OrderedDictionary+Elements.swift
[46/120] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[47/120] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[48/120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[49/120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[50/120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[51/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[56/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[57/126] Compiling OrderedCollections OrderedSet+Codable.swift
[58/126] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/126] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/126] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/126] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/126] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[67/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[68/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[69/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[70/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[71/126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[72/126] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[73/126] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[74/126] Compiling OrderedCollections OrderedSet+Sendable.swift
[75/126] Compiling OrderedCollections OrderedSet+Hashable.swift
[76/126] Compiling OrderedCollections OrderedSet+Initializers.swift
[77/126] Compiling OrderedCollections OrderedSet+Insertions.swift
[78/126] Compiling OrderedCollections OrderedSet+Invariants.swift
[79/126] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[80/126] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[81/126] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[82/126] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[83/126] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[84/126] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[85/126] Compiling OrderedCollections OrderedDictionary+Values.swift
[86/126] Compiling OrderedCollections OrderedDictionary.swift
[87/126] Compiling OrderedCollections _HashTable+Bucket.swift
[88/126] Compiling OrderedCollections _HashTable+BucketIterator.swift
[89/126] Compiling OrderedCollections _HashTable+Constants.swift
[90/126] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[91/126] Compiling OrderedCollections _HashTable+Testing.swift
[92/126] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[93/126] Compiling OrderedCollections _HashTable.swift
[94/126] Compiling OrderedCollections _Hashtable+Header.swift
[95/126] Compiling OrderedCollections OrderedDictionary+Codable.swift
[96/126] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[97/126] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[98/126] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[99/126] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[106/126] Emitting module Atomics
[111/148] Compiling OrderedCollections OrderedSet+SubSequence.swift
[112/148] Compiling OrderedCollections OrderedSet+Testing.swift
[113/148] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[114/148] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[115/148] Compiling OrderedCollections OrderedSet.swift
[116/148] Compiling OrderedCollections _UnsafeBitset.swift
[117/148] Emitting module OrderedCollections
[118/148] Compiling XCTRuntimeAssertions Precondition.swift
[119/148] Emitting module XCTRuntimeAssertions
[120/148] Compiling XCTRuntimeAssertions Assert.swift
[121/148] Compiling XCTRuntimeAssertions XCTFail.swift
[122/148] Compiling XCTRuntimeAssertions NeverReturn.swift
[123/148] Compiling XCTRuntimeAssertions Counter.swift
[124/148] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[125/148] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[126/148] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[127/148] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[128/148] Compiling SpeziFoundation KnowledgeSource.swift
[129/148] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[130/148] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[131/148] Compiling SpeziFoundation RepositoryAnchor.swift
[132/148] Compiling SpeziFoundation SendableSharedRepository.swift
[133/150] Compiling SpeziFoundation RepositoryValue.swift
[134/150] Compiling SpeziFoundation SendableValueRepository.swift
[135/150] Compiling SpeziFoundation RecursiveRWLock.swift
[136/150] Compiling SpeziFoundation AnyArray.swift
[137/150] Compiling SpeziFoundation AnyOptional.swift
[138/150] Compiling SpeziFoundation DataDescriptor.swift
[139/150] Compiling SpeziFoundation TimeoutError.swift
[140/150] Compiling SpeziFoundation TopLevelDecoder.swift
[141/150] Compiling SpeziFoundation ValueRepository.swift
[142/150] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[143/150] Compiling SpeziFoundation TopLevelEncoder.swift
[144/150] Compiling SpeziFoundation RuntimeConfig.swift
[145/150] Compiling SpeziFoundation SharedRepository.swift
[146/150] Compiling SpeziFoundation resource_bundle_accessor.swift
[147/150] Emitting module SpeziFoundation
[148/150] Compiling SpeziFoundation AsyncSemaphore.swift
[149/150] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[150/150] Compiling SpeziFoundation RWLock.swift
[151/207] Compiling Spezi DependencyContext.swift
[152/207] Compiling Spezi DependencyDeclaration.swift
[153/207] Compiling Spezi DependencyPropertyWrapper.swift
[154/207] Compiling Spezi Module+Dependencies.swift
[155/207] Compiling Spezi DependencyReference.swift
[156/207] Compiling Spezi ModuleReference.swift
[157/213] Compiling Spezi DependencyManager.swift
[158/213] Compiling Spezi DependencyManagerError.swift
[159/213] Compiling Spezi Module+DependencyRelation.swift
[160/213] Compiling Spezi DependencyBuilder.swift
[161/213] Compiling Spezi DependencyCollection.swift
[162/213] Compiling Spezi DependencyCollectionBuilder.swift
[163/213] Emitting module Spezi
[164/213] Compiling Spezi Application+TypeAlias.swift
[165/213] Compiling Spezi ApplicationDelegate.swift
[166/213] Compiling Spezi ApplicationDelegateAdaptor.swift
[167/213] Compiling Spezi DynamicReference.swift
[168/213] Compiling Spezi Module+Properties.swift
[169/213] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[170/213] Compiling Spezi LaunchOptionsKey.swift
[171/213] Compiling Spezi SpeziAnchor.swift
[172/213] Compiling Spezi SpeziStorage.swift
[173/213] Compiling Spezi StoredModulesKey.swift
[174/213] Compiling Spezi ModuleDescription.swift
[175/213] Compiling Spezi Spezi+Logger.swift
[176/213] Compiling Spezi ApplicationPropertyWrapper.swift
[177/213] Compiling Spezi CollectPropertyWrapper.swift
[178/213] Compiling Spezi CollectedModuleValues.swift
[179/213] Compiling Spezi ProvidePropertyWrapper.swift
[180/213] Compiling Spezi StorageValueCollector.swift
[181/213] Compiling Spezi StorageValueProvider.swift
[182/213] Compiling Spezi LifecycleHandler.swift
[183/213] Compiling Spezi Module.swift
[184/213] Compiling Spezi ModuleBuilder.swift
[185/213] Compiling Spezi ModuleCollection.swift
[186/213] Compiling Spezi ModuleOwnership.swift
[187/213] Compiling Spezi BackgroundFetchResult.swift
[188/213] Compiling Spezi NotificationHandler.swift
[189/213] Compiling Spezi SpeziSceneDelegate.swift
[190/213] Compiling Spezi View+Spezi.swift
[191/213] Compiling Spezi DefaultStandard.swift
[192/213] Compiling Spezi Module+Standard.swift
[193/213] Compiling Spezi Standard.swift
[194/213] Compiling Spezi StandardPropertyWrapper.swift
[195/213] Compiling Spezi NotificationTokenHandler.swift
[196/213] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[197/213] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[198/213] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[199/213] Compiling Spezi SpeziNotificationCenterDelegate.swift
[200/213] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[201/213] Compiling Spezi EnvironmentAccessible.swift
[202/213] Compiling Spezi ModelModifier.swift
[203/213] Compiling Spezi ModelPropertyWrapper.swift
[204/213] Compiling Spezi ModifierPropertyWrapper.swift
[205/213] Compiling Spezi ViewModifierProvider.swift
[206/213] Compiling Spezi Configuration.swift
[207/213] Compiling Spezi DefaultInitializable.swift
[208/213] Compiling Spezi Spezi+Preview.swift
[209/213] Compiling Spezi Spezi+Spezi.swift
[210/213] Compiling Spezi Spezi.swift
[211/213] Compiling Spezi SpeziAppDelegate.swift
[212/213] Compiling Spezi SpeziModuleError.swift
[213/213] Compiling Spezi SpeziPropertyWrapper.swift
[214/259] Compiling SpeziNotifications NotificationTokenHandler.swift
[215/260] Compiling SpeziNotifications BackgroundFetchResult.swift
[216/260] Compiling SpeziNotifications UNNotificationInterruptionLevel+Description.swift
[217/260] Compiling SpeziNotifications NotificationHandler.swift
[218/260] Compiling SpeziNotifications UNAuthorizationStatus+Description.swift
[219/260] Emitting module SpeziNotifications
[220/260] Compiling SpeziNotifications UnregisterForRemoteNotificationsAction.swift
[221/260] Compiling SpeziNotifications NotificationSettings.swift
[222/260] Compiling SpeziNotifications RequestNotificationAuthorization.swift
[223/260] Compiling SpeziNotifications RegisterForRemoteNotificationsAction.swift
[224/260] Compiling SpeziViews AnyLocalizedError.swift
/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"
[225/260] Compiling SpeziViews Binding+Negate.swift
/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"
[226/260] Compiling SpeziViews BundleDescription+Bundle.swift
/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"
[227/260] Compiling SpeziViews LocalizedStringResource+String.swift
/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"
[228/263] Compiling SpeziViews LazyText.swift
/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"
[229/263] Compiling SpeziViews MarkdownView.swift
/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"
[230/263] Compiling SpeziViews TextContent.swift
/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"
[231/263] Compiling SpeziNotifications Notifications.swift
[232/263] Compiling SpeziViews StringProtocol+Localization.swift
[233/263] Compiling SpeziViews TextContentType.swift
[234/263] Compiling SpeziViews ConditionalModifier.swift
[235/263] Compiling SpeziViews DeviceOrientationModifier.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[236/263] Emitting module SpeziViews
/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"
[237/266] Compiling SpeziViews DefaultErrorDescription.swift
[238/266] Compiling SpeziViews ProcessingDebounceDuration.swift
[239/266] Compiling SpeziViews ImageReference.swift
[240/266] Compiling SpeziViews OperationState.swift
[241/266] 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"
[242/266] Compiling SpeziViews ConfigureTipKit.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"
[243/266] Compiling SpeziViews ManagedViewUpdate.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"
[244/266] Compiling SpeziViews ReverseLabelStyle.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"
[245/266] Compiling SpeziViews FocusOnTapModifier.swift
[246/266] Compiling SpeziViews ProcessingOverlay.swift
[247/266] Compiling SpeziViews OperationStateAlert.swift
[248/266] Compiling SpeziViews ViewStateAlert.swift
[249/266] Compiling SpeziViews CompletedTileHeader.swift
/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"
[250/266] Compiling SpeziViews SimpleTile.swift
/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"
[251/266] Compiling SpeziViews TileHeader.swift
/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"
[252/266] Compiling SpeziViews HorizontalGeometryReader.swift
[253/266] Compiling SpeziViews LabeledContent+Init.swift
[254/266] Compiling SpeziViews ListRow.swift
[255/266] Compiling SpeziViews Label.swift
[256/266] Compiling SpeziViews ViewStateMapper.swift
[257/266] Compiling SpeziViews AsyncButton.swift
[258/266] Compiling SpeziViews DismissButton.swift
[259/266] Compiling SpeziViews CaseIterablePicker.swift
[260/266] Compiling SpeziViews PickerValue.swift
/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"
[261/266] Compiling SpeziViews CanvasView.swift
/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"
[262/266] Compiling SpeziViews DescriptionGridRow.swift
/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"
[263/266] Compiling SpeziViews DynamicHStack.swift
/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"
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/XCTSpeziNotificationsUI/Resources/Localizable.xcstrings.license
    /Users/admin/builder/spi-builder-workspace/Sources/XCTSpeziNotificationsUI/Resources/Localizable.xcstrings
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
BUILD FAILURE 6.0 macosSpm