This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build CoreDataRepository with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roanutil/CoreDataRepository.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/roanutil/CoreDataRepository
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c77247f Add documentation link to README
Cloned https://github.com/roanutil/CoreDataRepository.git
Revision (git rev-parse @):
c77247fcf06c477463f72418cf45da50806e2e06
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/roanutil/CoreDataRepository.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/roanutil/CoreDataRepository.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/CombineCommunity/CombineExt.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4232] Fetching swift-custom-dump
[933/6459] Fetching swift-custom-dump, combineext
Fetched https://github.com/CombineCommunity/CombineExt.git from cache (0.36s)
[1/2356] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.50s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.50s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 0.11.1 (0.52s)
Computing version for https://github.com/CombineCommunity/CombineExt.git
Computed https://github.com/CombineCommunity/CombineExt.git at 1.8.1 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.54s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/CombineCommunity/CombineExt.git
Working copy of https://github.com/CombineCommunity/CombineExt.git resolved at 1.8.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 0.11.1
Building for debugging...
[0/5] Write sources
[2/5] Copying Info.plist
[3/5] Copying Localizable.strings
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/41] Emitting module CombineExt
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[7/46] Compiling CombineExt RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[8/46] Compiling CombineExt SetOutputType.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[9/46] Compiling CombineExt ShareReplay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[10/46] Compiling CombineExt Toggle.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[11/46] Compiling CombineExt WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[12/46] Compiling CombineExt Amb.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[13/46] Compiling CombineExt AssignOwnership.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[14/46] Compiling CombineExt AssignToMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[15/46] Compiling CombineExt CombineLatestMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[16/46] Compiling CombineExt Create.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[17/46] Compiling CombineExt FlatMapLatest.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[18/46] Compiling CombineExt IgnoreFailure.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[19/46] Compiling CombineExt IgnoreOutputSetOutputType.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[20/46] Compiling CombineExt Lock.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[21/46] Compiling CombineExt Timer.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[22/46] Compiling CombineExt Nwise.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[23/46] Compiling CombineExt Partition.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[24/46] Compiling CombineExt PrefixDuration.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[25/46] Compiling CombineExt PrefixWhileBehavior.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[26/46] Compiling CombineExt RemoveAllDuplicates.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[27/46] Compiling CombineExt MapMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[28/46] Compiling CombineExt MapToResult.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[29/46] Compiling CombineExt MapToValue.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[30/46] Compiling CombineExt Materialize.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[31/46] Compiling CombineExt MergeMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[32/46] Compiling CombineExt Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[33/46] Compiling CombineExt Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[34/46] Compiling CombineExt FilterMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[35/46] Compiling CombineExt FlatMapBatches.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[36/46] Compiling CombineExt FlatMapFirst.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[37/46] Compiling CombineExt ZipMany.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[38/46] Compiling CombineExt CurrentValueRelay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[39/46] Compiling CombineExt PassthroughRelay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[40/46] Compiling CombineExt Relay.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[41/46] Compiling CombineExt ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[42/46] Compiling CombineExt DemandBuffer.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[43/46] Compiling CombineExt Sink.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[44/46] Compiling CombineExt Optional.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[45/46] Compiling CombineExt Event.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[46/46] Compiling CombineExt ObjectOwnership.swift
/host/spi-builder-workspace/.build/checkouts/CombineExt/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
   |        `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.