The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-sharing, reference 2.5.2 (75e846), with Swift 6.1 for Android on 31 May 2025 01:42:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-sharing.git
Reference: 2.5.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/pointfreeco/swift-sharing
 * tag               2.5.2      -> FETCH_HEAD
HEAD is now at 75e846e Publishers send the latest shared value for new subscriptions. Fixes #160. (#161)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
75e846ee3159dc75b3a29bfc24b6ce5a557ddca9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-sharing.git at 2.5.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-sharing.git
https://github.com/pointfreeco/swift-sharing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections"
    },
    {
      "identity" : "swift-perception",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-perception"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-sharing",
  "name" : "swift-sharing",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Sharing",
      "targets" : [
        "Sharing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SharingTests",
      "module_type" : "SwiftTarget",
      "name" : "SharingTests",
      "path" : "Tests/SharingTests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "AppStorageTests.swift",
        "BindingTests.swift",
        "CompileTimeTests.swift",
        "ContinuationTests.swift",
        "DefaultTests.swift",
        "EquatableTests.swift",
        "ErrorThrowingTests.swift",
        "FileStorageTests.swift",
        "InMemoryTests.swift",
        "IsLoadingTests.swift",
        "ObservationTests.swift",
        "PublisherTests.swift",
        "SharedChangeTrackerTests.swift",
        "SharedTests.swift"
      ],
      "target_dependencies" : [
        "Sharing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sharing2",
      "module_type" : "SwiftTarget",
      "name" : "Sharing2",
      "path" : "Sources/VersionMarkerModules/Sharing2",
      "product_memberships" : [
        "Sharing"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sharing1",
      "module_type" : "SwiftTarget",
      "name" : "Sharing1",
      "path" : "Sources/VersionMarkerModules/Sharing1",
      "product_memberships" : [
        "Sharing"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sharing",
      "module_type" : "SwiftTarget",
      "name" : "Sharing",
      "path" : "Sources/Sharing",
      "product_dependencies" : [
        "CombineSchedulers",
        "ConcurrencyExtras",
        "CustomDump",
        "Dependencies",
        "IdentifiedCollections",
        "IssueReporting",
        "PerceptionCore"
      ],
      "product_memberships" : [
        "Sharing"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Sharing/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Internal/Deprecations.swift",
        "Internal/KeyPath+Sendable.swift",
        "Internal/MutexBackport.swift",
        "Internal/NSRecursiveLock+WithLock.swift",
        "Internal/PassthroughRelay.swift",
        "Internal/PersistentReferences.swift",
        "Internal/Reference.swift",
        "Internal/SharedChangeTracker.swift",
        "Internal/TypeName.swift",
        "Shared.swift",
        "SharedBinding.swift",
        "SharedCollection.swift",
        "SharedContinuations.swift",
        "SharedKey.swift",
        "SharedKeys/AppStorageKey.swift",
        "SharedKeys/DefaultKey.swift",
        "SharedKeys/FileStorageKey.swift",
        "SharedKeys/InMemoryKey.swift",
        "SharedPublisher.swift",
        "SharedReader.swift",
        "SharedReaderKey.swift",
        "SwiftUIStateSharing.swift"
      ],
      "target_dependencies" : [
        "Sharing1",
        "Sharing2"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4581] Fetching swift-custom-dump
[1193/6630] Fetching swift-custom-dump, swift-docc-plugin
[1575/8041] Fetching swift-custom-dump, swift-docc-plugin, swift-perception
[5990/9575] Fetching swift-custom-dump, swift-docc-plugin, swift-perception, swift-identified-collections
[6531/15033] Fetching swift-custom-dump, swift-docc-plugin, swift-perception, swift-identified-collections, xctest-dynamic-overlay
[10895/21282] Fetching swift-custom-dump, swift-docc-plugin, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-perception from cache (0.96s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.97s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.13s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.12s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.13s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.13s)
[1/852] Fetching swift-concurrency-extras
[249/3262] Fetching swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.38s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (2.01s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.79s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.78s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.73s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70541] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.11s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (6.66s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.66s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (8.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.67s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.64s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.92s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.90s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.79s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.64s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/22] Write sources
[2/22] Copying PrivacyInfo.xcprivacy
[2/22] Write sources
[18/22] Write swift-version-24593BA9C3E375BF.txt
[20/73] Emitting module Sharing1
[21/73] Emitting module Sharing2
[22/73] Compiling Sharing1 Empty.swift
[23/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/75] Compiling IssueReporting XCTest.swift
[26/75] Compiling IssueReporting IsTesting.swift
[27/75] Compiling IssueReporting IssueReporter.swift
[29/75] Compiling IssueReporting SwiftTesting.swift
[30/75] Compiling IssueReporting UncheckedSendable.swift
[31/75] Compiling Sharing2 Empty.swift
[32/76] Emitting module InternalCollectionsUtilities
[33/76] Compiling ConcurrencyExtras ActorIsolated.swift
[34/76] Compiling ConcurrencyExtras AnyHashableSendable.swift
[35/76] Compiling ConcurrencyExtras AsyncStream.swift
[36/76] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[37/76] Compiling ConcurrencyExtras Locking.swift
[38/76] Compiling ConcurrencyExtras UncheckedBox.swift
[40/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/132] Emitting module ConcurrencyExtras
[43/132] Compiling ConcurrencyExtras MainSerialExecutor.swift
[44/133] Emitting module IssueReportingTestSupport
[45/133] Compiling OrderedCollections OrderedDictionary.swift
[46/133] Compiling OrderedCollections OrderedSet+Codable.swift
[47/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/133] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/133] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/140] Compiling OrderedCollections _HashTable.swift
[55/140] Compiling OrderedCollections _Hashtable+Header.swift
[56/142] Compiling ConcurrencyExtras UncheckedSendable.swift
[59/142] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[60/142] Compiling OrderedCollections OrderedSet+Descriptions.swift
[61/142] Compiling OrderedCollections OrderedSet+Diffing.swift
[62/142] Compiling OrderedCollections OrderedSet+Equatable.swift
[63/142] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[64/142] Compiling OrderedCollections OrderedSet+Hashable.swift
[65/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[66/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[69/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[70/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[71/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[72/142] Compiling OrderedCollections OrderedSet+Initializers.swift
[73/142] Compiling OrderedCollections OrderedSet+Insertions.swift
[74/142] Compiling OrderedCollections OrderedSet+Invariants.swift
[75/142] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[76/142] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[77/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[78/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[79/142] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[80/142] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[81/142] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[82/142] Compiling IssueReporting WithExpectedIssue.swift
[83/142] Compiling IssueReporting WithIssueContext.swift
[84/142] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[85/142] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[86/142] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[87/142] Compiling OrderedCollections OrderedDictionary+Values.swift
[88/142] Compiling OrderedCollections OrderedDictionary+Codable.swift
[89/142] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[90/142] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[91/142] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[92/142] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[93/142] Compiling OrderedCollections OrderedDictionary+Elements.swift
[94/142] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[95/142] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[98/142] Compiling OrderedCollections _HashTable+Bucket.swift
[99/142] Compiling OrderedCollections _HashTable+BucketIterator.swift
[100/142] Compiling OrderedCollections _HashTable+Constants.swift
[101/142] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[102/142] Compiling OrderedCollections _HashTable+Testing.swift
[103/142] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[106/142] Compiling OrderedCollections OrderedSet+Sendable.swift
[107/142] Compiling OrderedCollections OrderedSet+SubSequence.swift
[108/142] Compiling OrderedCollections OrderedSet+Testing.swift
[109/142] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[110/142] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[111/142] Compiling OrderedCollections OrderedSet.swift
[112/142] Compiling OrderedCollections _UnsafeBitset.swift
[113/142] Emitting module OrderedCollections
[115/161] Emitting module IdentifiedCollections
[116/163] Compiling IdentifiedCollections IdentifiedArray.swift
[117/163] Compiling IdentifiedCollections IdentifiedCollection.swift
[118/163] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[119/163] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[120/163] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[121/163] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[122/163] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[123/163] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[126/163] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[127/163] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[128/163] Compiling ConcurrencyExtras Task.swift
[129/163] Compiling ConcurrencyExtras Result.swift
[130/163] Compiling ConcurrencyExtras LockIsolated.swift
[131/163] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[133/163] Emitting module IssueReporting
[134/163] Compiling IdentifiedCollections Identified.swift
[135/163] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[138/163] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[139/164] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[140/164] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[141/164] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[144/164] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[149/164] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[159/166] Compiling IssueReportingTestSupport XCTest.swift
[160/166] Compiling IssueReportingTestSupport SwiftTesting.swift
[164/167] Wrapping AST for IssueReportingTestSupport for debugging
[165/167] Write Objects.LinkFileList
[167/203] Compiling Clocks Timer.swift
[168/204] Compiling XCTestDynamicOverlay Exports.swift
[169/204] Compiling CombineSchedulers UIKit.swift
[170/204] Compiling CombineSchedulers UIScheduler.swift
[170/205] Linking libIssueReportingTestSupport.so
[172/205] Compiling CombineSchedulers Timer.swift
[173/205] Compiling PerceptionCore Bindable.swift
[174/205] Compiling PerceptionCore Environment.swift
[175/205] Emitting module CombineSchedulers
[176/205] Compiling CombineSchedulers UnimplementedScheduler.swift
[177/205] Compiling PerceptionCore BetaChecking.swift
[178/205] Compiling PerceptionCore Exports.swift
[179/205] Compiling PerceptionCore Locking.swift
[180/205] Compiling PerceptionCore ThreadLocal.swift
[181/205] Compiling PerceptionCore Perceptible.swift
[182/205] Compiling PerceptionCore PerceptionChecking.swift
[183/206] Emitting module XCTestDynamicOverlay
[184/206] Emitting module Clocks
[185/206] Compiling Clocks AnyClock.swift
[187/206] Compiling Clocks UnimplementedClock.swift
[188/206] Compiling Clocks SwiftUI.swift
[189/206] Compiling Clocks ImmediateClock.swift
[190/206] Compiling Clocks Lock.swift
[191/206] Compiling Clocks TestClock.swift
[192/206] Compiling Clocks _AsyncTimerSequence.swift
[194/207] Compiling XCTestDynamicOverlay Deprecations.swift
[196/258] Emitting module CustomDump
[197/261] Emitting module Dependencies
[198/264] Compiling Dependencies DependencyContext.swift
[199/264] Compiling Dependencies DependencyKey.swift
[200/264] Compiling Dependencies DependencyValues.swift
[201/264] Compiling Dependencies Context.swift
[202/264] Compiling Dependencies Assert.swift
[203/264] Compiling Dependencies Calendar.swift
[204/264] Compiling Dependencies Clocks.swift
[205/264] Compiling Dependencies Dependency.swift
[206/264] Compiling Dependencies TestTrait.swift
[207/264] Compiling Dependencies WithDependencies.swift
[208/264] Compiling CustomDump String.swift
[212/264] Compiling Dependencies MainRunLoop.swift
[213/264] Compiling Dependencies OpenURL.swift
[214/264] Compiling Dependencies TimeZone.swift
[216/264] Compiling Dependencies Date.swift
[217/264] Compiling Dependencies FireAndForget.swift
[218/264] Compiling Dependencies Deprecations.swift
[219/264] Compiling Dependencies Exports.swift
[220/264] Compiling Dependencies TypeName.swift
[221/264] Compiling Dependencies Locale.swift
[222/264] Compiling Dependencies MainQueue.swift
[226/264] Compiling Dependencies URLSession.swift
[227/264] Compiling Dependencies UUID.swift
[228/264] Compiling Dependencies WithRandomNumberGenerator.swift
[229/264] Compiling Dependencies AppEntryPoint.swift
[230/264] Compiling CustomDump Unordered.swift
[231/264] Compiling CustomDump XCTAssertDifference.swift
[232/264] Compiling CustomDump XCTAssertNoDifference.swift
[237/264] Compiling Dependencies PreviewTrait.swift
[256/266] Emitting module PerceptionCore
[261/267] Compiling PerceptionCore PerceptionTracking.swift
[262/267] Compiling PerceptionCore PerceptionRegistrar.swift
[265/267] Compiling PerceptionCore WithPerceptionTracking.swift
[269/290] Emitting module Sharing
[270/292] Compiling Sharing SharedContinuations.swift
[271/292] Compiling Sharing SharedKey.swift
[272/292] Compiling Sharing AppStorageKey.swift
[273/292] Compiling Sharing Shared.swift
[274/292] Compiling Sharing SharedBinding.swift
[275/292] Compiling Sharing SharedCollection.swift
[276/292] Compiling Sharing NSRecursiveLock+WithLock.swift
[277/292] Compiling Sharing PassthroughRelay.swift
[278/292] Compiling Sharing PersistentReferences.swift
[279/292] Compiling Sharing SwiftUIStateSharing.swift
[280/292] Compiling Sharing resource_bundle_accessor.swift
[281/292] Compiling Sharing DefaultKey.swift
[282/292] Compiling Sharing FileStorageKey.swift
[283/292] Compiling Sharing InMemoryKey.swift
[284/292] Compiling Sharing SharedPublisher.swift
[285/292] Compiling Sharing SharedReader.swift
[286/292] Compiling Sharing SharedReaderKey.swift
[287/292] Compiling Sharing Deprecations.swift
[288/292] Compiling Sharing KeyPath+Sendable.swift
[289/292] Compiling Sharing MutexBackport.swift
[290/292] Compiling Sharing Reference.swift
[291/292] Compiling Sharing SharedChangeTracker.swift
[292/292] Compiling Sharing TypeName.swift
Build complete! (80.62s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections"
    },
    {
      "identity" : "swift-perception",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-perception"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-sharing",
  "name" : "swift-sharing",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Sharing",
      "targets" : [
        "Sharing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SharingTests",
      "module_type" : "SwiftTarget",
      "name" : "SharingTests",
      "path" : "Tests/SharingTests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "AppStorageTests.swift",
        "BindingTests.swift",
        "CompileTimeTests.swift",
        "ContinuationTests.swift",
        "DefaultTests.swift",
        "EquatableTests.swift",
        "ErrorThrowingTests.swift",
        "FileStorageTests.swift",
        "InMemoryTests.swift",
        "IsLoadingTests.swift",
        "ObservationTests.swift",
        "PublisherTests.swift",
        "SharedChangeTrackerTests.swift",
        "SharedTests.swift"
      ],
      "target_dependencies" : [
        "Sharing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sharing2",
      "module_type" : "SwiftTarget",
      "name" : "Sharing2",
      "path" : "Sources/VersionMarkerModules/Sharing2",
      "product_memberships" : [
        "Sharing"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sharing1",
      "module_type" : "SwiftTarget",
      "name" : "Sharing1",
      "path" : "Sources/VersionMarkerModules/Sharing1",
      "product_memberships" : [
        "Sharing"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sharing",
      "module_type" : "SwiftTarget",
      "name" : "Sharing",
      "path" : "Sources/Sharing",
      "product_dependencies" : [
        "CombineSchedulers",
        "ConcurrencyExtras",
        "CustomDump",
        "Dependencies",
        "IdentifiedCollections",
        "IssueReporting",
        "PerceptionCore"
      ],
      "product_memberships" : [
        "Sharing"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Sharing/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Internal/Deprecations.swift",
        "Internal/KeyPath+Sendable.swift",
        "Internal/MutexBackport.swift",
        "Internal/NSRecursiveLock+WithLock.swift",
        "Internal/PassthroughRelay.swift",
        "Internal/PersistentReferences.swift",
        "Internal/Reference.swift",
        "Internal/SharedChangeTracker.swift",
        "Internal/TypeName.swift",
        "Shared.swift",
        "SharedBinding.swift",
        "SharedCollection.swift",
        "SharedContinuations.swift",
        "SharedKey.swift",
        "SharedKeys/AppStorageKey.swift",
        "SharedKeys/DefaultKey.swift",
        "SharedKeys/FileStorageKey.swift",
        "SharedKeys/InMemoryKey.swift",
        "SharedPublisher.swift",
        "SharedReader.swift",
        "SharedReaderKey.swift",
        "SwiftUIStateSharing.swift"
      ],
      "target_dependencies" : [
        "Sharing1",
        "Sharing2"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.