The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ObservationKit, reference 0.0.2 (bf0cd1), with Swift 6.3 for Wasm on 18 Apr 2026 20:09:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Archdoog/ObservationsKit.git
Reference: 0.0.2
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
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at bf0cd16 Merge pull request #2 from Archdoog/fix/equatable-on-cond
Cloned https://github.com/Archdoog/ObservationsKit.git
Revision (git rev-parse @):
bf0cd16bc26bbace72c958607472794c4fa1431a
SUCCESS checkout https://github.com/Archdoog/ObservationsKit.git at 0.0.2
========================================
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-4606859-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/956] Fetching swift-concurrency-extras
[718/7372] Fetching swift-concurrency-extras, swift-numerics
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.32s)
[3208/6416] Fetching swift-numerics
[6417/12663] Fetching swift-numerics, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.82s)
Fetched https://github.com/apple/swift-numerics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.35s)
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.72s)
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.86s)
Fetching https://github.com/apple/swift-collections.git
[1/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (5.13s)
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
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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/41] 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
[11/41] Emitting module InternalCollectionsUtilities
[12/43] Emitting module ConcurrencyExtras
[13/43] Compiling InternalCollectionsUtilities Debugging.swift
[14/43] Compiling InternalCollectionsUtilities Descriptions.swift
[15/44] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/44] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/44] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[18/44] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[19/44] Compiling InternalCollectionsUtilities String+Padding.swift
[20/44] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/44] Compiling InternalCollectionsUtilities Integer rank.swift
[22/44] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/44] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/44] Compiling ConcurrencyExtras AsyncStream.swift
[27/44] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[28/44] Compiling ConcurrencyExtras Locking.swift
[29/44] Compiling ConcurrencyExtras UncheckedBox.swift
[30/44] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/44] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/44] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/44] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/44] Compiling ConcurrencyExtras UncheckedSendable.swift
[36/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
[37/133] Compiling ContainersPreview Producer+Map.swift
[38/133] Compiling ContainersPreview Producer+Reduce.swift
[39/133] Compiling ContainersPreview Producer.swift
[40/133] Compiling ContainersPreview Borrow.swift
[41/133] Compiling OrderedCollections OrderedDictionary+Values.swift
[42/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[43/133] Compiling ContainersPreview RangeReplaceableContainer.swift
[44/133] Compiling ContainersPreview Drain+Map.swift
[45/133] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[46/133] Compiling ContainersPreview BorrowingSequence.swift
[47/133] Compiling ContainersPreview BidirectionalContainer.swift
[48/133] Compiling ContainersPreview Container+Filter.swift
[49/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[50/133] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[51/133] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[52/133] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[53/133] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[54/133] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[55/133] Emitting module ContainersPreview
[56/137] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[57/137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[58/137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[59/137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[60/137] Compiling OrderedCollections OrderedDictionary.swift
[61/137] Compiling ContainersPreview Drain+Reduce.swift
[62/137] Compiling OrderedCollections OrderedSet+Insertions.swift
[63/137] Compiling OrderedCollections OrderedSet+Invariants.swift
[64/137] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[65/137] Compiling ContainersPreview Box.swift
[66/137] Compiling ContainersPreview Inout.swift
[67/137] Compiling ContainersPreview InputSpan.swift
[68/137] Compiling ContainersPreview Shared.swift
[69/137] Compiling ContainersPreview OutputSpan+Extras.swift
[70/137] Compiling ContainersPreview TemporaryAllocation.swift
[71/137] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[72/137] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[73/137] Compiling OrderedCollections _HashTable+Testing.swift
[75/178] Compiling DequeModule RigidDeque+Container.swift
[76/178] Compiling DequeModule RigidDeque+Descriptions.swift
[77/178] Compiling DequeModule RigidDeque+Removals.swift
[78/178] Compiling DequeModule RigidDeque+Replacements.swift
[79/178] Compiling DequeModule RigidDeque+Testing.swift
[80/178] Compiling DequeModule RigidDeque.swift
[81/178] Compiling DequeModule UniqueDeque+Append.swift
[82/185] Compiling DequeModule UniqueDeque+Insertions.swift
[83/185] Compiling DequeModule UniqueDeque+Prepend.swift
[84/185] Compiling DequeModule UniqueDeque+Removals.swift
[85/185] Compiling DequeModule UniqueDeque+Consumption.swift
[86/185] Compiling DequeModule UniqueDeque+Container.swift
[87/185] Compiling DequeModule UniqueDeque+Descriptions.swift
[88/185] Compiling DequeModule UniqueDeque+Equatable.swift
[89/185] Compiling DequeModule UniqueDeque+Experimental.swift
[90/185] Compiling DequeModule Deque+CustomReflectable.swift
[91/185] Compiling DequeModule Deque+Descriptions.swift
[92/185] Compiling DequeModule Deque+Equatable.swift
[93/185] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/185] Compiling ConcurrencyExtras LockIsolated.swift
[95/185] Compiling DequeModule RigidDeque+Equatable.swift
[96/185] Compiling DequeModule RigidDeque+Experimental.swift
[97/185] Compiling DequeModule RigidDeque+Hashable.swift
[98/185] Compiling DequeModule RigidDeque+Initializers.swift
[99/185] Compiling DequeModule RigidDeque+Insertions.swift
[100/185] Compiling DequeModule RigidDeque+Prepend.swift
[101/185] Compiling DequeModule UniqueDeque+Hashable.swift
[102/185] Compiling DequeModule UniqueDeque+Initializers.swift
[103/185] Compiling ObservationShim ManagedCriticalState.swift
[104/186] Compiling ConcurrencyExtras Result.swift
[105/186] Compiling ConcurrencyExtras Task.swift
[106/186] Compiling ConcurrencyExtras MainSerialExecutor.swift
[119/192] Compiling DequeModule _DequeBuffer.swift
[120/192] Compiling DequeModule _DequeBufferHeader.swift
[121/192] Compiling DequeModule RigidDeque+Append.swift
[122/192] Compiling DequeModule RigidDeque+Consumption.swift
[125/192] Compiling DequeModule UniqueDeque+Replacements.swift
[126/192] Compiling DequeModule UniqueDeque.swift
[127/192] Compiling DequeModule _DequeSlot.swift
[128/192] Compiling DequeModule _UnsafeDequeHandle.swift
[129/192] Compiling DequeModule _UnsafeDequeSegments.swift
[130/192] Compiling OrderedCollections OrderedDictionary+Elements.swift
[131/192] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[132/192] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[133/192] Compiling DequeModule Deque+Testing.swift
[134/192] Compiling DequeModule Deque._Storage.swift
[135/192] Compiling DequeModule Deque._UnsafeHandle.swift
[136/192] Compiling DequeModule Deque.swift
[141/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[142/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[143/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[144/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[145/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[146/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[147/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[159/192] Compiling DequeModule Deque+Codable.swift
[160/192] Compiling DequeModule Deque+Collection.swift
[165/192] Compiling DequeModule Deque+Extras.swift
[166/192] Compiling DequeModule Deque+Hashable.swift
[179/192] Emitting module OrderedCollections
[180/192] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/192] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/192] Compiling OrderedCollections OrderedSet+Testing.swift
[183/192] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/192] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/192] Compiling OrderedCollections OrderedSet.swift
[186/192] Compiling OrderedCollections _UnsafeBitset.swift
[188/193] Emitting module DequeModule
[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/247] Emitting module AsyncAlgorithms
[204/247] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[205/247] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[206/247] Compiling AsyncAlgorithms AsyncChannel.swift
[207/247] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[208/247] Compiling AsyncAlgorithms ChannelStateMachine.swift
[209/247] Compiling AsyncAlgorithms ChannelStorage.swift
[210/247] 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 AsyncFlatMapLatestSequence.swift
[220/254] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[221/254] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[222/254] Compiling AsyncAlgorithms Disconnected.swift
[223/254] Compiling AsyncAlgorithms _TinyArray.swift
[224/254] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[225/254] Compiling AsyncAlgorithms Locking.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 AsyncCombineLatest3Sequence.swift
[234/254] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[235/254] Compiling AsyncAlgorithms CombineLatestStorage.swift
[236/254] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[237/254] Compiling AsyncAlgorithms DebounceStateMachine.swift
[238/254] Compiling AsyncAlgorithms DebounceStorage.swift
[239/254] Compiling AsyncAlgorithms Dictionary.swift
[240/254] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[241/254] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[242/254] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[243/254] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[244/254] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[245/254] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[246/254] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[247/254] Compiling AsyncAlgorithms AsyncShareSequence.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 FulfillmentOfCondition.swift
[257/260] Compiling ObservationTesting FulfillmentError.swift
[258/260] Compiling ObservationTesting FulfillmentOfValues.swift
[259/260] Emitting module ObservationTesting
[260/260] Compiling ObservationTesting FulfillmentWorker.swift
Build complete! (46.87s)
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.