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 Eazy 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/bangerang/swift-eazy.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/bangerang/swift-eazy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8bc6d6c Add license
Cloned https://github.com/bangerang/swift-eazy.git
Revision (git rev-parse @):
8bc6d6c7e53329c31be18cca0f17dbe83be49e62
SUCCESS checkout https://github.com/bangerang/swift-eazy.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/bangerang/swift-eazy.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
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/4232] Fetching swift-custom-dump
[4233/6588] Fetching swift-custom-dump, xctest-dynamic-overlay
Computing version for https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.57s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.81s)
Computed https://github.com/pointfreeco/swift-custom-dump at 0.4.0 (0.97s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.2.1 (0.86s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.2.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module XCTestDynamicOverlay
[6/6] Compiling XCTestDynamicOverlay XCTFail.swift
[8/30] Compiling CustomDump SwiftUI.swift
[9/30] Compiling CustomDump UIKit.swift
[10/30] Compiling CustomDump UserNotifications.swift
[11/30] Compiling CustomDump GameKit.swift
[12/30] Compiling CustomDump KeyPath.swift
[13/30] Compiling CustomDump Photos.swift
[14/33] Compiling CustomDump Mirror.swift
[15/33] Compiling CustomDump String.swift
[16/33] Compiling CustomDump XCTAssertNoDifference.swift
[17/33] Compiling CustomDump CoreImage.swift
[18/33] Compiling CustomDump CoreLocation.swift
[19/33] Compiling CustomDump CoreMotion.swift
[20/33] Compiling CustomDump Foundation.swift
[21/33] Emitting module CustomDump
[22/33] Compiling CustomDump UserNotificationsUI.swift
[23/33] Compiling CustomDump CustomDumpReflectable.swift
[24/33] Compiling CustomDump CustomDumpRepresentable.swift
[25/33] Compiling CustomDump Speech.swift
[26/33] Compiling CustomDump StoreKit.swift
[27/33] Compiling CustomDump Swift.swift
[28/33] Compiling CustomDump AnyType.swift
[29/33] Compiling CustomDump Box.swift
[30/33] Compiling CustomDump CollectionDifference.swift
[31/33] Compiling CustomDump CustomDumpStringConvertible.swift
[32/33] Compiling CustomDump Diff.swift
[33/33] Compiling CustomDump Dump.swift
[35/42] Compiling Eazy Interactor.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
[36/43] Compiling Eazy Publisher.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
[37/43] Compiling Eazy Equatable.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
[38/43] Compiling Eazy Hooks.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
[39/43] Compiling Eazy UIKit.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
[40/43] Compiling Eazy Action.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
[41/43] Compiling Eazy Debug.swift
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/43] Emitting module Eazy
/host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 | import SwiftUI
  4 |
error: compile command failed due to signal 6 (use -v to see invocation)
swift-frontend: /home/build-user/swift/lib/Sema/CSSimplify.cpp:15580: void swift::constraints::ConstraintSystem::addKeyPathApplicationRootConstraint(swift::Type, swift::constraints::ConstraintLocatorBuilder): Assertion `(path.size() == 1 && path[0].getKind() == ConstraintLocator::SubscriptMember) || (path.size() == 2 && path[1].getKind() == ConstraintLocator::KeyPathDynamicMember)' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/Sources/Eazy/Action.swift /host/spi-builder-workspace/Sources/Eazy/Debug.swift /host/spi-builder-workspace/Sources/Eazy/Extensions/Equatable.swift /host/spi-builder-workspace/Sources/Eazy/Extensions/Publisher.swift /host/spi-builder-workspace/Sources/Eazy/Extensions/UIKit.swift /host/spi-builder-workspace/Sources/Eazy/Hooks.swift /host/spi-builder-workspace/Sources/Eazy/Interactor.swift -primary-file /host/spi-builder-workspace/Sources/Eazy/Store.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Eazy.build/Store.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Eazy.build/Store.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Eazy -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Eazy.build/Store.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 6.0-dev (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)
2.	Compiling with effective version 5.10
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/Eazy/Store.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(Eazy.(file).TestStore._@/host/spi-builder-workspace/Sources/Eazy/Store.swift:596:9)
5.	While type-checking statement at [/host/spi-builder-workspace/Sources/Eazy/Store.swift:596:13 - line:598:9] RangeText="{
            return mutatingStore[keyPath: keyPath]
        "
6.	While type-checking statement at [/host/spi-builder-workspace/Sources/Eazy/Store.swift:597:13 - line:597:50] RangeText="return mutatingStore[keyPath: keyPath"
7.	While type-checking-target starting at /host/spi-builder-workspace/Sources/Eazy/Store.swift:597:33
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x000055fc4b57f497
1  swift-frontend 0x000055fc4b57d1ee
2  swift-frontend 0x000055fc4b57fb0a
3  libc.so.6      0x00007fddd41c3520
4  libc.so.6      0x00007fddd42179fc pthread_kill + 300
5  libc.so.6      0x00007fddd41c3476 raise + 22
6  libc.so.6      0x00007fddd41a97f3 abort + 211
7  libc.so.6      0x00007fddd41a971b
8  libc.so.6      0x00007fddd41bae96
9  swift-frontend 0x000055fc45bc7332
10 swift-frontend 0x000055fc45bc77ef
11 swift-frontend 0x000055fc45c955de
12 swift-frontend 0x000055fc45bc848c
13 swift-frontend 0x000055fc45bb1fd2
14 swift-frontend 0x000055fc45b8029d
15 swift-frontend 0x000055fc45c94572
16 swift-frontend 0x000055fc45c96fcb
17 swift-frontend 0x000055fc45bc848c
18 swift-frontend 0x000055fc45bc92df
19 swift-frontend 0x000055fc45beabf6
20 swift-frontend 0x000055fc45c02f30
21 swift-frontend 0x000055fc45be44eb
22 swift-frontend 0x000055fc45be6e2c
23 swift-frontend 0x000055fc45be674d
24 swift-frontend 0x000055fc45be5dec
25 swift-frontend 0x000055fc45d83e62
26 swift-frontend 0x000055fc45e7fd19
27 swift-frontend 0x000055fc45e7f84c
28 swift-frontend 0x000055fc45e7ade4
29 swift-frontend 0x000055fc45e7f8fc
30 swift-frontend 0x000055fc45e7d4bc
31 swift-frontend 0x000055fc45e7c913
32 swift-frontend 0x000055fc45e7c485
33 swift-frontend 0x000055fc46481492
34 swift-frontend 0x000055fc463da5b9
35 swift-frontend 0x000055fc4654143b
36 swift-frontend 0x000055fc45eca431
37 swift-frontend 0x000055fc45ecc81b
38 swift-frontend 0x000055fc45eca305
39 swift-frontend 0x000055fc44af2c59
40 swift-frontend 0x000055fc44aea42a
41 swift-frontend 0x000055fc44aea3c7
42 swift-frontend 0x000055fc447d7f02
43 swift-frontend 0x000055fc447c5177
44 swift-frontend 0x000055fc447c34fc
45 swift-frontend 0x000055fc4457fdde
46 libc.so.6      0x00007fddd41aad90
47 libc.so.6      0x00007fddd41aae40 __libc_start_main + 128
48 swift-frontend 0x000055fc4457ee85
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.