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

Successful build of SpeziSpeech, reference 1.1.2 (6c51d4), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:28:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziSpeech.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziSpeech
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 6c51d41 Small Swift 6 improvements (#11)
Cloned https://github.com/StanfordSpezi/SpeziSpeech.git
Revision (git rev-parse @):
6c51d4165d2cabb6102aa61233c480fb75c167f6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziSpeech.git at 1.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziSpeech.git
https://github.com/StanfordSpezi/SpeziSpeech.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    }
  ],
  "manifest_display_name" : "SpeziSpeech",
  "name" : "SpeziSpeech",
  "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" : "SpeziSpeechRecognizer",
      "targets" : [
        "SpeziSpeechRecognizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziSpeechSynthesizer",
      "targets" : [
        "SpeziSpeechSynthesizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziSpeechTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSpeechTests",
      "path" : "Tests/SpeziSpeechTests",
      "sources" : [
        "SpeziSpeechTests.swift"
      ],
      "target_dependencies" : [
        "SpeziSpeechRecognizer",
        "SpeziSpeechSynthesizer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziSpeechSynthesizer",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSpeechSynthesizer",
      "path" : "Sources/SpeziSpeechSynthesizer",
      "product_dependencies" : [
        "Spezi"
      ],
      "product_memberships" : [
        "SpeziSpeechSynthesizer"
      ],
      "sources" : [
        "SpeechSynthesizer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziSpeechRecognizer",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSpeechRecognizer",
      "path" : "Sources/SpeziSpeechRecognizer",
      "product_dependencies" : [
        "Spezi"
      ],
      "product_memberships" : [
        "SpeziSpeechRecognizer"
      ],
      "sources" : [
        "SpeechRecognizer.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/17] Write sources
[2/17] Copying Localizable.xcstrings.license
[3/17] Copying Info.plist
[3/17] Write sources
[3/17] Copying Localizable.xcstrings
[3/17] Write sources
[13/17] Compiling _NumericsShims _NumericsShims.c
[14/17] Write swift-version-2F0A5646E1D333AE.txt
[15/17] Compiling _AtomicsShims.c
[17/73] Compiling RealModule Float80+Real.swift
[18/74] Compiling RealModule Real.swift
[19/74] Emitting module InternalCollectionsUtilities
[20/75] Compiling RealModule Float16+Real.swift
[21/75] Compiling Atomics Primitives.shims.swift
[22/75] Compiling Atomics AtomicInteger.swift
[23/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/75] Compiling Atomics AtomicOptionalWrappable.swift
[25/75] Compiling Atomics AtomicReference.swift
[26/75] Compiling Atomics UnsafeAtomic.swift
[27/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/75] Compiling RealModule ElementaryFunctions.swift
[29/75] Compiling RealModule Float+Real.swift
[30/75] Compiling RealModule AlgebraicField.swift
[31/75] Compiling RealModule AugmentedArithmetic.swift
[32/75] Compiling RealModule ApproximateEquality.swift
[33/75] Compiling RealModule Double+Real.swift
[34/75] Emitting module RealModule
[35/75] Compiling RealModule RealFunctions.swift
[36/75] Compiling Atomics AtomicBool.swift
[37/75] Compiling Atomics IntegerConformances.swift
[38/75] Compiling Atomics ManagedAtomic.swift
[39/75] Compiling Atomics ManagedAtomicLazyReference.swift
[40/75] Compiling Atomics OptionalRawRepresentable.swift
[41/75] Compiling Atomics RawRepresentable.swift
[46/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/77] Compiling Atomics AtomicStorage.swift
[50/77] Compiling Atomics AtomicValue.swift
[51/77] Compiling Atomics AtomicMemoryOrderings.swift
[52/77] Compiling Atomics DoubleWord.swift
[53/103] Compiling Algorithms FlattenCollection.swift
[54/103] Compiling Algorithms Grouped.swift
[55/103] Compiling Algorithms EitherSequence.swift
[56/103] Compiling Algorithms FirstNonNil.swift
[57/103] Compiling Algorithms Split.swift
[58/103] Compiling Algorithms Stride.swift
[59/103] Compiling Algorithms Cycle.swift
[60/103] Compiling Algorithms Joined.swift
[61/103] Compiling Algorithms Combinations.swift
[62/103] Compiling Algorithms Compacted.swift
[63/103] Compiling Algorithms Chunked.swift
[64/103] Compiling Algorithms Partition.swift
[65/103] Compiling Algorithms Indexed.swift
[66/103] Compiling Algorithms Intersperse.swift
[67/159] Emitting module Atomics
[68/159] Compiling OrderedCollections OrderedSet+Diffing.swift
[69/159] Compiling OrderedCollections OrderedSet+Equatable.swift
[70/159] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[71/159] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[72/159] Compiling OrderedCollections OrderedSet+Descriptions.swift
[73/161] Compiling OrderedCollections OrderedSet+Sendable.swift
[74/161] Compiling OrderedCollections OrderedSet+Codable.swift
[75/161] Compiling OrderedCollections _HashTable.swift
[76/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[77/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[78/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[79/161] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[80/161] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[81/161] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[82/161] Compiling OrderedCollections _HashTable+Testing.swift
[83/161] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[84/161] Compiling OrderedCollections _HashTable+Bucket.swift
[85/161] Compiling OrderedCollections _HashTable+BucketIterator.swift
[86/161] Compiling OrderedCollections _HashTable+Constants.swift
[87/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[88/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[89/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[90/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[91/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[92/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[93/161] Compiling OrderedCollections _Hashtable+Header.swift
[94/161] Compiling OrderedCollections OrderedDictionary+Codable.swift
[95/161] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[96/161] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[97/161] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/161] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[99/167] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[100/167] Compiling OrderedCollections OrderedDictionary+Values.swift
[101/167] Compiling OrderedCollections OrderedDictionary.swift
[102/167] Compiling Algorithms Unique.swift
[103/167] Compiling Algorithms Windows.swift
[110/167] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[111/167] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[112/167] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[112/167] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[127/167] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/167] Compiling OrderedCollections OrderedSet+Testing.swift
[129/167] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/167] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/167] Compiling OrderedCollections OrderedSet.swift
[132/167] Compiling OrderedCollections _UnsafeBitset.swift
[135/167] Compiling OrderedCollections OrderedSet+Insertions.swift
[136/167] Compiling OrderedCollections OrderedSet+Invariants.swift
[137/167] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[138/167] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[139/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[140/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[141/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[142/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[143/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/167] Compiling OrderedCollections OrderedDictionary+Elements.swift
[146/167] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[147/167] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[148/167] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[149/167] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[150/167] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[157/167] Emitting module OrderedCollections
[158/167] Emitting module Algorithms
[159/167] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[160/167] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[161/167] Compiling XCTRuntimeAssertions Precondition.swift
[162/167] Compiling XCTRuntimeAssertions XCTFail.swift
[163/167] Compiling XCTRuntimeAssertions NeverReturn.swift
[164/167] Compiling XCTRuntimeAssertions Counter.swift
[165/167] Emitting module XCTRuntimeAssertions
[166/167] Compiling XCTRuntimeAssertions Assert.swift
[167/167] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[168/202] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[169/202] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[170/202] Compiling SpeziFoundation KnowledgeSource.swift
[171/205] Compiling SpeziFoundation RuntimeConfig.swift
[172/205] Compiling SpeziFoundation RepositoryValue.swift
[173/205] Compiling SpeziFoundation SendableValueRepository.swift
[174/205] Compiling SpeziFoundation ValueRepository.swift
[175/205] Compiling SpeziFoundation SendableSharedRepository.swift
[176/205] Compiling SpeziFoundation SharedRepository.swift
[177/205] Compiling SpeziFoundation resource_bundle_accessor.swift
[178/205] Compiling SpeziFoundation AnyArray.swift
[179/205] Compiling SpeziFoundation AnyOptional.swift
[180/205] Compiling SpeziFoundation BinarySearch.swift
[181/205] Compiling SpeziFoundation Calendar.swift
[182/205] Compiling SpeziFoundation ArrayBuilder.swift
[183/205] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[184/205] Compiling SpeziFoundation SetBuilder.swift
[185/205] Compiling SpeziFoundation AsyncSemaphore.swift
[186/205] Compiling SpeziFoundation MainActorExecution.swift
[187/205] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[188/205] Compiling SpeziFoundation RWLock.swift
[189/205] Compiling SpeziFoundation RecursiveRWLock.swift
[190/205] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[191/205] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[192/205] Compiling SpeziFoundation RepositoryAnchor.swift
[193/205] Compiling SpeziFoundation TimeoutError.swift
[194/205] Compiling SpeziFoundation TopLevelDecoder.swift
[195/205] Compiling SpeziFoundation TopLevelEncoder.swift
[196/205] Compiling SpeziFoundation Version.swift
[197/205] Compiling SpeziFoundation OrderedArray.swift
[198/205] Compiling SpeziFoundation RuntimeEnvironment.swift
[199/205] Compiling SpeziFoundation SequenceExtensions.swift
[200/205] Compiling SpeziFoundation StaticString+Hashable.swift
[201/205] Emitting module SpeziFoundation
[202/205] Compiling SpeziFoundation DataDescriptor.swift
[203/205] Compiling SpeziFoundation Duration.swift
[204/205] Compiling SpeziFoundation KeyValuePairs.swift
[205/205] Compiling SpeziFoundation ObjCExceptionHandling.swift
[206/262] Compiling Spezi DependencyManager.swift
[207/262] Compiling Spezi DependencyManagerError.swift
[208/262] Compiling Spezi Module+DependencyRelation.swift
[209/262] Compiling Spezi DependencyBuilder.swift
[210/262] Compiling Spezi DependencyCollection.swift
[211/262] Compiling Spezi DependencyCollectionBuilder.swift
[212/268] Emitting module Spezi
[213/268] Compiling Spezi Application+TypeAlias.swift
[214/268] Compiling Spezi ApplicationDelegate.swift
[215/268] Compiling Spezi ApplicationDelegateAdaptor.swift
[216/268] Compiling Spezi DynamicReference.swift
[217/268] Compiling Spezi Module+Properties.swift
[218/268] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[219/268] Compiling Spezi Module.swift
[220/268] Compiling Spezi ModuleBuilder.swift
[221/268] Compiling Spezi ModuleCollection.swift
[222/268] Compiling Spezi ModuleOwnership.swift
[223/268] Compiling Spezi BackgroundFetchResult.swift
[224/268] Compiling Spezi NotificationHandler.swift
[225/268] Compiling Spezi ApplicationPropertyWrapper.swift
[226/268] Compiling Spezi CollectPropertyWrapper.swift
[227/268] Compiling Spezi CollectedModuleValues.swift
[228/268] Compiling Spezi ProvidePropertyWrapper.swift
[229/268] Compiling Spezi StorageValueCollector.swift
[230/268] Compiling Spezi StorageValueProvider.swift
[231/268] Compiling Spezi LifecycleHandler.swift
[232/268] Compiling Spezi EnvironmentAccessible.swift
[233/268] Compiling Spezi ModelModifier.swift
[234/268] Compiling Spezi ModelPropertyWrapper.swift
[235/268] Compiling Spezi ModifierPropertyWrapper.swift
[236/268] Compiling Spezi ViewModifierProvider.swift
[237/268] Compiling Spezi Configuration.swift
[238/268] Compiling Spezi DefaultInitializable.swift
[239/268] Compiling Spezi DependencyContext.swift
[240/268] Compiling Spezi DependencyDeclaration.swift
[241/268] Compiling Spezi DependencyPropertyWrapper.swift
[242/268] Compiling Spezi Module+Dependencies.swift
[243/268] Compiling Spezi DependencyReference.swift
[244/268] Compiling Spezi ModuleReference.swift
[245/268] Compiling Spezi SpeziSceneDelegate.swift
[246/268] Compiling Spezi View+Spezi.swift
[247/268] Compiling Spezi DefaultStandard.swift
[248/268] Compiling Spezi Module+Standard.swift
[249/268] Compiling Spezi Standard.swift
[250/268] Compiling Spezi StandardPropertyWrapper.swift
[251/268] Compiling Spezi Spezi+Preview.swift
[252/268] Compiling Spezi Spezi+Spezi.swift
[253/268] Compiling Spezi Spezi.swift
[254/268] Compiling Spezi SpeziAppDelegate.swift
[255/268] Compiling Spezi SpeziModuleError.swift
[256/268] Compiling Spezi SpeziPropertyWrapper.swift
[257/268] Compiling Spezi LaunchOptionsKey.swift
[258/268] Compiling Spezi SpeziAnchor.swift
[259/268] Compiling Spezi SpeziStorage.swift
[260/268] Compiling Spezi StoredModulesKey.swift
[261/268] Compiling Spezi ModuleDescription.swift
[262/268] Compiling Spezi Spezi+Logger.swift
[263/268] Compiling Spezi NotificationTokenHandler.swift
[264/268] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[265/268] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[266/268] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[267/268] Compiling Spezi SpeziNotificationCenterDelegate.swift
[268/268] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[269/272] Compiling SpeziSpeechRecognizer SpeechRecognizer.swift
[270/272] Emitting module SpeziSpeechRecognizer
[271/272] Emitting module SpeziSpeechSynthesizer
[272/272] Compiling SpeziSpeechSynthesizer SpeechSynthesizer.swift
Build complete! (27.01s)
Fetching https://github.com/StanfordSpezi/Spezi
[1/9122] Fetching spezi
Fetched https://github.com/StanfordSpezi/Spezi from cache (1.15s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.8.1 (1.81s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/apple/swift-collections.git from cache
[1/534] Fetching xctruntimeassertions
[178/1304] Fetching xctruntimeassertions, spezifoundation
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.66s)
[147/770] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.79s)
Fetched https://github.com/apple/swift-collections.git from cache (0.82s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.5 (0.67s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetched https://github.com/apple/swift-algorithms.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 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.12s)
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.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.5
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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/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
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    }
  ],
  "manifest_display_name" : "SpeziSpeech",
  "name" : "SpeziSpeech",
  "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" : "SpeziSpeechRecognizer",
      "targets" : [
        "SpeziSpeechRecognizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziSpeechSynthesizer",
      "targets" : [
        "SpeziSpeechSynthesizer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziSpeechTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSpeechTests",
      "path" : "Tests/SpeziSpeechTests",
      "sources" : [
        "SpeziSpeechTests.swift"
      ],
      "target_dependencies" : [
        "SpeziSpeechRecognizer",
        "SpeziSpeechSynthesizer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziSpeechSynthesizer",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSpeechSynthesizer",
      "path" : "Sources/SpeziSpeechSynthesizer",
      "product_dependencies" : [
        "Spezi"
      ],
      "product_memberships" : [
        "SpeziSpeechSynthesizer"
      ],
      "sources" : [
        "SpeechSynthesizer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziSpeechRecognizer",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSpeechRecognizer",
      "path" : "Sources/SpeziSpeechRecognizer",
      "product_dependencies" : [
        "Spezi"
      ],
      "product_memberships" : [
        "SpeziSpeechRecognizer"
      ],
      "sources" : [
        "SpeechRecognizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.