The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-dependencies-additions with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tgrapperon/swift-dependencies-additions.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/tgrapperon/swift-dependencies-additions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e8a7c46 Run swift-format
Cloned https://github.com/tgrapperon/swift-dependencies-additions.git
Revision (git rev-parse @):
e8a7c46b5325f1d13cac424047dec16f82bbb943
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/tgrapperon/swift-dependencies-additions.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/tgrapperon/swift-dependencies-additions.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-clocks
[1/2244] Fetching combine-schedulers
[2245/3701] Fetching combine-schedulers, swift-docc-plugin
[2814/4939] Fetching combine-schedulers, swift-docc-plugin, swift-clocks
[4809/7424] Fetching combine-schedulers, swift-docc-plugin, swift-clocks, swift-docc-symbolkit
[7411/9704] Fetching combine-schedulers, swift-docc-plugin, swift-clocks, swift-docc-symbolkit, xctest-dynamic-overlay
[9455/13398] Fetching combine-schedulers, swift-docc-plugin, swift-clocks, swift-docc-symbolkit, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.37s)
[8143/10913] Fetching combine-schedulers, swift-docc-plugin, swift-clocks, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.44s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.48s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.48s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (0.40s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.1.0 (0.41s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.2.1 (0.46s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/apple/swift-syntax
[1/419] Fetching swift-concurrency-extras
[420/57792] Fetching swift-concurrency-extras, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.50s)
Fetched https://github.com/apple/swift-syntax from cache (3.53s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.0 (0.40s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.1.0 (0.42s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.2 (0.42s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (0.61s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.2.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.1.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.1
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/29] Write sources
[28/29] Write swift-version-24593BA9C3E375BF.txt
[30/47] Emitting module XCTestDynamicOverlay
[31/48] Compiling XCTestDynamicOverlay Unimplemented.swift
[32/48] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[33/48] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[34/48] Compiling XCTestDynamicOverlay XCTExpectFailure.swift
[35/48] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[36/48] Compiling XCTestDynamicOverlay XCTFail.swift
[37/48] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[38/48] Compiling XCTestDynamicOverlay Deprecations.swift
[39/48] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[42/49] Compiling ConcurrencyExtras Result.swift
[43/49] Compiling ConcurrencyExtras Task.swift
[44/49] Compiling ConcurrencyExtras LockIsolated.swift
[45/49] Emitting module ConcurrencyExtras
[46/49] Compiling ConcurrencyExtras Locking.swift
[47/49] Compiling ConcurrencyExtras MainSerialExecutor.swift
[48/49] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[49/50] Compiling ConcurrencyExtras UncheckedSendable.swift
[52/72] Compiling Clocks Shims.swift
[53/73] Compiling Clocks AnyClock.swift
[54/73] Compiling Clocks ImmediateClock.swift
[55/73] Emitting module CombineSchedulers
[56/74] Compiling Clocks Timer.swift
[57/74] Compiling CombineSchedulers Timer.swift
[58/74] Compiling CombineSchedulers Lock.swift
[59/74] Compiling CombineSchedulers NSRecursiveLock.swift
[60/74] Compiling CombineSchedulers ImmediateScheduler.swift
[61/74] Compiling CombineSchedulers Deprecations.swift
[62/74] Compiling CombineSchedulers UIScheduler.swift
[63/74] Compiling CombineSchedulers UIKit.swift
[64/74] Compiling CombineSchedulers SwiftUI.swift
[65/74] Compiling CombineSchedulers TestScheduler.swift
[66/74] Compiling Clocks Lock.swift
[67/74] Compiling Clocks _AsyncTimerSequence.swift
[68/74] Compiling CombineSchedulers UnimplementedScheduler.swift
[69/75] Emitting module Clocks
[72/75] Compiling Clocks UnimplementedClock.swift
[74/75] Compiling Clocks SwiftUI.swift
[75/75] Compiling Clocks TestClock.swift
[77/98] Compiling Dependencies Locale.swift
[78/98] Compiling Dependencies MainQueue.swift
[79/98] Compiling Dependencies MainRunLoop.swift
[80/100] Compiling Dependencies OpenURL.swift
[81/100] Compiling Dependencies TimeZone.swift
[82/100] Compiling Dependencies URLSession.swift
[83/100] Compiling Dependencies Exports.swift
[84/100] Compiling Dependencies OpenExistential.swift
[85/100] Compiling Dependencies RuntimeWarnings.swift
[86/100] Compiling Dependencies Context.swift
[87/100] Compiling Dependencies Date.swift
[88/100] Compiling Dependencies FireAndForget.swift
[89/100] Emitting module Dependencies
[90/100] Compiling Dependencies Dependency.swift
[91/100] Compiling Dependencies DependencyContext.swift
[92/100] Compiling Dependencies DependencyKey.swift
[93/100] Compiling Dependencies UUID.swift
[94/100] Compiling Dependencies WithRandomNumberGenerator.swift
[95/100] Compiling Dependencies Deprecations.swift
[96/100] Compiling Dependencies DependencyValues.swift
[97/100] Compiling Dependencies Calendar.swift
[98/100] Compiling Dependencies Clocks.swift
[99/100] Compiling Dependencies TypeName.swift
[100/100] Compiling Dependencies WithDependencies.swift
[102/133] Compiling CompressionDependency Decompressor.swift
[103/133] Compiling CompressionDependency _Compression.swift
[104/133] Emitting module CompressionDependency
[105/133] Compiling CompressionDependency Compressor.swift
[106/134] Emitting module CodableDependency
[107/134] Compiling DependenciesAdditionsBasics SecureRandomNumberGenerator.swift
[109/135] Compiling NotificationCenterDependency NotificationCenterDependency.swift
[110/135] Emitting module NotificationCenterDependency
[111/136] Compiling PersistentContainerDependency PersistentContainer.swift
[112/136] Emitting module PersistentContainerDependency
[113/137] Compiling DependenciesAdditionsBasics AnyCancellableTask.swift
[114/137] Compiling DependenciesAdditionsBasics AsyncStream+Additions.swift
[115/137] Compiling DependenciesAdditionsBasics AsyncThrowingStream+Additions.swift
[116/137] Compiling DependenciesAdditionsBasics BroadcastableAsyncSequence.swift
[118/137] Compiling AssertionDependency Assert.swift
[119/137] Emitting module AssertionDependency
[121/137] Compiling AssertionDependency AssertionFailure.swift
[122/137] Compiling DependenciesAdditionsBasics IncrementingDateGenerator.swift
[123/137] Compiling DependenciesAdditionsBasics TickingDateGenerator.swift
[124/137] Compiling DependenciesAdditionsBasics WithTimeout.swift
[125/137] Compiling CodableDependency DataDecoder.swift
[126/137] Compiling CodableDependency DataEncoder.swift
[127/138] Emitting module PathDependency
[128/138] Compiling PathDependency PathDependency.swift
[130/140] Emitting module DependenciesAdditionsBasics
[132/140] Compiling DependenciesAdditionsBasics Proxies.swift
[133/140] Compiling DependenciesAdditionsBasics RandomNumberGenerator+Addtions.swift
[135/140] Compiling DataDependency DataDependency.swift
[136/140] Emitting module DataDependency
[138/141] Compiling DependenciesAdditionsBasics AsyncSharedSubject.swift
[139/141] Compiling DependenciesAdditionsBasics Exports.swift
[140/141] Compiling DependenciesAdditionsBasics RuntimeWarnings.swift
[141/141] Compiling DependenciesAdditionsBasics Proxies+Unimplemented.swift
[143/163] Emitting module _CoreDataDependency
[144/165] Emitting module ApplicationDependency
[145/165] Emitting module UserNotificationsDependency
[146/165] Compiling UserNotificationsDependency UserNotificationsDependency.swift
[147/166] Compiling _CoreDataDependency PersistentContainer+Additions.swift
[148/166] Emitting module _SwiftUIDependency
[149/166] Compiling DeviceDependency UIDeviceDependency_tvOS.swift
[150/166] Compiling DeviceDependency WKInterfaceDeviceDependency.swift
[151/166] Compiling ProcessInfoDependency ProcessInfoDependency.swift
[152/166] Emitting module ProcessInfoDependency
[153/166] Compiling _SwiftUIDependency SwiftUIEnvironment.swift
[154/166] Compiling _SwiftUIDependency StateObjectDependency.swift
[155/166] Compiling ApplicationDependency ApplicationDependency_tvOS.swift
[157/168] Compiling DeviceDependency DeviceCheckDependency.swift
[158/168] Emitting module DeviceDependency
[159/168] Compiling DeviceDependency UIDeviceDependency_iOS.swift
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:161:36: warning: unknown operating system for build configuration 'os'
            #if swift(>=5.9) && os(xrOS)
                                   ^
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:161:36: note: did you mean 'tvOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   tvOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:161:36: note: did you mean 'iOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   iOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:168:36: warning: unknown operating system for build configuration 'os'
            #if swift(>=5.9) && os(xrOS)
                                   ^
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:168:36: note: did you mean 'tvOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   tvOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:168:36: note: did you mean 'iOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   iOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:175:36: warning: unknown operating system for build configuration 'os'
            #if swift(>=5.9) && os(xrOS)
                                   ^
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:175:36: note: did you mean 'tvOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   tvOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:175:36: note: did you mean 'iOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   iOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:182:36: warning: unknown operating system for build configuration 'os'
            #if swift(>=5.9) && os(xrOS)
                                   ^
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:182:36: note: did you mean 'tvOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   tvOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:182:36: note: did you mean 'iOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   iOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:206:36: warning: unknown operating system for build configuration 'os'
            #if swift(>=5.9) && os(xrOS)
                                   ^
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:206:36: note: did you mean 'tvOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   tvOS
/host/spi-builder-workspace/Sources/DeviceDependency/UIDeviceDependency_iOS.swift:206:36: note: did you mean 'iOS'?
            #if swift(>=5.9) && os(xrOS)
                                   ^~~~
                                   iOS
[160/168] Compiling ApplicationDependency ApplicationDependency_iOS.swift
[162/169] Compiling _CoreDataDependency FetchRequest.swift
[164/171] Emitting module BundleDependency
[165/171] Compiling BundleDependency BundleInfo.swift
[170/174] Compiling UserDefaultsDependency UserDefaults+Specializations.swift
[171/174] Emitting module UserDefaultsDependency
[172/174] Compiling UserDefaultsDependency UserDefaultsDependency.swift
/host/spi-builder-workspace/Sources/UserDefaultsDependency/UserDefaultsDependency.swift:287:48: warning: 'streamWithContinuation(_:bufferingPolicy:)' is deprecated: renamed to 'makeStream(of:bufferingPolicy:)'
      let (stream, continuation) = AsyncStream.streamWithContinuation(
                                               ^
/host/spi-builder-workspace/Sources/UserDefaultsDependency/UserDefaultsDependency.swift:287:48: note: use 'makeStream(of:bufferingPolicy:)' instead
      let (stream, continuation) = AsyncStream.streamWithContinuation(
                                               ^~~~~~~~~~~~~~~~~~~~~~
                                               makeStream
[173/174] Emitting module AccessibilityDependency
[174/174] Compiling AccessibilityDependency AccessibilityDependency_iOS.swift
[177/178] Emitting module LoggerDependency
[178/182] Compiling LoggerDependency Logger.swift
[180/186] Compiling _NotificationDependency Notifications+UIKit.swift
[181/186] Compiling _NotificationDependency Notifications+Accessibility.swift
[182/186] Emitting module _NotificationDependency
[183/186] Compiling _NotificationDependency NotificationDependency.swift
[185/189] Compiling DependenciesAdditions Exports.swift
[186/189] Compiling _AppStorageDependency AppStorage.swift
[187/189] Emitting module DependenciesAdditions
[188/189] Emitting module _AppStorageDependency
[189/189] Compiling _AppStorageDependency AppStorage+Specializations.swift
Build complete! (35.77s)
Build complete.
Done.

Build Machine: Linux 1