The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-sharing, reference main (bc27f8), with Swift 6.1 for Linux on 27 Mar 2026 05:38:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images: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.69.2
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 bc27f83 feat: Expose reference APIs (#205)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
bc27f8322bc30f6ce7d864d137dc77a6de8b57eb
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" : "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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images: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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/1542] Fetching swift-identified-collections
[202/8288] Fetching swift-identified-collections, swift-dependencies
[564/13701] Fetching swift-identified-collections, swift-dependencies, swift-custom-dump
[1444/15663] Fetching swift-identified-collections, swift-dependencies, swift-custom-dump, swift-perception
[1994/17834] Fetching swift-identified-collections, swift-dependencies, swift-custom-dump, swift-perception, swift-docc-plugin
[5550/23557] Fetching swift-identified-collections, swift-dependencies, swift-custom-dump, swift-perception, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (1.08s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.09s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.11s)
[11837/14011] Fetching swift-identified-collections, swift-dependencies, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.35s)
[10352/12469] Fetching swift-dependencies, xctest-dynamic-overlay
[10754/13363] Fetching swift-dependencies, xctest-dynamic-overlay, swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.53s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.96s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.98s)
[1/2550] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.59s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (3.10s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.91s)
Fetching https://github.com/apple/swift-collections
[1/22970] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.36s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (3.44s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.93s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (5.20s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.97s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.96s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (1.03s)
Fetching https://github.com/swiftlang/swift-syntax
[1/74847] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.74s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (11.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (1.65s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.95s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1317] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.05s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.98s)
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
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.9.0
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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.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.6
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/29] Write sources
[11/29] Copying PrivacyInfo.xcprivacy
[23/29] Write swift-version-24593BA9C3E375BF.txt
[25/42] Emitting module Sharing1
[25/42] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[27/156] Emitting module OpenCombine
[28/168] Emitting module IssueReportingPackageSupport
[29/168] Compiling IssueReportingPackageSupport _Test.swift
[30/168] Compiling OpenCombine Utils.swift
[31/168] Compiling OpenCombine Violations.swift
[34/170] Compiling OpenCombine ImmediateScheduler.swift
[35/170] Emitting module InternalCollectionsUtilities
[36/172] Compiling OpenCombine AnySubscriber.swift
[37/172] Compiling OpenCombine Cancellable.swift
[38/172] Compiling OpenCombine AnyCancellable.swift
[39/172] Compiling OpenCombine AnyPublisher.swift
[40/172] Compiling Sharing2 Empty.swift
[41/172] Emitting module Sharing2
[42/172] Compiling OpenCombine Empty.swift
[43/172] Compiling OpenCombine Fail.swift
[44/173] Compiling Sharing1 Empty.swift
[45/174] Compiling OpenCombine ObservableObject.swift
[46/174] Compiling OpenCombine PassthroughSubject.swift
[47/174] Compiling OpenCombine Published.swift
[48/174] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[49/174] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[50/174] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[51/174] Compiling OpenCombine Publisher+Subscribe.swift
[52/174] Compiling OpenCombine Deferred.swift
[55/174] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/174] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/175] Compiling OpenCombine Publishers.Count.swift
[59/175] Compiling OpenCombine Publishers.Debounce.swift
[60/175] Compiling OpenCombine Publishers.Delay.swift
[61/175] Compiling OpenCombine Publishers.Drop.swift
[62/175] Compiling OpenCombine Publishers.DropUntilOutput.swift
[63/175] Compiling OpenCombine Publishers.DropWhile.swift
[64/175] Compiling OpenCombine Publishers.Filter.swift
[65/175] Compiling OpenCombine Publishers.First.swift
[66/175] Compiling OpenCombine Publishers.FlatMap.swift
[67/175] Compiling OpenCombine Publishers.HandleEvents.swift
[68/175] Compiling OpenCombine Publishers.IgnoreOutput.swift
[69/175] Compiling OpenCombine Publishers.Last.swift
[70/175] Compiling OpenCombine Publishers.MakeConnectable.swift
[70/175] Wrapping AST for IssueReportingPackageSupport for debugging
[73/175] Compiling ConcurrencyExtras UncheckedSendable.swift
[74/198] Compiling IssueReporting ErrorReporting.swift
[75/198] Compiling IssueReporting AppHostWarning.swift
[76/198] Compiling IssueReporting Deprecations.swift
[77/198] Compiling IssueReporting FailureObserver.swift
[78/198] Compiling IssueReporting LockIsolated.swift
[79/198] Compiling IssueReporting Rethrows.swift
[80/198] Compiling IssueReporting SwiftTesting.swift
[81/198] Compiling IssueReporting UncheckedSendable.swift
[82/198] Compiling IssueReporting Warn.swift
[83/198] Compiling IssueReporting XCTest.swift
[84/198] Compiling IssueReporting IsTesting.swift
[85/198] Compiling IssueReporting IssueReporter.swift
[86/198] Compiling IssueReporting IssueSeverity.swift
[87/198] Compiling OpenCombine ConduitBase.swift
[88/198] Compiling OpenCombine ConduitList.swift
[89/198] Compiling OpenCombine DebugHook.swift
[90/198] Compiling OpenCombine FilterProducer.swift
[91/198] Compiling OpenCombine Locking.swift
[92/198] Compiling OpenCombine PartialCompletion.swift
[93/198] Compiling OpenCombine PublishedSubject.swift
[94/198] Compiling OpenCombine PublishedSubscriber.swift
[95/198] Compiling OpenCombine ReduceProducer.swift
[96/198] Compiling OpenCombine SubjectSubscriber.swift
[97/198] Compiling OpenCombine SubscriberTap.swift
[98/198] Compiling OpenCombine SubscriptionStatus.swift
[99/198] Compiling OpenCombine SubscriptionTap.swift
[100/198] Compiling IssueReporting ReportIssue.swift
[101/198] Compiling IssueReporting BreakpointReporter.swift
[102/198] Compiling IssueReporting DefaultReporter.swift
[103/198] Compiling IssueReporting FatalErrorReporter.swift
[104/198] Compiling IssueReporting TestContext.swift
[105/198] Compiling IssueReporting Unimplemented.swift
[106/198] Compiling OpenCombine ConcurrencyHelpers.swift
[107/198] Compiling OpenCombine Future+Concurrency.swift
[108/198] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[109/198] Compiling OpenCombine CurrentValueSubject.swift
[110/198] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[111/198] Compiling OpenCombine Future.swift
[112/198] Compiling OpenCombine GENERATED-RootProtocols.swift
[113/198] Compiling OpenCombine Just.swift
[114/198] Compiling OpenCombine Optional.Publisher.swift
[115/198] Compiling OpenCombine Publishers.AllSatisfy.swift
[116/198] Compiling OpenCombine Publishers.AssertNoFailure.swift
[117/198] Compiling OpenCombine Publishers.Autoconnect.swift
[118/198] Compiling OpenCombine Publishers.Breakpoint.swift
[119/198] Compiling OpenCombine Publishers.Buffer.swift
[120/198] Compiling OpenCombine Publishers.Collect.swift
[121/198] Compiling OpenCombine Publishers.CollectByCount.swift
[122/198] Compiling OpenCombine Publishers.CompactMap.swift
[123/198] Compiling OpenCombine Publishers.Comparison.swift
[124/198] Compiling OpenCombine Publishers.Concatenate.swift
[125/198] Compiling OpenCombine Publishers.Contains.swift
[126/253] Compiling OpenCombine Result.swift
[127/253] Compiling OpenCombine Scheduler.swift
[128/253] Compiling OpenCombine Subject+Void.swift
[129/253] Compiling OpenCombine Subscriber+Void.swift
[130/253] Compiling OpenCombine Subscribers.Assign.swift
[131/253] Compiling OpenCombine Subscribers.Completion.swift
[132/253] Compiling OpenCombine Subscribers.Demand.swift
[133/253] Compiling OpenCombine Subscribers.Sink.swift
[134/253] Compiling OpenCombine Subscribers.swift
[135/253] Compiling OpenCombine Subscription.swift
[136/253] Compiling OpenCombine Subscriptions.swift
[137/253] Compiling OpenCombine _Introspection.swift
[138/253] Emitting module IssueReportingTestSupport
[139/253] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[140/253] Compiling OrderedCollections OrderedDictionary+Elements.swift
[141/255] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[142/255] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[143/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[146/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[147/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[148/255] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/255] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[150/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[151/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[152/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[153/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[154/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[155/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[156/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[157/262] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[160/262] Compiling IssueReporting WithExpectedIssue.swift
[161/262] Compiling IssueReporting WithIssueContext.swift
[162/262] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[163/262] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[164/262] Compiling OrderedCollections OrderedDictionary+Values.swift
[165/262] Compiling OrderedCollections OrderedDictionary.swift
[166/262] Compiling OrderedCollections OrderedSet+Codable.swift
[167/262] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[168/262] Compiling OrderedCollections OrderedSet+Descriptions.swift
[169/262] Compiling OrderedCollections OrderedSet+Diffing.swift
[170/262] Compiling OrderedCollections OrderedSet+Equatable.swift
[171/262] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[172/262] Compiling OrderedCollections OrderedSet+Hashable.swift
[173/262] Compiling OrderedCollections OrderedDictionary+Codable.swift
[174/262] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[175/262] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/262] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[179/262] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[180/262] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[181/262] Compiling OrderedCollections OrderedSet+Initializers.swift
[182/262] Compiling OrderedCollections OrderedSet+Insertions.swift
[183/262] Compiling OrderedCollections OrderedSet+Invariants.swift
[184/262] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[185/262] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[186/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[187/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[188/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[191/262] Compiling OpenCombine Publishers.Map.swift
[192/262] Compiling OpenCombine Publishers.MapError.swift
[193/262] Compiling OpenCombine Publishers.MeasureInterval.swift
[194/262] Compiling OpenCombine Publishers.Multicast.swift
[195/262] Compiling OpenCombine Publishers.Output.swift
[196/262] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[197/262] Compiling OpenCombine Publishers.PrefixWhile.swift
[198/262] Compiling OpenCombine Publishers.Print.swift
[199/262] Compiling OpenCombine Publishers.ReceiveOn.swift
[200/262] Compiling OpenCombine Publishers.Reduce.swift
[201/262] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[202/262] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[203/262] Compiling OpenCombine Publishers.ReplaceError.swift
[204/262] Compiling OpenCombine Publishers.Retry.swift
[205/262] Compiling OpenCombine Publishers.Scan.swift
[206/262] Compiling OpenCombine Publishers.Sequence.swift
[207/262] Compiling OpenCombine Publishers.SetFailureType.swift
[208/262] Compiling OpenCombine Publishers.Share.swift
[209/262] Compiling OpenCombine Publishers.SubscribeOn.swift
[210/262] Compiling OpenCombine Publishers.SwitchToLatest.swift
[211/262] Compiling OpenCombine Publishers.Throttle.swift
[212/262] Compiling OpenCombine Publishers.Timeout.swift
[213/262] Compiling OpenCombine Publishers.Zip.swift
[214/262] Compiling OpenCombine Publishers.swift
[215/262] Compiling OpenCombine Record.swift
[216/262] Compiling OpenCombine Result.Publisher.swift
[218/276] Compiling ConcurrencyExtras MainSerialExecutor.swift
[219/276] Compiling ConcurrencyExtras Result.swift
[220/276] Compiling ConcurrencyExtras Task.swift
[221/276] Compiling IssueReportingTestSupport SwiftTesting.swift
[222/276] Compiling IssueReportingTestSupport XCTest.swift
[223/276] Compiling ConcurrencyExtras LockIsolated.swift
[224/276] Compiling OpenCombineFoundation JSONEncoder.swift
[225/276] Compiling OpenCombineFoundation NotificationCenter.swift
[226/277] Emitting module ConcurrencyExtras
[227/277] Compiling OpenCombineFoundation Utils.swift
[228/277] Compiling OpenCombineFoundation Violations.swift
[232/278] Compiling OpenCombineFoundation Locking.swift
[233/278] Compiling OpenCombineFoundation Portability.swift
[237/278] Emitting module IssueReporting
[247/278] Compiling OrderedCollections _HashTable.swift
[248/278] Compiling OrderedCollections _Hashtable+Header.swift
[249/278] Compiling OrderedCollections OrderedSet+Sendable.swift
[250/278] Compiling OrderedCollections OrderedSet+SubSequence.swift
[251/278] Compiling OrderedCollections OrderedSet+Testing.swift
[252/278] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[253/278] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[254/278] Compiling OrderedCollections OrderedSet.swift
[255/278] Compiling OrderedCollections _UnsafeBitset.swift
[261/279] Wrapping AST for IssueReportingTestSupport for debugging
[262/279] Write Objects.LinkFileList
[265/279] Emitting module OpenCombineDispatch
[266/279] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[266/280] Linking libIssueReportingTestSupport.so
[269/281] Emitting module OrderedCollections
[271/307] Compiling XCTestDynamicOverlay Exports.swift
[272/307] Compiling Clocks Timer.swift
[273/308] Compiling Clocks SwiftUI.swift
[274/308] Emitting module XCTestDynamicOverlay
[275/308] Emitting module Clocks
[276/326] Compiling Clocks AnyClock.swift
[277/326] Compiling Clocks ImmediateClock.swift
[278/326] Compiling Clocks Lock.swift
[279/326] Compiling Clocks _AsyncTimerSequence.swift
[280/326] Compiling Clocks TestClock.swift
[281/326] Compiling Clocks UnimplementedClock.swift
[282/327] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[283/327] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[284/329] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[285/329] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[286/329] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[287/329] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[288/329] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[290/329] Compiling XCTestDynamicOverlay Deprecations.swift
[291/330] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[292/330] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[293/330] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[294/330] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[295/330] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[296/330] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[297/330] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[298/330] Compiling IdentifiedCollections IdentifiedArray.swift
[299/330] Compiling IdentifiedCollections IdentifiedCollection.swift
[300/330] Compiling IdentifiedCollections Identified.swift
[301/330] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[302/330] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[304/330] Emitting module IdentifiedCollections
[306/359] Compiling CustomDump UniformTypeIdentifiers.swift
[307/359] Compiling CustomDump UserNotifications.swift
[308/359] Compiling CustomDump UserNotificationsUI.swift
[309/359] Compiling CustomDump CustomDumpReflectable.swift
[310/362] Compiling CustomDump GameKit.swift
[311/362] Compiling CustomDump KeyPath.swift
[312/362] Compiling CustomDump Photos.swift
[313/362] Compiling CustomDump Speech.swift
[314/362] Compiling CustomDump Identifiable.swift
[315/362] Compiling CustomDump Mirror.swift
[316/362] Compiling CustomDump String.swift
[317/362] Compiling CustomDump CoreImage.swift
[318/362] Compiling CustomDump CoreLocation.swift
[319/362] Compiling CustomDump CoreMotion.swift
[320/362] Compiling CustomDump Foundation.swift
[321/362] Compiling CustomDump Unordered.swift
[322/362] Compiling CustomDump XCTAssertDifference.swift
[323/362] Compiling CustomDump XCTAssertNoDifference.swift
[326/363] Compiling OpenCombineFoundation PropertyListEncoder.swift
[337/364] Emitting module PerceptionCore
[338/364] Emitting module CustomDump
[341/364] Compiling OpenCombineFoundation Timer+Publisher.swift
[342/364] Emitting module OpenCombineFoundation
[345/364] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[346/364] Compiling OpenCombineFoundation URLSession.swift
[347/364] Compiling PerceptionCore _PerceptionRegistrar.swift
[348/364] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[349/365] Compiling CustomDump CustomDumpRepresentable.swift
[350/365] Compiling CustomDump CustomDumpStringConvertible.swift
[355/368] Compiling CustomDump StoreKit.swift
[356/368] Compiling CustomDump Swift.swift
[357/368] Compiling CustomDump SwiftUI.swift
[358/368] Compiling CustomDump UIKit.swift
[361/368] Compiling CustomDump Diff.swift
[362/368] Compiling CustomDump Dump.swift
[363/368] Compiling CustomDump ExpectDifference.swift
[364/368] Compiling CustomDump ExpectNoDifference.swift
[365/368] Compiling CustomDump AnyType.swift
[366/368] Compiling CustomDump CollectionDifference.swift
[368/369] Emitting module OpenCombineShim
[369/369] Compiling OpenCombineShim OpenCombineShim.swift
[371/383] Compiling CombineSchedulers ImmediateScheduler.swift
[372/383] Compiling CombineSchedulers Deprecations.swift
[373/384] Compiling CombineSchedulers UIKit.swift
[374/384] Compiling CombineSchedulers UIScheduler.swift
[375/384] Compiling CombineSchedulers AnyScheduler.swift
[376/384] Compiling CombineSchedulers Concurrency.swift
[377/384] Compiling CombineSchedulers UnimplementedScheduler.swift
[378/384] Compiling CombineSchedulers Platform.swift
[379/384] Compiling CombineSchedulers SwiftUI.swift
[380/384] Emitting module CombineSchedulers
[381/384] Compiling CombineSchedulers TestScheduler.swift
[382/384] Compiling CombineSchedulers Timer.swift
[383/384] Compiling CombineSchedulers Lock.swift
[384/384] Compiling CombineSchedulers NSRecursiveLock.swift
[386/410] Compiling Dependencies Exports.swift
[387/410] Compiling Dependencies SendableKeyPath.swift
[388/410] Compiling Dependencies TypeName.swift
[389/413] Emitting module Dependencies
[390/413] Compiling Dependencies Assert.swift
[391/413] Compiling Dependencies Calendar.swift
[392/413] Compiling Dependencies Clocks.swift
[393/413] Compiling Dependencies Context.swift
[394/413] Compiling Dependencies Date.swift
[395/413] Compiling Dependencies FireAndForget.swift
[396/413] Compiling Dependencies Locale.swift
[397/413] Compiling Dependencies MainQueue.swift
[398/413] Compiling Dependencies TimeZone.swift
[399/413] Compiling Dependencies URLSession.swift
[400/413] Compiling Dependencies UUID.swift
[401/413] Compiling Dependencies MainRunLoop.swift
[402/413] Compiling Dependencies NotificationCenter.swift
[403/413] Compiling Dependencies OpenURL.swift
[404/413] Compiling Dependencies WithRandomNumberGenerator.swift
[405/413] Compiling Dependencies AppEntryPoint.swift
[406/413] Compiling Dependencies Deprecations.swift
[407/413] Compiling Dependencies PreviewTrait.swift
[408/413] Compiling Dependencies TestTrait.swift
[409/413] Compiling Dependencies WithDependencies.swift
[410/413] Compiling Dependencies Dependency.swift
[411/413] Compiling Dependencies DependencyContext.swift
[412/413] Compiling Dependencies DependencyKey.swift
[413/413] Compiling Dependencies DependencyValues.swift
[415/436] Compiling Sharing NSRecursiveLock+WithLock.swift
[416/436] Compiling Sharing PassthroughRelay.swift
[417/436] Compiling Sharing PersistentReferences.swift
[418/438] Compiling Sharing SwiftUIStateSharing.swift
[419/438] Compiling Sharing resource_bundle_accessor.swift
[420/438] Compiling Sharing SharedContinuations.swift
[421/438] Compiling Sharing SharedKey.swift
[422/438] Compiling Sharing AppStorageKey.swift
[423/438] Compiling Sharing Shared.swift
[424/438] Compiling Sharing SharedBinding.swift
[425/438] Compiling Sharing SharedCollection.swift
[426/438] Compiling Sharing DefaultKey.swift
[427/438] Compiling Sharing FileStorageKey.swift
[428/438] Compiling Sharing InMemoryKey.swift
[429/438] Compiling Sharing SharedPublisher.swift
[430/438] Compiling Sharing SharedReader.swift
[431/438] Compiling Sharing SharedReaderKey.swift
[432/438] Compiling Sharing Deprecations.swift
[433/438] Compiling Sharing KeyPath+Sendable.swift
[434/438] Compiling Sharing MutexBackport.swift
[435/438] Emitting module Sharing
[436/438] Compiling Sharing Reference.swift
[437/438] Compiling Sharing SharedChangeTracker.swift
[438/438] Compiling Sharing TypeName.swift
Build complete! (148.96s)
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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.