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 (aaf605), with Swift 6.1 for Linux on 1 Sep 2025 21:19:56 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/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: 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 aaf6057 Add `CustomReflectable` conformances (#191)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
aaf605733bd93126d1a3658b4021146d95c94cb6
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/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-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
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/swiftlang/swift-docc-plugin
[1/1838] Fetching swift-perception
[1803/8140] Fetching swift-perception, swift-dependencies
[1840/10234] Fetching swift-perception, swift-dependencies, swift-docc-plugin
[4528/14811] Fetching swift-perception, swift-dependencies, swift-docc-plugin, swift-custom-dump
[10342/16345] Fetching swift-perception, swift-dependencies, swift-docc-plugin, swift-custom-dump, swift-identified-collections
[14235/21850] Fetching swift-perception, swift-dependencies, swift-docc-plugin, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.55s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.57s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.57s)
Fetching https://github.com/pointfreeco/combine-schedulers
[5031/7343] Fetching swift-perception, xctest-dynamic-overlay
[7344/8221] Fetching swift-perception, xctest-dynamic-overlay, swift-concurrency-extras
[8222/10638] Fetching swift-perception, xctest-dynamic-overlay, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.37s)
[9108/9760] Fetching swift-perception, xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/swift-perception from cache (0.96s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.97s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.50s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.80s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.48s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.47s)
Fetching https://github.com/apple/swift-collections
[1/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.08s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.77s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.93s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3490] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.96s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.43s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.6 (0.61s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.62s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (7.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.75s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (0.54s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.29s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.81s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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/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-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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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 2.0.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/24] Write sources
[8/24] Copying PrivacyInfo.xcprivacy
[8/24] Write sources
[19/24] Write swift-version-24593BA9C3E375BF.txt
[21/55] Emitting module IssueReportingPackageSupport
[22/55] Emitting module InternalCollectionsUtilities
[23/56] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/56] Compiling InternalCollectionsUtilities Descriptions.swift
[26/56] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/56] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/56] Compiling InternalCollectionsUtilities Debugging.swift
[29/56] Compiling Sharing1 Empty.swift
[30/56] Emitting module Sharing1
[31/57] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/57] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/57] Emitting module Sharing2
[34/57] Compiling Sharing2 Empty.swift
[35/58] Compiling IssueReportingPackageSupport _Test.swift
[36/58] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/58] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/58] Compiling ConcurrencyExtras Locking.swift
[39/58] Compiling ConcurrencyExtras UncheckedBox.swift
[40/59] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/59] Compiling ConcurrencyExtras AnyHashableSendable.swift
[45/60] Wrapping AST for IssueReportingPackageSupport for debugging
[47/137] Emitting module IssueReportingTestSupport
[48/137] Compiling IssueReporting TestContext.swift
[49/137] Compiling IssueReporting Unimplemented.swift
[50/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/139] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/139] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[58/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[59/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[60/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[61/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[62/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[63/139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[64/146] Emitting module IssueReporting
[65/146] Compiling OrderedCollections OrderedDictionary.swift
[66/146] Compiling OrderedCollections OrderedSet+Codable.swift
[67/146] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[68/146] Compiling OrderedCollections OrderedSet+Descriptions.swift
[69/146] Compiling OrderedCollections OrderedSet+Diffing.swift
[70/146] Compiling OrderedCollections OrderedSet+Equatable.swift
[71/146] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[72/146] Compiling OrderedCollections OrderedSet+Hashable.swift
[73/146] Compiling OrderedCollections OrderedSet+Initializers.swift
[74/146] Compiling OrderedCollections OrderedSet+Insertions.swift
[75/146] Compiling OrderedCollections OrderedSet+Invariants.swift
[76/146] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[77/146] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[78/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[79/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[80/146] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[83/146] Compiling IssueReporting WithExpectedIssue.swift
[84/146] Compiling IssueReporting WithIssueContext.swift
[85/146] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[86/146] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[87/146] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[88/146] Compiling OrderedCollections OrderedDictionary+Values.swift
[89/146] Compiling IssueReporting SwiftTesting.swift
[90/146] Compiling IssueReporting UncheckedSendable.swift
[91/146] Compiling IssueReporting Warn.swift
[92/146] Compiling IssueReporting XCTest.swift
[93/146] Compiling IssueReporting IsTesting.swift
[94/146] Compiling IssueReporting IssueReporter.swift
[95/146] Compiling IssueReporting ErrorReporting.swift
[96/146] Compiling IssueReporting AppHostWarning.swift
[103/146] Emitting module ConcurrencyExtras
[104/147] Compiling ConcurrencyExtras Task.swift
[105/147] Compiling ConcurrencyExtras Result.swift
[106/147] Compiling ConcurrencyExtras LockIsolated.swift
[107/147] Compiling ConcurrencyExtras MainSerialExecutor.swift
[110/147] Compiling IssueReporting BreakpointReporter.swift
[111/147] Compiling IssueReporting FatalErrorReporter.swift
[112/147] Compiling IssueReporting RuntimeWarningReporter.swift
[113/147] Compiling IssueReporting ReportIssue.swift
[114/147] Compiling IssueReportingTestSupport SwiftTesting.swift
[115/147] Compiling IssueReportingTestSupport XCTest.swift
[116/148] Compiling IssueReporting Deprecations.swift
[117/148] Compiling IssueReporting FailureObserver.swift
[118/148] Compiling IssueReporting LockIsolated.swift
[119/148] Compiling IssueReporting Rethrows.swift
[125/148] Compiling ConcurrencyExtras UncheckedSendable.swift
[126/149] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/149] Compiling OrderedCollections OrderedSet+SubSequence.swift
[128/149] Compiling OrderedCollections OrderedSet+Testing.swift
[129/149] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[130/149] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[131/149] Compiling OrderedCollections OrderedSet.swift
[132/149] Compiling OrderedCollections _UnsafeBitset.swift
[146/150] Emitting module OrderedCollections
[146/151] Wrapping AST for IssueReportingTestSupport for debugging
[147/151] Write Objects.LinkFileList
[151/205] Compiling CombineSchedulers Timer.swift
[152/208] Compiling IdentifiedCollections Identified.swift
[153/208] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[153/208] Linking libIssueReportingTestSupport.so
[155/208] Compiling CombineSchedulers UIScheduler.swift
[156/208] Compiling CombineSchedulers UIKit.swift
[157/208] Compiling XCTestDynamicOverlay Exports.swift
[158/208] Compiling Clocks Timer.swift
[159/209] Compiling CombineSchedulers UnimplementedScheduler.swift
[160/209] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[161/209] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[162/209] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[163/209] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[164/209] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[165/209] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[166/209] Emitting module CombineSchedulers
[167/210] Compiling Clocks ImmediateClock.swift
[168/210] Emitting module Clocks
[169/210] Compiling Clocks _AsyncTimerSequence.swift
[170/210] Compiling Clocks AnyClock.swift
[172/210] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[173/210] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[174/210] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[175/210] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[179/212] Compiling Clocks SwiftUI.swift
[180/212] Compiling Clocks Lock.swift
[181/212] Compiling Clocks TestClock.swift
[182/212] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[183/212] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[184/212] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[185/212] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[186/212] Compiling XCTestDynamicOverlay Deprecations.swift
[187/212] Emitting module XCTestDynamicOverlay
[191/213] Compiling Clocks UnimplementedClock.swift
[194/214] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[195/214] Emitting module IdentifiedCollections
[198/214] Compiling IdentifiedCollections IdentifiedArray.swift
[199/214] Compiling IdentifiedCollections IdentifiedCollection.swift
[201/265] Compiling CustomDump GameKit.swift
[202/265] Compiling CustomDump KeyPath.swift
[203/265] Compiling CustomDump Photos.swift
[204/265] Compiling CustomDump Speech.swift
[205/266] Emitting module PerceptionCore
[206/266] Compiling CustomDump ExpectNoDifference.swift
[207/266] Compiling CustomDump AnyType.swift
[208/266] Compiling CustomDump CollectionDifference.swift
[209/266] Compiling CustomDump Identifiable.swift
[210/266] Compiling CustomDump Mirror.swift
[211/266] Compiling CustomDump String.swift
[216/272] Compiling CustomDump StoreKit.swift
[217/272] Compiling CustomDump Swift.swift
[221/272] Compiling CustomDump CoreImage.swift
[222/272] Compiling CustomDump CoreLocation.swift
[223/272] Compiling CustomDump CoreMotion.swift
[224/272] Compiling CustomDump Foundation.swift
[228/272] Compiling CustomDump SwiftUI.swift
[229/272] Compiling CustomDump UIKit.swift
[230/272] Compiling CustomDump UserNotifications.swift
[231/272] Compiling CustomDump UserNotificationsUI.swift
[232/272] Compiling CustomDump CustomDumpReflectable.swift
[233/272] Compiling CustomDump CustomDumpRepresentable.swift
[236/272] Emitting module CustomDump
[245/272] Compiling PerceptionCore _PerceptionRegistrar.swift
[247/273] Compiling CustomDump Unordered.swift
[248/273] Compiling CustomDump XCTAssertDifference.swift
[249/273] Compiling CustomDump XCTAssertNoDifference.swift
[254/273] Emitting module Dependencies
[255/273] Compiling Dependencies PreviewTrait.swift
[256/273] Compiling Dependencies TestTrait.swift
[257/273] Compiling Dependencies WithDependencies.swift
[266/274] Compiling CustomDump ExpectDifference.swift
[276/297] Emitting module Sharing
[277/297] Compiling Sharing DefaultKey.swift
[278/297] Compiling Sharing FileStorageKey.swift
[279/297] Compiling Sharing InMemoryKey.swift
[280/299] Compiling Sharing Shared.swift
[281/299] Compiling Sharing SharedBinding.swift
[282/299] Compiling Sharing SharedCollection.swift
[283/299] Compiling Sharing SharedPublisher.swift
[284/299] Compiling Sharing SharedReader.swift
[285/299] Compiling Sharing SharedReaderKey.swift
[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 NSRecursiveLock+WithLock.swift
[292/299] Compiling Sharing PassthroughRelay.swift
[293/299] Compiling Sharing PersistentReferences.swift
[294/299] Compiling Sharing Deprecations.swift
[295/299] Compiling Sharing KeyPath+Sendable.swift
[296/299] Compiling Sharing MutexBackport.swift
[297/299] Compiling Sharing Reference.swift
[298/299] Compiling Sharing SharedChangeTracker.swift
[299/299] Compiling Sharing TypeName.swift
Build complete! (80.58s)
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.