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, reference main (3223d9), with Swift 6.0 for Linux on 13 Oct 2024 02:59:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.55.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: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/OBSwiftSocket.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/edonv/OBSwiftSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/edonv/JSONValue.git
[1/193] Fetching jsonvalue
Fetched https://github.com/edonv/JSONValue.git from cache (0.20s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.17s)
Fetching https://github.com/edonv/CommonExtensions.git
[1/306] Fetching commonextensions
Fetched https://github.com/edonv/CommonExtensions.git from cache (0.18s)
Fetching https://github.com/edonv/AsyncCompatibilityKit.git
[1/91] Fetching asynccompatibilitykit
Fetched https://github.com/edonv/AsyncCompatibilityKit.git from cache (0.16s)
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/apple/swift-http-types.git
[1/721] Fetching messagepacker
[167/1249] Fetching messagepacker, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (0.69s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (0.47s)
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at main (84a9b5a)
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/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/CommonExtensions.git
Working copy of https://github.com/edonv/CommonExtensions.git resolved at main (c0f0d9e)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.0
Creating working copy for https://github.com/edonv/JSONValue.git
Working copy of https://github.com/edonv/JSONValue.git resolved at main (f9b9a3b)
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/78] 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.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/78] 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
[12/79] Emitting module JSONValue
[13/80] Emitting module MessagePacker
[14/85] Compiling HTTPTypes ISOLatin1String.swift
[15/85] Compiling HTTPTypes HTTPRequest.swift
[16/85] Compiling HTTPTypes HTTPResponse.swift
[17/85] Compiling HTTPTypes HTTPParsedFields.swift
[18/85] 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.")
[19/85] Emitting module HTTPTypes
[20/85] Compiling HTTPTypes HTTPField.swift
[21/85] 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
[22/85] Compiling HTTPTypes HTTPFields.swift
[23/85] Compiling HTTPTypes HTTPFieldName.swift
[25/92] Compiling JSONValue JSONInterpolatable.swift
[26/92] 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.")
[27/92] Compiling MessagePacker MessagePackType+StringType.swift
[28/92] Compiling MessagePacker MessagePackType+UnsignedIntegerType.swift
[29/92] Compiling MessagePacker MessagePackType.swift
[30/92] Compiling MessagePacker MessagePackable.swift
[31/92] Compiling MessagePacker Utils.swift
[32/92] Compiling MessagePacker MessagePackType+FixIntType.swift
[33/92] Compiling MessagePacker MessagePackType+FloatType.swift
[34/92] Compiling MessagePacker MessagePackType+MapType.swift
[35/92] Compiling MessagePacker MessagePackType+NilType.swift
[36/92] Compiling MessagePacker MessagePackType+SignedIntegerType.swift
[37/92] Compiling JSONValue JSONValue+Merging.swift
[38/92] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[39/92] 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
[40/92] 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
[41/92] Compiling MessagePacker MessagePackType+ArrayType.swift
[42/92] Compiling MessagePacker MessagePackType+BinaryType.swift
[43/92] Compiling MessagePacker MessagePackType+BooleanType.swift
[44/92] Compiling MessagePacker MessagePackType+DoubleType.swift
[45/92] Compiling MessagePacker MessagePackType+ExtensionType.swift
[46/92] Compiling JSONValue JSONValue+Subscripts.swift
[47/92] Compiling JSONValue JSONConvertible.swift
[48/92] Compiling JSONValue JSONValue.swift
[49/92] Compiling MessagePacker SingleValueDecodingContainer+.swift
[50/92] Compiling MessagePacker SingleValueEncodingContainer+.swift
[51/92] Compiling JSONValue JSONValue+Errors.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
/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
[54/93] 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
[55/93] 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.")
[56/93] 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.")
[57/93] 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.")
[58/93] Compiling MessagePacker MessagePackError.swift
[59/93] Compiling MessagePacker MessagePackExtension.swift
[60/93] Compiling MessagePacker MessagePackKey.swift
[61/93] Compiling MessagePacker MessagePackStorage.swift
[62/93] Compiling MessagePacker MessagePackTimestamp.swift
[63/93] 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/93] 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
[65/93] 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
[68/93] Compiling MessagePacker String+.swift
[69/93] Compiling MessagePacker UInt+.swift
[70/93] Compiling MessagePacker UInt16+.swift
[71/93] Compiling MessagePacker Int+.swift
[72/93] Compiling MessagePacker Int16+.swift
[73/93] Compiling MessagePacker Int32+.swift
[74/93] Compiling MessagePacker Int64+.swift
[75/93] Compiling MessagePacker Int8+.swift
[76/93] Compiling MessagePacker Bool+.swift
[77/93] Compiling MessagePacker ClosedRange+.swift
[78/93] Compiling MessagePacker Data+.swift
[79/93] Compiling MessagePacker Date+.swift
[80/93] Compiling MessagePacker Double+.swift
[81/93] Compiling MessagePacker Float+.swift
BUILD FAILURE 6.0 linux