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.7.4 (3bfc40), with Swift 6.1 for Linux on 15 Sep 2025 20:50:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-sharing.git
Reference: 2.7.4
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.7.4      -> FETCH_HEAD
HEAD is now at 3bfc408 Cut down on calls to `withMutation` (#192)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
3bfc408cc2d0bee2287c174da6b1c76768377818
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-sharing.git at 2.7.4
========================================
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" : "3.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",
        "ParametrizedTests.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-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6334] Fetching swift-dependencies
[508/8179] Fetching swift-dependencies, swift-perception
[3958/12777] Fetching swift-dependencies, swift-perception, swift-custom-dump
[4096/14871] Fetching swift-dependencies, swift-perception, swift-custom-dump, swift-docc-plugin
[4282/16405] Fetching swift-dependencies, swift-perception, swift-custom-dump, swift-docc-plugin, swift-identified-collections
[6115/21904] Fetching swift-dependencies, swift-perception, swift-custom-dump, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.79s)
[13300/20059] Fetching swift-dependencies, swift-custom-dump, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.17s)
Fetching https://github.com/pointfreeco/combine-schedulers
[11746/13725] Fetching swift-custom-dump, swift-docc-plugin, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.29s)
[5110/7911] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-concurrency-extras
[5988/10328] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.75s)
[6463/9450] Fetching swift-identified-collections, xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.59s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (2.09s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.11s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (3.18s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.07s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.98s)
Fetching https://github.com/apple/swift-collections
[1/17460] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.11s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (3.33s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (4.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3527] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.10s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.02s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.7 (1.18s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71917] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.00s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (8.29s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.16s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (1.11s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.50s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.32s)
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.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/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.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/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.7
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write sources
[3/24] Copying PrivacyInfo.xcprivacy
[3/24] Write sources
[19/24] Write swift-version-24593BA9C3E375BF.txt
[21/55] Emitting module Sharing2
[22/55] Compiling Sharing2 Empty.swift
[23/56] Emitting module Sharing1
[24/56] Compiling Sharing1 Empty.swift
[25/57] Compiling IssueReportingPackageSupport _Test.swift
[26/57] Emitting module IssueReportingPackageSupport
[27/58] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/59] Compiling InternalCollectionsUtilities Debugging.swift
[31/59] Compiling InternalCollectionsUtilities Descriptions.swift
[32/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/59] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/59] Emitting module InternalCollectionsUtilities
[36/59] Compiling ConcurrencyExtras Locking.swift
[37/59] Compiling ConcurrencyExtras UncheckedBox.swift
[38/59] Compiling ConcurrencyExtras ActorIsolated.swift
[39/59] Compiling ConcurrencyExtras AnyHashableSendable.swift
[40/59] Compiling ConcurrencyExtras AsyncStream.swift
[41/59] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[44/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/60] Wrapping AST for IssueReportingPackageSupport for debugging
[47/137] Emitting module IssueReportingTestSupport
[48/137] Compiling IssueReportingTestSupport SwiftTesting.swift
[49/137] Compiling OrderedCollections OrderedDictionary+Codable.swift
[50/137] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[51/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[52/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[53/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[54/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[55/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[56/139] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[57/139] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[58/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[59/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[60/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[61/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[62/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[63/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[64/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[65/146] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/146] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/146] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/146] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/146] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/146] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/146] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/146] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/146] Compiling OrderedCollections OrderedDictionary.swift
[74/146] Compiling OrderedCollections OrderedSet+Codable.swift
[75/146] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[76/146] Compiling OrderedCollections OrderedSet+Descriptions.swift
[77/146] Compiling OrderedCollections OrderedSet+Diffing.swift
[78/146] Compiling OrderedCollections OrderedSet+Equatable.swift
[79/146] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[80/146] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/146] Compiling OrderedCollections OrderedSet+Initializers.swift
[82/146] Compiling OrderedCollections OrderedSet+Insertions.swift
[83/146] Compiling OrderedCollections OrderedSet+Invariants.swift
[84/146] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[85/146] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[86/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[87/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[88/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[89/146] Compiling IssueReporting WithExpectedIssue.swift
[90/146] Compiling IssueReporting WithIssueContext.swift
[95/146] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[96/146] Compiling OrderedCollections OrderedDictionary+Elements.swift
[97/146] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[98/146] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[99/146] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[100/146] Compiling OrderedCollections _HashTable+Testing.swift
[101/146] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[102/146] Emitting module ConcurrencyExtras
[103/146] Compiling OrderedCollections _HashTable+Bucket.swift
[104/146] Compiling OrderedCollections _HashTable+BucketIterator.swift
[107/147] Compiling OrderedCollections _HashTable+Constants.swift
[108/147] Compiling ConcurrencyExtras Result.swift
[109/147] Compiling ConcurrencyExtras MainSerialExecutor.swift
[110/147] Compiling ConcurrencyExtras LockIsolated.swift
[111/147] Compiling ConcurrencyExtras Task.swift
[112/147] Emitting module IssueReporting
[113/147] Compiling OrderedCollections _HashTable.swift
[114/147] Compiling OrderedCollections _Hashtable+Header.swift
[122/147] Compiling IssueReportingTestSupport XCTest.swift
[134/148] Compiling ConcurrencyExtras UncheckedSendable.swift
[138/150] Wrapping AST for IssueReportingTestSupport for debugging
[139/150] Write Objects.LinkFileList
[142/150] Compiling OrderedCollections OrderedSet+Sendable.swift
[143/150] Compiling OrderedCollections OrderedSet+SubSequence.swift
[144/150] Compiling OrderedCollections OrderedSet+Testing.swift
[145/150] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[146/150] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/150] Compiling OrderedCollections OrderedSet.swift
[148/150] Compiling OrderedCollections _UnsafeBitset.swift
[148/169] Linking libIssueReportingTestSupport.so
[150/188] Compiling XCTestDynamicOverlay Exports.swift
[151/188] Compiling Clocks SwiftUI.swift
[152/189] Compiling CombineSchedulers UIScheduler.swift
[153/189] Compiling CombineSchedulers Timer.swift
[154/189] Compiling CombineSchedulers SwiftUI.swift
[155/189] Compiling CombineSchedulers TestScheduler.swift
[156/189] Compiling CombineSchedulers UIKit.swift
[157/190] Compiling Clocks Lock.swift
[158/190] Compiling CombineSchedulers ImmediateScheduler.swift
[159/190] Compiling CombineSchedulers Deprecations.swift
[160/190] Compiling CombineSchedulers Lock.swift
[161/190] Compiling CombineSchedulers NSRecursiveLock.swift
[162/190] Compiling CombineSchedulers AnyScheduler.swift
[163/190] Compiling CombineSchedulers Concurrency.swift
[164/190] Compiling Clocks Timer.swift
[165/190] Emitting module OrderedCollections
[166/190] Emitting module CombineSchedulers
[168/191] Compiling CombineSchedulers UnimplementedScheduler.swift
[170/192] Compiling Clocks AnyClock.swift
[171/192] Emitting module Clocks
[172/192] Compiling Clocks ImmediateClock.swift
[173/192] Compiling Clocks UnimplementedClock.swift
[174/192] Compiling Clocks _AsyncTimerSequence.swift
[175/192] Compiling Clocks TestClock.swift
[177/193] Emitting module XCTestDynamicOverlay
[178/193] Compiling XCTestDynamicOverlay Deprecations.swift
[180/262] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[181/262] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[182/262] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[183/264] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[184/264] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[185/264] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[189/264] Compiling IdentifiedCollections Identified.swift
[190/270] Compiling Dependencies Deprecations.swift
[191/270] Compiling Dependencies Exports.swift
[192/270] Compiling Dependencies TypeName.swift
[193/270] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[194/270] Compiling IdentifiedCollections IdentifiedArray.swift
[195/270] Compiling IdentifiedCollections IdentifiedCollection.swift
[196/270] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[199/270] Compiling Dependencies TestTrait.swift
[200/270] Compiling Dependencies WithDependencies.swift
[201/270] Compiling CustomDump String.swift
[204/270] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[206/270] Emitting module CustomDump
[207/270] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[208/270] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[210/270] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[214/270] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[215/270] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[222/270] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[223/270] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[228/270] Emitting module IdentifiedCollections
[229/271] Compiling CustomDump Unordered.swift
[230/271] Compiling CustomDump XCTAssertDifference.swift
[231/271] Compiling CustomDump XCTAssertNoDifference.swift
[237/272] Compiling Dependencies PreviewTrait.swift
[240/272] Emitting module Dependencies
[246/273] Compiling PerceptionCore _PerceptionRegistrar.swift
[253/273] Emitting module PerceptionCore
[276/297] Compiling Sharing Deprecations.swift
[277/297] Compiling Sharing KeyPath+Sendable.swift
[278/297] Compiling Sharing MutexBackport.swift
[279/299] Compiling Sharing SharedPublisher.swift
[280/299] Compiling Sharing SharedReader.swift
[281/299] Compiling Sharing SharedReaderKey.swift
[282/299] Compiling Sharing DefaultKey.swift
[283/299] Compiling Sharing FileStorageKey.swift
[284/299] Compiling Sharing InMemoryKey.swift
[285/299] Emitting module Sharing
[286/299] Compiling Sharing SwiftUIStateSharing.swift
[287/299] Compiling Sharing resource_bundle_accessor.swift
[288/299] Compiling Sharing SharedContinuations.swift
[289/299] Compiling Sharing SharedKey.swift
[290/299] Compiling Sharing AppStorageKey.swift
[291/299] Compiling Sharing Shared.swift
[292/299] Compiling Sharing SharedBinding.swift
[293/299] Compiling Sharing SharedCollection.swift
[294/299] Compiling Sharing NSRecursiveLock+WithLock.swift
[295/299] Compiling Sharing PassthroughRelay.swift
[296/299] Compiling Sharing PersistentReferences.swift
[297/299] Compiling Sharing Reference.swift
[298/299] Compiling Sharing SharedChangeTracker.swift
[299/299] Compiling Sharing TypeName.swift
Build complete! (95.67s)
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" : "3.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",
        "ParametrizedTests.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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.