Build Information
Successful build of ObservationKit, reference main (fd181c), with Swift 6.3 for Wasm on 18 Apr 2026 20:09:35 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Archdoog/ObservationsKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Archdoog/ObservationsKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd181cb Merge pull request #4 from Archdoog/fix/readme-cleanup
Cloned https://github.com/Archdoog/ObservationsKit.git
Revision (git rev-parse @):
fd181cbbcee853bbd07b226aa64174edf0ecc745
SUCCESS checkout https://github.com/Archdoog/ObservationsKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Archdoog/ObservationsKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
[515/7372] Fetching swift-numerics, swift-concurrency-extras
[602/13619] Fetching swift-numerics, swift-concurrency-extras, swift-async-algorithms
Fetched https://github.com/apple/swift-numerics.git from cache (0.96s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.96s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.96s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.2 (0.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.87s)
Fetching https://github.com/apple/swift-collections.git
[1/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.58s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.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.4.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/41] Emitting module InternalCollectionsUtilities
[11/43] Emitting module ObservationShim
/host/spi-builder-workspace/Sources/ObservationShim/ObservationsShim.swift:16:2: warning: symbol name 'swift_task_addCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
14 |
15 | @usableFromInline
16 | @_silgen_name("swift_task_addCancellationHandler")
| `- warning: symbol name 'swift_task_addCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
17 | func _taskAddCancellationHandler(handler: () -> Void)
18 | -> UnsafeRawPointer
/host/spi-builder-workspace/Sources/ObservationShim/ObservationsShim.swift:21:2: warning: symbol name 'swift_task_removeCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
19 |
20 | @usableFromInline
21 | @_silgen_name("swift_task_removeCancellationHandler")
| `- warning: symbol name 'swift_task_removeCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
22 | func _taskRemoveCancellationHandler(
23 | record: UnsafeRawPointer
[12/43] Emitting module ConcurrencyExtras
[13/44] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/44] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/44] Compiling ConcurrencyExtras AsyncStream.swift
[16/44] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/44] Compiling ConcurrencyExtras Locking.swift
[18/44] Compiling ConcurrencyExtras UncheckedBox.swift
[19/44] Compiling ConcurrencyExtras ActorIsolated.swift
[20/44] Compiling ConcurrencyExtras AnyHashableSendable.swift
[21/44] Compiling ConcurrencyExtras UncheckedSendable.swift
[22/44] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[23/44] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[24/44] Compiling InternalCollectionsUtilities Integer rank.swift
[25/44] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/44] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/44] Compiling InternalCollectionsUtilities String+Padding.swift
[28/44] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/44] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/44] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/44] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/44] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/45] Compiling ObservationShim ObservationsShim.swift
/host/spi-builder-workspace/Sources/ObservationShim/ObservationsShim.swift:16:2: warning: symbol name 'swift_task_addCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
14 |
15 | @usableFromInline
16 | @_silgen_name("swift_task_addCancellationHandler")
| `- warning: symbol name 'swift_task_addCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
17 | func _taskAddCancellationHandler(handler: () -> Void)
18 | -> UnsafeRawPointer
/host/spi-builder-workspace/Sources/ObservationShim/ObservationsShim.swift:21:2: warning: symbol name 'swift_task_removeCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
19 |
20 | @usableFromInline
21 | @_silgen_name("swift_task_removeCancellationHandler")
| `- warning: symbol name 'swift_task_removeCancellationHandler' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
22 | func _taskRemoveCancellationHandler(
23 | record: UnsafeRawPointer
/host/spi-builder-workspace/Sources/ObservationShim/ObservationsShim.swift:215:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
213 | switch emit {
214 | case .element(let element):
215 | Result(catching: element).map { Iteration.next($0) }
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> Element' to synchronous function type '() throws(Failure) -> Element' is not allowed; this will be an error in a future Swift language mode
216 | case .iteration(let iteration):
217 | Result(catching: iteration)
/host/spi-builder-workspace/Sources/ObservationShim/ObservationsShim.swift:217:28: warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> ObservationsShim<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> ObservationsShim<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
215 | Result(catching: element).map { Iteration.next($0) }
216 | case .iteration(let iteration):
217 | Result(catching: iteration)
| `- warning: converting @isolated(any) function of type '@isolated(any) @Sendable () throws(Failure) -> ObservationsShim<Element, Failure>.Iteration' to synchronous function type '() throws(Failure) -> ObservationsShim<Element, Failure>.Iteration' is not allowed; this will be an error in a future Swift language mode
218 | }
219 | } onChange: { [state] in
[35/47] Emitting module ContainersPreview
[36/47] Compiling ObservationShim ManagedCriticalState.swift
[37/48] Compiling ConcurrencyExtras LockIsolated.swift
[45/48] Compiling ConcurrencyExtras Result.swift
[46/48] Compiling ConcurrencyExtras MainSerialExecutor.swift
[47/48] Compiling ConcurrencyExtras Task.swift
[49/98] Compiling ContainersPreview Producer+Map.swift
[50/98] Compiling ContainersPreview Producer+Reduce.swift
[51/98] Compiling ContainersPreview Producer.swift
[52/98] Compiling ContainersPreview Borrow.swift
[53/105] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[54/105] Compiling ContainersPreview BorrowingSequence.swift
[55/105] Compiling ContainersPreview BidirectionalContainer.swift
[56/105] Compiling ContainersPreview Container+Filter.swift
[57/105] Compiling ContainersPreview Container+SpanwiseZip.swift
[58/126] Compiling ContainersPreview RandomAccessContainer.swift
[59/126] Compiling ContainersPreview RangeExpression2.swift
[60/126] Compiling ContainersPreview RangeReplaceableContainer.swift
[61/126] Compiling ContainersPreview Drain+Map.swift
[62/126] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[63/127] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[64/127] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[65/127] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[66/127] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[67/132] Emitting module OrderedCollections
[68/132] Compiling ContainersPreview Drain+Reduce.swift
[69/132] Compiling ContainersPreview Drain.swift
[70/132] Compiling ContainersPreview Producer+Collect.swift
[71/132] Compiling ContainersPreview Producer+Filter.swift
[82/139] Compiling ContainersPreview OutputSpan+Extras.swift
[83/139] Compiling ContainersPreview TemporaryAllocation.swift
[84/139] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[85/139] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[86/139] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[91/139] Compiling ContainersPreview Container.swift
[92/139] Compiling ContainersPreview ContainerIterator.swift
[93/139] Compiling ContainersPreview DynamicContainer.swift
[94/139] Compiling ContainersPreview MutableContainer.swift
[107/146] Compiling ContainersPreview PermutableContainer.swift
[108/146] Compiling ContainersPreview Box.swift
[109/146] Compiling ContainersPreview Inout.swift
[110/146] Compiling ContainersPreview InputSpan.swift
[111/146] Compiling ContainersPreview Shared.swift
[118/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[119/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[120/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[121/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[122/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[123/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[124/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[130/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[131/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[132/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[133/182] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[134/182] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[135/182] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[136/182] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[137/182] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[138/182] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[139/182] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[140/182] Compiling OrderedCollections OrderedDictionary+Values.swift
[141/187] Compiling OrderedCollections OrderedSet+Sendable.swift
[142/187] Compiling OrderedCollections OrderedSet+SubSequence.swift
[143/187] Compiling OrderedCollections OrderedSet+Testing.swift
[144/187] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[145/187] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[146/187] Compiling OrderedCollections OrderedSet.swift
[147/187] Compiling OrderedCollections _UnsafeBitset.swift
[149/188] Compiling DequeModule UniqueDeque+Consumption.swift
[150/188] Compiling DequeModule UniqueDeque+Container.swift
[151/188] Compiling DequeModule UniqueDeque+Descriptions.swift
[152/188] Compiling DequeModule UniqueDeque+Equatable.swift
[153/188] Compiling DequeModule UniqueDeque+Experimental.swift
[154/193] Compiling DequeModule _DequeBuffer.swift
[155/193] Compiling DequeModule _DequeBufferHeader.swift
[156/193] Compiling DequeModule RigidDeque+Append.swift
[157/193] Compiling DequeModule RigidDeque+Consumption.swift
[158/193] Compiling DequeModule RigidDeque+Container.swift
[159/193] Compiling DequeModule RigidDeque+Descriptions.swift
[160/193] Compiling DequeModule RigidDeque+Removals.swift
[161/193] Compiling DequeModule RigidDeque+Replacements.swift
[162/193] Compiling DequeModule RigidDeque+Testing.swift
[163/193] Compiling DequeModule RigidDeque.swift
[164/193] Compiling DequeModule UniqueDeque+Append.swift
[165/193] Compiling DequeModule UniqueDeque+Hashable.swift
[166/193] Compiling DequeModule UniqueDeque+Initializers.swift
[167/193] Compiling DequeModule UniqueDeque+Insertions.swift
[168/193] Compiling DequeModule UniqueDeque+Prepend.swift
[169/193] Compiling DequeModule UniqueDeque+Removals.swift
[170/193] Compiling DequeModule Deque+Codable.swift
[171/193] Compiling DequeModule Deque+Collection.swift
[172/193] Compiling DequeModule Deque+CustomReflectable.swift
[173/193] Compiling DequeModule Deque+Descriptions.swift
[174/193] Compiling DequeModule Deque+Equatable.swift
[175/193] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[176/193] Compiling DequeModule RigidDeque+Equatable.swift
[177/193] Compiling DequeModule RigidDeque+Experimental.swift
[178/193] Compiling DequeModule RigidDeque+Hashable.swift
[179/193] Compiling DequeModule RigidDeque+Initializers.swift
[180/193] Compiling DequeModule RigidDeque+Insertions.swift
[181/193] Compiling DequeModule RigidDeque+Prepend.swift
[182/193] Compiling DequeModule Deque+Extras.swift
[183/193] Compiling DequeModule Deque+Hashable.swift
[184/193] Compiling DequeModule Deque+Testing.swift
[185/193] Compiling DequeModule Deque._Storage.swift
[186/193] Compiling DequeModule Deque._UnsafeHandle.swift
[187/193] Compiling DequeModule Deque.swift
[188/193] Emitting module DequeModule
[189/193] Compiling DequeModule UniqueDeque+Replacements.swift
[190/193] Compiling DequeModule UniqueDeque.swift
[191/193] Compiling DequeModule _DequeSlot.swift
[192/193] Compiling DequeModule _UnsafeDequeHandle.swift
[193/193] Compiling DequeModule _UnsafeDequeSegments.swift
[195/247] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[196/247] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[197/247] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[198/247] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[199/247] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[200/247] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[201/247] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[202/247] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[203/254] Emitting module AsyncAlgorithms
[204/254] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[205/254] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[206/254] Compiling AsyncAlgorithms AsyncChannel.swift
[207/254] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[208/254] Compiling AsyncAlgorithms ChannelStateMachine.swift
[209/254] Compiling AsyncAlgorithms ChannelStorage.swift
[210/254] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[211/254] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[212/254] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[213/254] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[214/254] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[215/254] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[216/254] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[217/254] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[218/254] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[219/254] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[220/254] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[221/254] Compiling AsyncAlgorithms CombineLatestStorage.swift
[222/254] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[223/254] Compiling AsyncAlgorithms DebounceStateMachine.swift
[224/254] Compiling AsyncAlgorithms DebounceStorage.swift
[225/254] Compiling AsyncAlgorithms Dictionary.swift
[226/254] Compiling AsyncAlgorithms Rethrow.swift
[227/254] Compiling AsyncAlgorithms SetAlgebra.swift
[228/254] Compiling AsyncAlgorithms UnsafeTransfer.swift
[229/254] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[230/254] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[231/254] Compiling AsyncAlgorithms ZipStateMachine.swift
[232/254] Compiling AsyncAlgorithms ZipStorage.swift
[233/254] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[234/254] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[235/254] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[236/254] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[237/254] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[238/254] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[239/254] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[240/254] Compiling AsyncAlgorithms AsyncShareSequence.swift
[241/254] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[242/254] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[243/254] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[244/254] Compiling AsyncAlgorithms Disconnected.swift
[245/254] Compiling AsyncAlgorithms _TinyArray.swift
[246/254] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[247/254] Compiling AsyncAlgorithms Locking.swift
[248/254] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[249/254] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[250/254] Compiling AsyncAlgorithms MergeStateMachine.swift
[251/254] Compiling AsyncAlgorithms MergeStorage.swift
[252/254] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[253/254] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[254/254] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[256/260] Compiling ObservationTesting FulfillmentWorker.swift
[257/260] Compiling ObservationTesting FulfillmentOfCondition.swift
[258/260] Compiling ObservationTesting FulfillmentError.swift
[259/260] Emitting module ObservationTesting
[260/260] Compiling ObservationTesting FulfillmentOfValues.swift
Build complete! (45.86s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
}
],
"manifest_display_name" : "ObservationKit",
"name" : "ObservationKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ObservationTesting",
"targets" : [
"ObservationTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObservationShim",
"targets" : [
"ObservationShim"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ObservationTestingTests",
"module_type" : "SwiftTarget",
"name" : "ObservationTestingTests",
"path" : "Tests/ObservationTestingTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"TestFulfillmentOfConditions.swift",
"TestFulfillmentOfValues.swift",
"TestFulfillmentOfValuesByArray.swift"
],
"target_dependencies" : [
"ObservationTesting"
],
"type" : "test"
},
{
"c99name" : "ObservationTesting",
"module_type" : "SwiftTarget",
"name" : "ObservationTesting",
"path" : "Sources/ObservationTesting",
"product_dependencies" : [
"AsyncAlgorithms",
"ConcurrencyExtras"
],
"product_memberships" : [
"ObservationTesting"
],
"sources" : [
"FulfillmentError.swift",
"FulfillmentOfCondition.swift",
"FulfillmentOfValues.swift",
"FulfillmentWorker.swift"
],
"type" : "library"
},
{
"c99name" : "ObservationShimTests",
"module_type" : "SwiftTarget",
"name" : "ObservationShimTests",
"path" : "Tests/ObservationShimTests",
"sources" : [
"TestObservationShim.swift"
],
"target_dependencies" : [
"ObservationShim",
"ObservationTesting"
],
"type" : "test"
},
{
"c99name" : "ObservationShim",
"module_type" : "SwiftTarget",
"name" : "ObservationShim",
"path" : "Sources/ObservationShim",
"product_memberships" : [
"ObservationShim"
],
"sources" : [
"ManagedCriticalState.swift",
"ObservationsShim.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.