Build Information
Successful build of swift-sharing, reference 2.5.2 (75e846
), with Swift 6.1 for Linux on 10 May 2025 00:23:39 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-sharing.git
Reference: 2.5.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/swift-sharing
* tag 2.5.2 -> FETCH_HEAD
HEAD is now at 75e846e Publishers send the latest shared value for new subscriptions. Fixes #160. (#161)
Cloned https://github.com/pointfreeco/swift-sharing.git
Revision (git rev-parse @):
75e846ee3159dc75b3a29bfc24b6ce5a557ddca9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-sharing.git at 2.5.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-sharing.git
https://github.com/pointfreeco/swift-sharing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-identified-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-identified-collections"
},
{
"identity" : "swift-perception",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-sharing",
"name" : "swift-sharing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Sharing",
"targets" : [
"Sharing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SharingTests",
"module_type" : "SwiftTarget",
"name" : "SharingTests",
"path" : "Tests/SharingTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"AppStorageTests.swift",
"BindingTests.swift",
"CompileTimeTests.swift",
"ContinuationTests.swift",
"DefaultTests.swift",
"EquatableTests.swift",
"ErrorThrowingTests.swift",
"FileStorageTests.swift",
"InMemoryTests.swift",
"IsLoadingTests.swift",
"ObservationTests.swift",
"PublisherTests.swift",
"SharedChangeTrackerTests.swift",
"SharedTests.swift"
],
"target_dependencies" : [
"Sharing"
],
"type" : "test"
},
{
"c99name" : "Sharing2",
"module_type" : "SwiftTarget",
"name" : "Sharing2",
"path" : "Sources/VersionMarkerModules/Sharing2",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing1",
"module_type" : "SwiftTarget",
"name" : "Sharing1",
"path" : "Sources/VersionMarkerModules/Sharing1",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing",
"module_type" : "SwiftTarget",
"name" : "Sharing",
"path" : "Sources/Sharing",
"product_dependencies" : [
"CombineSchedulers",
"ConcurrencyExtras",
"CustomDump",
"Dependencies",
"IdentifiedCollections",
"IssueReporting",
"PerceptionCore"
],
"product_memberships" : [
"Sharing"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Sharing/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/Deprecations.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/MutexBackport.swift",
"Internal/NSRecursiveLock+WithLock.swift",
"Internal/PassthroughRelay.swift",
"Internal/PersistentReferences.swift",
"Internal/Reference.swift",
"Internal/SharedChangeTracker.swift",
"Internal/TypeName.swift",
"Shared.swift",
"SharedBinding.swift",
"SharedCollection.swift",
"SharedContinuations.swift",
"SharedKey.swift",
"SharedKeys/AppStorageKey.swift",
"SharedKeys/DefaultKey.swift",
"SharedKeys/FileStorageKey.swift",
"SharedKeys/InMemoryKey.swift",
"SharedPublisher.swift",
"SharedReader.swift",
"SharedReaderKey.swift",
"SwiftUIStateSharing.swift"
],
"target_dependencies" : [
"Sharing1",
"Sharing2"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/2049] Fetching swift-docc-plugin
[227/3460] Fetching swift-docc-plugin, swift-perception
[1638/8041] Fetching swift-docc-plugin, swift-perception, swift-custom-dump
[7407/9549] Fetching swift-docc-plugin, swift-perception, swift-custom-dump, swift-identified-collections
[7953/15005] Fetching swift-docc-plugin, swift-perception, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
[12087/21236] Fetching swift-docc-plugin, swift-perception, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-perception from cache (0.54s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.54s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.55s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.67s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.67s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
[1/2410] Fetching combine-schedulers
[2411/3262] Fetching combine-schedulers, swift-concurrency-extras
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.34s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.36s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.33s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.47s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.41s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.51s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70314] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.47s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (4.92s)
Fetching https://github.com/apple/swift-collections
[1/16371] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.95s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.78s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3378] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.40s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.79s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.72s)
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.75s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.61s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/22] Write sources
[13/22] Copying PrivacyInfo.xcprivacy
[15/22] Write sources
[18/22] Write swift-version-24593BA9C3E375BF.txt
[20/76] Emitting module Sharing2
[21/76] Compiling Sharing2 Empty.swift
[22/77] Compiling IssueReporting IssueReporter.swift
[23/77] Compiling IssueReporting BreakpointReporter.swift
[24/77] Emitting module Sharing1
[25/77] Compiling Sharing1 Empty.swift
[27/80] Emitting module ConcurrencyExtras
[28/80] Compiling IssueReporting SwiftTesting.swift
[29/80] Compiling IssueReporting UncheckedSendable.swift
[30/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/81] Compiling InternalCollectionsUtilities Debugging.swift
[33/81] Compiling InternalCollectionsUtilities Descriptions.swift
[34/81] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/81] Compiling InternalCollectionsUtilities Specialize.swift
[39/81] Compiling IssueReporting Warn.swift
[40/81] Compiling IssueReporting TestContext.swift
[41/81] Compiling IssueReporting Unimplemented.swift
[42/81] Compiling IssueReporting FailureObserver.swift
[43/81] Emitting module InternalCollectionsUtilities
[44/81] Compiling IssueReporting XCTest.swift
[45/81] Compiling IssueReporting IsTesting.swift
[46/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[49/82] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/137] Compiling ConcurrencyExtras Result.swift
[51/137] Compiling ConcurrencyExtras Task.swift
[52/137] Compiling ConcurrencyExtras LockIsolated.swift
[53/137] Compiling OrderedCollections _HashTable+Testing.swift
[54/137] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[55/137] Compiling ConcurrencyExtras MainSerialExecutor.swift
[56/137] Emitting module IssueReportingTestSupport
[57/137] Compiling IssueReportingTestSupport SwiftTesting.swift
[58/137] Compiling IssueReportingTestSupport XCTest.swift
[59/137] Compiling OrderedCollections OrderedDictionary+Elements.swift
[60/137] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[61/137] Compiling OrderedCollections _HashTable.swift
[62/137] Compiling OrderedCollections _Hashtable+Header.swift
[63/137] Compiling OrderedCollections OrderedDictionary+Codable.swift
[64/137] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[65/140] Compiling OrderedCollections _HashTable+Constants.swift
[66/140] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[69/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[70/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[71/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[72/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/141] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[78/148] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[79/148] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/148] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/148] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/148] Emitting module IssueReporting
[92/148] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[93/148] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[94/148] Compiling OrderedCollections _HashTable+Bucket.swift
[95/148] Compiling OrderedCollections _HashTable+BucketIterator.swift
[97/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[98/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[99/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[100/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[101/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[102/148] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[103/148] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[104/148] Compiling OrderedCollections OrderedDictionary.swift
[105/148] Compiling OrderedCollections OrderedSet+Codable.swift
[106/148] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[107/148] Compiling OrderedCollections OrderedSet+Descriptions.swift
[108/148] Compiling OrderedCollections OrderedSet+Diffing.swift
[109/148] Compiling OrderedCollections OrderedSet+Equatable.swift
[110/148] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[111/148] Compiling OrderedCollections OrderedSet+Hashable.swift
[111/148] Wrapping AST for IssueReportingTestSupport for debugging
[112/148] Write Objects.LinkFileList
[114/148] Compiling OrderedCollections OrderedSet+Initializers.swift
[115/148] Compiling OrderedCollections OrderedSet+Insertions.swift
[116/148] Compiling OrderedCollections OrderedSet+Invariants.swift
[117/148] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[118/148] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[119/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[120/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[121/148] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/148] Compiling IssueReporting WithExpectedIssue.swift
[123/148] Compiling IssueReporting WithIssueContext.swift
[124/149] Linking libIssueReportingTestSupport.so
[134/185] Compiling XCTestDynamicOverlay Exports.swift
[135/185] Emitting module CombineSchedulers
[136/186] Compiling CombineSchedulers AnyScheduler.swift
[137/186] Compiling CombineSchedulers Concurrency.swift
[138/186] Compiling OrderedCollections OrderedSet+Sendable.swift
[139/186] Compiling OrderedCollections OrderedSet+SubSequence.swift
[140/186] Compiling OrderedCollections OrderedSet+Testing.swift
[141/186] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[142/186] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[143/186] Compiling OrderedCollections OrderedSet.swift
[144/186] Compiling OrderedCollections _UnsafeBitset.swift
[145/186] Compiling CombineSchedulers UIKit.swift
[146/186] Compiling CombineSchedulers UIScheduler.swift
[147/186] Compiling CombineSchedulers SwiftUI.swift
[148/186] Compiling CombineSchedulers TestScheduler.swift
[149/186] Compiling CombineSchedulers Timer.swift
[150/186] Emitting module Clocks
[151/186] Compiling CombineSchedulers ImmediateScheduler.swift
[152/186] Compiling CombineSchedulers Deprecations.swift
[153/186] Compiling CombineSchedulers Lock.swift
[154/186] Compiling CombineSchedulers NSRecursiveLock.swift
[155/187] Compiling Clocks AnyClock.swift
[156/187] Compiling Clocks ImmediateClock.swift
[157/187] Compiling Clocks Timer.swift
[162/187] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[163/187] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[164/187] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[165/187] Compiling OrderedCollections OrderedDictionary+Values.swift
[166/187] Emitting module OrderedCollections
[167/187] Compiling CombineSchedulers UnimplementedScheduler.swift
[170/189] Compiling Clocks Lock.swift
[171/189] Compiling Clocks _AsyncTimerSequence.swift
[172/189] Compiling XCTestDynamicOverlay Deprecations.swift
[173/189] Emitting module XCTestDynamicOverlay
[174/208] Compiling Clocks TestClock.swift
[175/208] Compiling Clocks SwiftUI.swift
[176/208] Compiling Clocks UnimplementedClock.swift
[179/209] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[180/209] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[181/211] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[182/211] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[183/211] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[184/211] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[185/211] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[186/211] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[187/211] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[188/232] Compiling CustomDump Foundation.swift
[189/232] Compiling CustomDump StoreKit.swift
[190/255] Compiling Dependencies Dependency.swift
[191/255] Compiling Dependencies DependencyContext.swift
[192/255] Compiling Dependencies DependencyKey.swift
[193/255] Emitting module IdentifiedCollections
[194/255] Compiling Dependencies MainRunLoop.swift
[195/255] Compiling Dependencies OpenURL.swift
[196/255] Compiling Dependencies TimeZone.swift
[197/261] Compiling Dependencies WithRandomNumberGenerator.swift
[198/261] Compiling Dependencies AppEntryPoint.swift
[199/262] Compiling CustomDump Identifiable.swift
[200/262] Compiling CustomDump Mirror.swift
[201/262] Compiling CustomDump String.swift
[202/265] Compiling Dependencies Exports.swift
[203/265] Compiling Dependencies TypeName.swift
[204/265] Compiling CustomDump CollectionDifference.swift
[206/265] Compiling Dependencies Locale.swift
[207/265] Compiling Dependencies MainQueue.swift
[209/265] Compiling Dependencies UUID.swift
[212/268] Compiling Dependencies Context.swift
[213/268] Compiling Dependencies Date.swift
[214/268] Compiling Dependencies FireAndForget.swift
[218/268] Compiling Dependencies DependencyValues.swift
[219/268] Compiling Dependencies Deprecations.swift
[222/268] Emitting module Dependencies
[225/268] Compiling Dependencies URLSession.swift
[226/268] Compiling Dependencies Assert.swift
[227/268] Compiling Dependencies Calendar.swift
[228/268] Compiling Dependencies Clocks.swift
[229/268] Compiling CustomDump Unordered.swift
[230/268] Compiling CustomDump XCTAssertDifference.swift
[231/268] Compiling CustomDump XCTAssertNoDifference.swift
[232/268] Emitting module CustomDump
[233/268] Compiling Dependencies PreviewTrait.swift
[234/268] Compiling Dependencies TestTrait.swift
[235/268] Compiling Dependencies WithDependencies.swift
[246/270] Compiling PerceptionCore WithPerceptionTracking.swift
[247/270] Compiling PerceptionCore PerceptionTracking.swift
[250/270] Compiling PerceptionCore PerceptionRegistrar.swift
[252/270] Emitting module PerceptionCore
[273/294] Compiling Sharing Deprecations.swift
[274/294] Compiling Sharing KeyPath+Sendable.swift
[275/294] Compiling Sharing MutexBackport.swift
[276/296] Compiling Sharing NSRecursiveLock+WithLock.swift
[277/296] Compiling Sharing PassthroughRelay.swift
[278/296] Compiling Sharing PersistentReferences.swift
[279/296] Compiling Sharing SwiftUIStateSharing.swift
[280/296] Compiling Sharing resource_bundle_accessor.swift
[281/296] Emitting module Sharing
[282/296] Compiling Sharing DefaultKey.swift
[283/296] Compiling Sharing FileStorageKey.swift
[284/296] Compiling Sharing InMemoryKey.swift
[285/296] Compiling Sharing Shared.swift
[286/296] Compiling Sharing SharedBinding.swift
[287/296] Compiling Sharing SharedCollection.swift
[288/296] Compiling Sharing SharedPublisher.swift
[289/296] Compiling Sharing SharedReader.swift
[290/296] Compiling Sharing SharedReaderKey.swift
[291/296] Compiling Sharing SharedContinuations.swift
[292/296] Compiling Sharing SharedKey.swift
[293/296] Compiling Sharing AppStorageKey.swift
[294/296] Compiling Sharing Reference.swift
[295/296] Compiling Sharing SharedChangeTracker.swift
[296/296] Compiling Sharing TypeName.swift
Build complete! (47.82s)
Build complete.
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-identified-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-identified-collections"
},
{
"identity" : "swift-perception",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-sharing",
"name" : "swift-sharing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Sharing",
"targets" : [
"Sharing"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SharingTests",
"module_type" : "SwiftTarget",
"name" : "SharingTests",
"path" : "Tests/SharingTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"AppStorageTests.swift",
"BindingTests.swift",
"CompileTimeTests.swift",
"ContinuationTests.swift",
"DefaultTests.swift",
"EquatableTests.swift",
"ErrorThrowingTests.swift",
"FileStorageTests.swift",
"InMemoryTests.swift",
"IsLoadingTests.swift",
"ObservationTests.swift",
"PublisherTests.swift",
"SharedChangeTrackerTests.swift",
"SharedTests.swift"
],
"target_dependencies" : [
"Sharing"
],
"type" : "test"
},
{
"c99name" : "Sharing2",
"module_type" : "SwiftTarget",
"name" : "Sharing2",
"path" : "Sources/VersionMarkerModules/Sharing2",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing1",
"module_type" : "SwiftTarget",
"name" : "Sharing1",
"path" : "Sources/VersionMarkerModules/Sharing1",
"product_memberships" : [
"Sharing"
],
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "Sharing",
"module_type" : "SwiftTarget",
"name" : "Sharing",
"path" : "Sources/Sharing",
"product_dependencies" : [
"CombineSchedulers",
"ConcurrencyExtras",
"CustomDump",
"Dependencies",
"IdentifiedCollections",
"IssueReporting",
"PerceptionCore"
],
"product_memberships" : [
"Sharing"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Sharing/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/Deprecations.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/MutexBackport.swift",
"Internal/NSRecursiveLock+WithLock.swift",
"Internal/PassthroughRelay.swift",
"Internal/PersistentReferences.swift",
"Internal/Reference.swift",
"Internal/SharedChangeTracker.swift",
"Internal/TypeName.swift",
"Shared.swift",
"SharedBinding.swift",
"SharedCollection.swift",
"SharedContinuations.swift",
"SharedKey.swift",
"SharedKeys/AppStorageKey.swift",
"SharedKeys/DefaultKey.swift",
"SharedKeys/FileStorageKey.swift",
"SharedKeys/InMemoryKey.swift",
"SharedPublisher.swift",
"SharedReader.swift",
"SharedReaderKey.swift",
"SwiftUIStateSharing.swift"
],
"target_dependencies" : [
"Sharing1",
"Sharing2"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.