Build Information
Successful build of SpeziSpeech, reference main (6c51d4
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:29:01 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziSpeech
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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] Copying Localizable.xcstrings
[0/17] Write sources
[0/17] Copying Localizable.xcstrings.license
[2/17] Write sources
[12/17] Copying Info.plist
[13/17] Compiling _NumericsShims _NumericsShims.c
[14/17] Write swift-version-2F0A5646E1D333AE.txt
[15/17] Compiling _AtomicsShims.c
[17/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/74] Emitting module RealModule
[19/75] Compiling Atomics UnsafeAtomic.swift
[20/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/75] Compiling Atomics AtomicMemoryOrderings.swift
[22/75] Compiling Atomics DoubleWord.swift
[23/75] Compiling Atomics PointerConformances.swift
[24/75] Compiling Atomics Primitives.native.swift
[25/75] Compiling RealModule Real.swift
[26/75] Compiling RealModule Float80+Real.swift
[27/75] Compiling RealModule RealFunctions.swift
[28/75] Compiling RealModule Float+Real.swift
[29/75] Compiling RealModule ElementaryFunctions.swift
[30/75] Compiling RealModule Double+Real.swift
[31/75] Compiling RealModule AugmentedArithmetic.swift
[32/75] Compiling RealModule AlgebraicField.swift
[33/75] Compiling RealModule Float16+Real.swift
[34/75] Compiling RealModule ApproximateEquality.swift
[35/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/75] Compiling Atomics ManagedAtomic.swift
[39/75] Compiling Atomics ManagedAtomicLazyReference.swift
[42/77] Compiling Atomics Primitives.shims.swift
[43/77] Compiling Atomics AtomicInteger.swift
[44/77] Compiling Atomics AtomicStorage.swift
[45/77] Compiling Atomics AtomicValue.swift
[46/77] Compiling Atomics AtomicOptionalWrappable.swift
[47/77] Compiling Atomics AtomicReference.swift
[48/103] Compiling Algorithms Indexed.swift
[49/103] Compiling Algorithms Intersperse.swift
[50/103] Compiling Algorithms Partition.swift
[51/103] Compiling Algorithms Permutations.swift
[52/103] Emitting module InternalCollectionsUtilities
[53/103] Compiling Algorithms FirstNonNil.swift
[54/103] Compiling Algorithms FlattenCollection.swift
[55/103] Compiling Algorithms AdjacentPairs.swift
[56/103] Compiling Algorithms Chain.swift
[57/103] Compiling Algorithms Chunked.swift
[58/103] Compiling Algorithms EitherSequence.swift
[59/103] Compiling Algorithms Product.swift
[60/103] Compiling Algorithms Suffix.swift
[61/103] Compiling Algorithms Combinations.swift
[62/103] Compiling Algorithms Compacted.swift
[67/159] Emitting module Atomics
[68/159] Compiling OrderedCollections OrderedSet+Invariants.swift
[69/159] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[70/159] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[71/161] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[72/161] Compiling OrderedCollections OrderedSet+Descriptions.swift
[73/161] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[74/161] Compiling OrderedCollections _HashTable+Bucket.swift
[75/161] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/161] Compiling OrderedCollections _HashTable+Constants.swift
[77/161] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/161] Compiling OrderedCollections _HashTable+Testing.swift
[79/161] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/161] Compiling OrderedCollections _HashTable.swift
[81/161] Compiling OrderedCollections OrderedSet+Codable.swift
[82/161] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[83/161] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[84/161] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/161] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/161] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[88/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[89/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[90/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[91/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[92/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[93/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[94/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[95/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[96/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[97/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[98/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/161] Compiling OrderedCollections OrderedDictionary+Elements.swift
[100/161] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[101/161] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[102/161] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/161] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/161] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[105/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[106/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[107/161] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/161] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[109/161] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[110/161] Compiling OrderedCollections OrderedSet+Sendable.swift
[111/167] Compiling OrderedCollections _Hashtable+Header.swift
[112/167] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/167] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/167] Compiling Algorithms Unique.swift
[115/167] Compiling Algorithms Windows.swift
[118/167] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[119/167] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[120/167] Compiling OrderedCollections OrderedDictionary+Values.swift
[121/167] Compiling OrderedCollections OrderedDictionary.swift
[127/167] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[129/167] Compiling OrderedCollections OrderedSet+Hashable.swift
[130/167] Compiling OrderedCollections OrderedSet+Initializers.swift
[131/167] Compiling OrderedCollections OrderedSet+Insertions.swift
[151/167] Compiling OrderedCollections OrderedSet+SubSequence.swift
[152/167] Compiling OrderedCollections OrderedSet+Testing.swift
[153/167] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/167] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/167] Compiling OrderedCollections OrderedSet.swift
[156/167] Compiling OrderedCollections _UnsafeBitset.swift
[157/167] Emitting module OrderedCollections
[158/167] Emitting module Algorithms
[159/167] Compiling XCTRuntimeAssertions Assert.swift
[160/167] Emitting module XCTRuntimeAssertions
[161/167] Compiling XCTRuntimeAssertions NeverReturn.swift
[162/167] Compiling XCTRuntimeAssertions Counter.swift
[163/167] Compiling XCTRuntimeAssertions Precondition.swift
[164/167] Compiling XCTRuntimeAssertions XCTRuntimePrecondition.swift
[165/167] Compiling XCTRuntimeAssertions XCTRuntimeAssertionInjector.swift
[166/167] Compiling XCTRuntimeAssertions XCTRuntimeAssertion.swift
[167/167] Compiling XCTRuntimeAssertions XCTFail.swift
[168/202] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[169/202] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[170/202] Compiling SpeziFoundation RepositoryAnchor.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 TimeoutError.swift
[176/205] Compiling SpeziFoundation TopLevelDecoder.swift
[177/205] Compiling SpeziFoundation TopLevelEncoder.swift
[178/205] Compiling SpeziFoundation Version.swift
[179/205] Compiling SpeziFoundation ArrayBuilder.swift
[180/205] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[181/205] Compiling SpeziFoundation SetBuilder.swift
[182/205] Compiling SpeziFoundation AsyncSemaphore.swift
[183/205] Compiling SpeziFoundation MainActorExecution.swift
[184/205] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[185/205] Compiling SpeziFoundation RWLock.swift
[186/205] Compiling SpeziFoundation RecursiveRWLock.swift
[187/205] Compiling SpeziFoundation SendableSharedRepository.swift
[188/205] Compiling SpeziFoundation SharedRepository.swift
[189/205] Compiling SpeziFoundation resource_bundle_accessor.swift
[190/205] Emitting module SpeziFoundation
[191/205] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[192/205] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[193/205] Compiling SpeziFoundation KnowledgeSource.swift
[194/205] Compiling SpeziFoundation OrderedArray.swift
[195/205] Compiling SpeziFoundation RuntimeEnvironment.swift
[196/205] Compiling SpeziFoundation SequenceExtensions.swift
[197/205] Compiling SpeziFoundation StaticString+Hashable.swift
[198/205] Compiling SpeziFoundation AnyArray.swift
[199/205] Compiling SpeziFoundation AnyOptional.swift
[200/205] Compiling SpeziFoundation BinarySearch.swift
[201/205] Compiling SpeziFoundation Calendar.swift
[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 DependencyContext.swift
[207/262] Compiling Spezi DependencyDeclaration.swift
[208/262] Compiling Spezi DependencyPropertyWrapper.swift
[209/262] Compiling Spezi Module+Dependencies.swift
[210/262] Compiling Spezi DependencyReference.swift
[211/262] Compiling Spezi ModuleReference.swift
[212/268] Compiling Spezi DependencyManager.swift
[213/268] Compiling Spezi DependencyManagerError.swift
[214/268] Compiling Spezi Module+DependencyRelation.swift
[215/268] Compiling Spezi DependencyBuilder.swift
[216/268] Compiling Spezi DependencyCollection.swift
[217/268] Compiling Spezi DependencyCollectionBuilder.swift
[218/268] Emitting module Spezi
[219/268] Compiling Spezi Application+TypeAlias.swift
[220/268] Compiling Spezi ApplicationDelegate.swift
[221/268] Compiling Spezi ApplicationDelegateAdaptor.swift
[222/268] Compiling Spezi DynamicReference.swift
[223/268] Compiling Spezi Module+Properties.swift
[224/268] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[225/268] Compiling Spezi LaunchOptionsKey.swift
[226/268] Compiling Spezi SpeziAnchor.swift
[227/268] Compiling Spezi SpeziStorage.swift
[228/268] Compiling Spezi StoredModulesKey.swift
[229/268] Compiling Spezi ModuleDescription.swift
[230/268] Compiling Spezi Spezi+Logger.swift
[231/268] Compiling Spezi ApplicationPropertyWrapper.swift
[232/268] Compiling Spezi CollectPropertyWrapper.swift
[233/268] Compiling Spezi CollectedModuleValues.swift
[234/268] Compiling Spezi ProvidePropertyWrapper.swift
[235/268] Compiling Spezi StorageValueCollector.swift
[236/268] Compiling Spezi StorageValueProvider.swift
[237/268] Compiling Spezi LifecycleHandler.swift
[238/268] Compiling Spezi EnvironmentAccessible.swift
[239/268] Compiling Spezi ModelModifier.swift
[240/268] Compiling Spezi ModelPropertyWrapper.swift
[241/268] Compiling Spezi ModifierPropertyWrapper.swift
[242/268] Compiling Spezi ViewModifierProvider.swift
[243/268] Compiling Spezi Configuration.swift
[244/268] Compiling Spezi DefaultInitializable.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 Module.swift
[258/268] Compiling Spezi ModuleBuilder.swift
[259/268] Compiling Spezi ModuleCollection.swift
[260/268] Compiling Spezi ModuleOwnership.swift
[261/268] Compiling Spezi BackgroundFetchResult.swift
[262/268] Compiling Spezi NotificationHandler.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] Emitting module SpeziSpeechRecognizer
[270/272] Compiling SpeziSpeechRecognizer SpeechRecognizer.swift
[271/272] Compiling SpeziSpeechSynthesizer SpeechSynthesizer.swift
[272/272] Emitting module SpeziSpeechSynthesizer
Build complete! (38.33s)
Fetching https://github.com/StanfordSpezi/Spezi
[1/9122] Fetching spezi
Fetched https://github.com/StanfordSpezi/Spezi from cache (1.03s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.8.1 (1.66s)
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-collections.git from cache
[1/770] Fetching spezifoundation
[102/1304] Fetching spezifoundation, xctruntimeassertions
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.81s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.81s)
Fetched https://github.com/apple/swift-collections.git from cache (5.79s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (6.48s)
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.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.5 (0.59s)
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 (5.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (5.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.03s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.00s)
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-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-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/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.8.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.