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 main (97f6ff), with Swift 6.1 for Linux on 6 Jun 2025 22:29:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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: 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/pointfreeco/swift-sharing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97f6ffb Dead code (#168)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
97f6ffbacd5e7459e1791f98f5e88d42ba9161b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-sharing.git at main
========================================
Build
========================================
Selected platform:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1411] Fetching swift-perception
[707/3479] Fetching swift-perception, swift-docc-plugin
[1640/8060] Fetching swift-perception, swift-docc-plugin, swift-custom-dump
[7979/13518] Fetching swift-perception, swift-docc-plugin, swift-custom-dump, xctest-dynamic-overlay
[8607/15052] Fetching swift-perception, swift-docc-plugin, swift-custom-dump, xctest-dynamic-overlay, swift-identified-collections
[12652/21301] Fetching swift-perception, swift-docc-plugin, swift-custom-dump, xctest-dynamic-overlay, swift-identified-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-perception from cache (0.60s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.70s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.71s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.71s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.71s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
[1/852] Fetching swift-concurrency-extras
[853/3262] Fetching swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.31s)
[73/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.46s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.48s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70764] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.02s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (5.47s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.98s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (2.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.87s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.47s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.27s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.71s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.61s)
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-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
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/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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
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-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
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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
[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 IssueReportingTestSupport
[21/73] Compiling IssueReporting ErrorReporting.swift
[22/73] Compiling IssueReporting AppHostWarning.swift
[23/74] Compiling Sharing2 Empty.swift
[24/74] Emitting module Sharing2
[25/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/74] Compiling InternalCollectionsUtilities Descriptions.swift
[27/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/78] Compiling IssueReporting TestContext.swift
[29/78] Compiling IssueReporting Unimplemented.swift
[30/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/78] Compiling InternalCollectionsUtilities Debugging.swift
[32/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[37/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/78] Compiling InternalCollectionsUtilities Integer rank.swift
[40/78] Emitting module InternalCollectionsUtilities
[44/78] Emitting module Sharing1
[45/78] Compiling Sharing1 Empty.swift
[47/79] Compiling ConcurrencyExtras UncheckedSendable.swift
[48/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/80] Compiling IssueReporting WithExpectedIssue.swift
[51/80] Compiling IssueReporting WithIssueContext.swift
[52/135] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/135] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/135] Emitting module ConcurrencyExtras
[55/135] Compiling ConcurrencyExtras Result.swift
[56/135] Compiling ConcurrencyExtras Task.swift
[57/135] Compiling ConcurrencyExtras MainSerialExecutor.swift
[58/135] Compiling OrderedCollections _HashTable+Testing.swift
[59/135] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[60/135] Compiling ConcurrencyExtras LockIsolated.swift
[61/135] Compiling OrderedCollections _HashTable+Constants.swift
[62/135] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[63/136] Compiling IssueReportingTestSupport XCTest.swift
[64/136] Compiling IssueReportingTestSupport SwiftTesting.swift
[66/137] Wrapping AST for IssueReportingTestSupport for debugging
[67/137] Write Objects.LinkFileList
[69/137] Compiling OrderedCollections _HashTable+Bucket.swift
[70/137] Compiling OrderedCollections _HashTable+BucketIterator.swift
[73/137] Compiling OrderedCollections _HashTable.swift
[74/137] Compiling OrderedCollections _Hashtable+Header.swift
[75/137] Compiling OrderedCollections OrderedSet+Descriptions.swift
[76/137] Compiling OrderedCollections OrderedSet+Diffing.swift
[77/137] Compiling OrderedCollections OrderedSet+Equatable.swift
[78/137] Compiling OrderedCollections OrderedDictionary.swift
[79/137] Compiling OrderedCollections OrderedSet+Codable.swift
[80/137] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[81/137] Emitting module IssueReporting
[90/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[91/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[92/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[93/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[94/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[95/145] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[96/145] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[97/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[105/145] Compiling OrderedCollections OrderedSet+Initializers.swift
[106/145] Compiling OrderedCollections OrderedSet+Insertions.swift
[107/145] Compiling OrderedCollections OrderedSet+Invariants.swift
[108/145] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[109/145] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[110/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[111/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[112/145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[112/169] Linking libIssueReportingTestSupport.so
[114/170] Compiling OrderedCollections OrderedDictionary+Codable.swift
[115/170] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[116/170] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[117/170] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[118/170] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[119/170] Compiling OrderedCollections OrderedDictionary+Elements.swift
[120/170] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[121/170] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[122/170] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[123/170] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[124/170] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[125/170] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[126/170] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[127/170] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[128/170] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[129/170] Compiling OrderedCollections OrderedDictionary+Values.swift
[130/181] Compiling XCTestDynamicOverlay Exports.swift
[131/181] Compiling CombineSchedulers UIScheduler.swift
[132/182] Compiling CombineSchedulers SwiftUI.swift
[133/182] Compiling CombineSchedulers TestScheduler.swift
[134/182] Compiling CombineSchedulers UIKit.swift
[135/182] Compiling CombineSchedulers Timer.swift
[136/182] Compiling Clocks Timer.swift
[137/183] Emitting module CombineSchedulers
[138/183] Compiling Clocks Lock.swift
[139/183] Compiling Clocks ImmediateClock.swift
[140/183] Compiling Clocks _AsyncTimerSequence.swift
[141/183] Emitting module Clocks
[142/183] Compiling Clocks AnyClock.swift
[143/183] Compiling CombineSchedulers Lock.swift
[144/183] Compiling CombineSchedulers NSRecursiveLock.swift
[145/183] Compiling CombineSchedulers ImmediateScheduler.swift
[146/183] Compiling CombineSchedulers Deprecations.swift
[147/183] Compiling CombineSchedulers AnyScheduler.swift
[148/183] Compiling CombineSchedulers Concurrency.swift
[149/183] Compiling CombineSchedulers UnimplementedScheduler.swift
[151/184] Compiling XCTestDynamicOverlay Deprecations.swift
[152/184] Emitting module XCTestDynamicOverlay
[153/185] Compiling Clocks UnimplementedClock.swift
[154/185] Compiling Clocks SwiftUI.swift
[155/185] Compiling Clocks TestClock.swift
[166/236] Compiling OrderedCollections OrderedSet+Sendable.swift
[167/236] Compiling OrderedCollections OrderedSet+SubSequence.swift
[168/236] Compiling OrderedCollections OrderedSet+Testing.swift
[169/236] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[170/236] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[171/236] Compiling OrderedCollections OrderedSet.swift
[172/236] Compiling OrderedCollections _UnsafeBitset.swift
[173/236] Emitting module OrderedCollections
[175/237] Compiling CustomDump StoreKit.swift
[176/237] Compiling CustomDump Swift.swift
[177/237] Compiling CustomDump SwiftUI.swift
[178/237] Compiling CustomDump UIKit.swift
[181/240] Compiling CustomDump UserNotifications.swift
[182/243] Compiling CustomDump Foundation.swift
[185/243] Compiling Dependencies TestTrait.swift
[186/243] Compiling Dependencies WithDependencies.swift
[187/243] Compiling CustomDump String.swift
[188/243] Compiling CustomDump ExpectNoDifference.swift
[189/243] Compiling CustomDump AnyType.swift
[190/243] Compiling CustomDump CollectionDifference.swift
[191/243] Compiling CustomDump CoreImage.swift
[192/243] Compiling CustomDump CoreLocation.swift
[193/243] Compiling CustomDump CoreMotion.swift
[194/243] Compiling CustomDump UserNotificationsUI.swift
[195/243] Compiling CustomDump CustomDumpReflectable.swift
[196/243] Compiling CustomDump CustomDumpRepresentable.swift
[197/253] Compiling CustomDump CustomDumpStringConvertible.swift
[198/253] Compiling CustomDump Diff.swift
[199/253] Compiling CustomDump Dump.swift
[200/261] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[203/261] Compiling CustomDump Unordered.swift
[204/261] Compiling CustomDump XCTAssertDifference.swift
[205/261] Compiling CustomDump XCTAssertNoDifference.swift
[206/261] Compiling IdentifiedCollections Identified.swift
[207/261] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[208/261] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[209/261] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[210/261] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[211/261] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[212/261] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[213/261] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[214/261] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[215/261] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[216/261] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[217/261] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[218/261] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[220/263] Emitting module CustomDump
[221/263] Emitting module IdentifiedCollections
[222/263] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[223/263] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[226/263] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[235/263] Emitting module PerceptionCore
[238/264] Compiling Dependencies PreviewTrait.swift
[241/264] Compiling IdentifiedCollections IdentifiedArray.swift
[242/264] Compiling IdentifiedCollections IdentifiedCollection.swift
[243/265] Compiling PerceptionCore PerceptionTracking.swift
[244/265] Compiling PerceptionCore PerceptionRegistrar.swift
[247/265] Compiling PerceptionCore WithPerceptionTracking.swift
[253/265] Emitting module Dependencies
[269/290] Compiling Sharing DefaultKey.swift
[270/290] Compiling Sharing FileStorageKey.swift
[271/290] Compiling Sharing InMemoryKey.swift
[272/292] Emitting module Sharing
[273/292] Compiling Sharing SharedPublisher.swift
[274/292] Compiling Sharing SharedReader.swift
[275/292] Compiling Sharing SharedReaderKey.swift
[276/292] Compiling Sharing Shared.swift
[277/292] Compiling Sharing SharedBinding.swift
[278/292] Compiling Sharing SharedCollection.swift
[279/292] Compiling Sharing NSRecursiveLock+WithLock.swift
[280/292] Compiling Sharing PassthroughRelay.swift
[281/292] Compiling Sharing PersistentReferences.swift
[282/292] Compiling Sharing SharedContinuations.swift
[283/292] Compiling Sharing SharedKey.swift
[284/292] Compiling Sharing AppStorageKey.swift
[285/292] Compiling Sharing SwiftUIStateSharing.swift
[286/292] Compiling Sharing resource_bundle_accessor.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! (55.19s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.