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 OBSwiftSocket 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 --target OBSwiftSocket -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/edonv/OBSwiftSocket.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/edonv/OBSwiftSocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3223d9c Added empty privacy manifest
Cloned https://github.com/edonv/OBSwiftSocket.git
Revision (git rev-parse @):
3223d9c120c4dbbcbc11a81fd94b0969a112ece0
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/edonv/OBSwiftSocket.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 --target OBSwiftSocket -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/edonv/JSONValue.git
[1/193] Fetching jsonvalue
Fetched https://github.com/edonv/JSONValue.git from cache (0.21s)
Fetching https://github.com/edonv/WSPublisher.git
[1/331] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.26s)
Fetching https://github.com/edonv/CommonExtensions.git
[1/256] Fetching commonextensions
Fetched https://github.com/edonv/CommonExtensions.git from cache (0.25s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git
[1/91] Fetching asynccompatibilitykit
Fetched https://github.com/edonv/AsyncCompatibilityKit.git from cache (0.21s)
Fetching https://github.com/hirotakan/MessagePacker.git
[1/721] Fetching messagepacker
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.28s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.51s)
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (ad93404)
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/edonv/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main (00e00a6)
Creating working copy for https://github.com/edonv/JSONValue.git
Working copy of https://github.com/edonv/JSONValue.git resolved at main (f9b9a3b)
Creating working copy for https://github.com/edonv/CommonExtensions.git
Working copy of https://github.com/edonv/CommonExtensions.git resolved at main (eb47814)
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/76] Emitting module AsyncCompatibilityKit
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[9/76] Emitting module JSONValue
[10/77] Compiling CombineExtensions Publisher+weakAssign.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[11/78] Compiling AsyncCompatibilityKit View+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[12/78] Compiling CombineExtensions ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[13/78] Compiling WSPublisher WSPublisher+SwiftUI.swift
/host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Extensions/WSPublisher+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 | import Combine
10 |
[14/78] Compiling CombineExtensions Publisher+tryFlatMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[15/79] Compiling JSONValue JSONInterpolatable.swift
[16/79] Compiling CombineExtensions Publisher+replaceErrorWith.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[17/79] Compiling MessagePacker MessagePackType+ArrayType.swift
[18/79] Compiling MessagePacker MessagePackType+BinaryType.swift
[19/79] Compiling MessagePacker MessagePackType+BooleanType.swift
[20/79] Compiling MessagePacker MessagePackType+DoubleType.swift
[21/79] Compiling MessagePacker MessagePackType+ExtensionType.swift
[22/84] Compiling MessagePacker SingleValueDecodingContainer+.swift
[23/84] Compiling MessagePacker SingleValueEncodingContainer+.swift
[24/84] Compiling MessagePacker String+.swift
[25/84] Compiling MessagePacker UInt+.swift
[26/84] Compiling MessagePacker UInt16+.swift
[27/84] Compiling JSONValue JSONConvertible.swift
[28/84] Compiling WSPublisher URLSessionWebSocketTask+Async.swift
/host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Extensions/WSPublisher+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 | import Combine
10 |
[29/84] Compiling WSPublisher URLSessionWebSocketTask+Combine.swift
/host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Extensions/WSPublisher+SwiftUI.swift:8:8: error: no such module 'SwiftUI'
 6 | //
 7 |
 8 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 9 | import Combine
10 |
[30/84] Compiling MessagePacker Int+.swift
[31/84] Compiling MessagePacker Int16+.swift
[32/84] Compiling MessagePacker Int32+.swift
[33/84] Compiling MessagePacker Int64+.swift
[34/84] Compiling MessagePacker Int8+.swift
[35/84] Compiling MessagePacker Bool+.swift
[36/84] Compiling MessagePacker ClosedRange+.swift
[37/84] Compiling MessagePacker MessagePackType+FixIntType.swift
[38/84] Compiling MessagePacker MessagePackType+FloatType.swift
[39/84] Compiling MessagePacker MessagePackType+MapType.swift
[40/84] Compiling MessagePacker MessagePackType+NilType.swift
[41/84] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
error: compile command failed due to signal 6 (use -v to see invocation)
Can't demangle: $s11WSPublisher18WebSocketPublisherC7WSEventO12disconnected33_7816922CF97740DEFFFF6FBDF011D3D4LLXeF6reasonL_SSSgvp
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/.build/checkouts/WSPublisher/Sources/WSPublisher/Extensions/WSPublisher+SwiftUI.swift /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Extensions/WebSocketPublisher+Async.swift /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Extensions/WebSocketPublisher+URLSessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Types/WSErrors.swift -primary-file /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Types/WSEvent.swift /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/URLSessionWebSocketTask/URLSessionWebSocketTask+Async.swift /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/URLSessionWebSocketTask/URLSessionWebSocketTask+Combine.swift /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/WebSocketPublisher.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/WSPublisher.build/WSEvent.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/WSPublisher.build/WSEvent.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 -suppress-warnings -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 WSPublisher -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/WSPublisher.build/WSEvent.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 walking into 'WSEvent' (at /host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Types/WSEvent.swift:12:12)
4.	While evaluating request USRGenerationRequest(WSPublisher.(file).WebSocketPublisher extension.WSEvent.disconnected(_:_:).reason@/host/spi-builder-workspace/.build/checkouts/WSPublisher/Sources/WSPublisher/Types/WSEvent.swift:20:77)
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 0x000055f07a230497
1  swift-frontend 0x000055f07a22e1ee
2  swift-frontend 0x000055f07a230b0a
3  libc.so.6      0x00007f8f5311c520
4  libc.so.6      0x00007f8f531709fc pthread_kill + 300
5  libc.so.6      0x00007f8f5311c476 raise + 22
6  libc.so.6      0x00007f8f531027f3 abort + 211
7  swift-frontend 0x000055f075360055
8  swift-frontend 0x000055f074fad934
9  swift-frontend 0x000055f07532266f
10 swift-frontend 0x000055f074b2654c
11 swift-frontend 0x000055f07370c9ce
12 swift-frontend 0x000055f07370c67a
13 swift-frontend 0x000055f07370b8d2
14 swift-frontend 0x000055f07532319a
15 swift-frontend 0x000055f0736dadab
16 swift-frontend 0x000055f0736da2f7
17 swift-frontend 0x000055f0736d7c29
18 swift-frontend 0x000055f074454226
19 swift-frontend 0x000055f07500c89c
20 swift-frontend 0x000055f07500e38c
21 swift-frontend 0x000055f075011240
22 swift-frontend 0x000055f07500c8ba
23 swift-frontend 0x000055f075011d5f
24 swift-frontend 0x000055f07501098f
25 swift-frontend 0x000055f07500c8ba
26 swift-frontend 0x000055f0750114f6
27 swift-frontend 0x000055f07500c8ba
28 swift-frontend 0x000055f07500c7b3
29 swift-frontend 0x000055f0751f281f
30 swift-frontend 0x000055f074451bd4
31 swift-frontend 0x000055f0736d6c51
32 swift-frontend 0x000055f0736d6afa
33 swift-frontend 0x000055f0736cb12c
34 swift-frontend 0x000055f0736cab15
35 swift-frontend 0x000055f07347d572
36 swift-frontend 0x000055f07347b67c
37 swift-frontend 0x000055f073476198
38 swift-frontend 0x000055f0734744fc
39 swift-frontend 0x000055f073230dde
40 libc.so.6      0x00007f8f53103d90
41 libc.so.6      0x00007f8f53103e40 __libc_start_main + 128
42 swift-frontend 0x000055f07322fe85
[42/84] Compiling CombineExtensions Publisher+asyncMap.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[43/84] Compiling MessagePacker MessagePackError.swift
[44/84] Compiling MessagePacker MessagePackExtension.swift
[45/84] Compiling MessagePacker MessagePackKey.swift
[46/84] Compiling MessagePacker MessagePackStorage.swift
[47/84] Compiling MessagePacker MessagePackTimestamp.swift
[48/84] Emitting module MessagePacker
[51/84] Compiling MessagePacker Data+.swift
[52/84] Compiling MessagePacker Date+.swift
[53/84] Compiling MessagePacker Double+.swift
[54/84] Compiling MessagePacker Float+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/84] Emitting module CombineExtensions
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[58/84] Compiling AsyncCompatibilityKit Publisher+firstValue.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[59/84] Compiling AsyncCompatibilityKit URLSession+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[60/84] Compiling AsyncCompatibilityKit Future+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[61/84] Compiling AsyncCompatibilityKit Publisher+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/AsyncCompatibilityKit/Future+Async.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 |
10 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15.")
[62/84] Compiling CombineExtensions Publisher+flatMapZip.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[63/84] Compiling CombineExtensions Publisher+filterByKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/CommonExtensions/Sources/CombineExtensions/Future+initWithValue.swift:9:8: error: no such module 'Combine'
 7 |
 8 | import Foundation
 9 | import Combine
   |        `- error: no such module 'Combine'
10 |
11 | // MARK: - Convenience Future Init
[64/84] Compiling JSONValue JSONValue+Errors.swift
[65/84] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[66/84] Compiling JSONValue JSONValue+Merging.swift
[67/84] Compiling JSONValue JSONValue+Subscripts.swift
[68/84] Compiling JSONValue JSONValue.swift
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.