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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 1.0.2
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
 * tag               1.0.2      -> FETCH_HEAD
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 1.0.2
========================================
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-1":/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.18s)
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.20s)
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
[722/1249] Fetching messagepacker, swift-http-types
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.20s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
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.46s)
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/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/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/edonv/AsyncCompatibilityKit.git
Working copy of https://github.com/edonv/AsyncCompatibilityKit.git resolved at main (00e00a6)
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/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
[10/78] Emitting module HTTPTypes
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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)
[12/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
[13/79] Emitting module MessagePacker
[14/84] Compiling HTTPTypes ISOLatin1String.swift
[15/84] Compiling HTTPTypes HTTPResponse.swift
[16/84] Compiling HTTPTypes HTTPParsedFields.swift
[17/84] Compiling HTTPTypes HTTPRequest.swift
[18/84] 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
[19/84] 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.")
[20/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.")
[21/84] Compiling HTTPTypes HTTPField.swift
[22/84] Compiling HTTPTypes HTTPFieldName.swift
[23/84] Compiling HTTPTypes HTTPFields.swift
[25/91] Compiling JSONValue JSONConvertible.swift
[26/92] 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
[27/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
[28/92] Compiling JSONValue JSONValue+Codable.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
[29/92] Compiling JSONValue JSONValue+Convenience.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
[30/92] Compiling MessagePacker SingleValueDecodingContainer+.swift
[31/92] Compiling MessagePacker SingleValueEncodingContainer+.swift
[32/92] Compiling MessagePacker String+.swift
[33/92] Compiling MessagePacker UInt+.swift
[34/92] Compiling MessagePacker UInt16+.swift
[35/92] Compiling MessagePacker MessagePackError.swift
[36/92] Compiling MessagePacker MessagePackExtension.swift
[37/92] Compiling MessagePacker MessagePackKey.swift
[38/92] Compiling MessagePacker MessagePackStorage.swift
[39/92] Compiling MessagePacker MessagePackTimestamp.swift
[40/92] Emitting module HTTPTypesFoundation
[41/92] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[42/92] 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.")
[43/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.")
[44/92] 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.")
/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
BUILD FAILURE 6.0 linux