Build Information
Successful build of FlyingFox, reference main (30a96b
), with Swift 6.0 for Linux on 1 Dec 2024 08:47:34 UTC.
Swift 6 data race errors: 2
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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/FlyingFox.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/EmergeTools/FlyingFox
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 30a96b4 Add watchos
Cloned https://github.com/EmergeTools/FlyingFox.git
Revision (git rev-parse @):
30a96b49f55762750899a4b8ea68301e32b9c112
SUCCESS checkout https://github.com/EmergeTools/FlyingFox.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/EmergeTools/FlyingFox.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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystemLinux shims.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] Compiling FlyingSocks Socket+WinSock2.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[6/22] Compiling FlyingSocks Socket.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[7/22] Compiling FlyingSocks Logging.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[8/22] Compiling FlyingSocks Socket+Darwin.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[9/22] Compiling FlyingSocks Socket+Glibc.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[10/22] Compiling FlyingSocks AsyncSocket.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:49:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
47 | @_unsafeInheritExecutor
48 | @_spi(Private)
49 | public func withIdentifiableContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
50 | isolation: isolated some Actor,
51 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:98:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
96 | @_unsafeInheritExecutor
97 | @_spi(Private)
98 | public func withIdentifiableThrowingContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
99 | isolation: isolated some Actor,
100 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
55 | let id = IdentifiableContinuation<T, Never>.ID()
56 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
57 | return await withTaskCancellationHandler {
| `- note: access can happen concurrently
58 | await withCheckedContinuation(function: function) {
59 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
60 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
61 | let sendCancel = state.withLock {
62 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
56 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
57 | return await withTaskCancellationHandler {
58 | await withCheckedContinuation(function: function) {
| `- note: access can happen concurrently
59 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
60 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
61 | let sendCancel = state.withLock {
62 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
104 | let id = IdentifiableContinuation<T, any Error>.ID()
105 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
106 | return try await withTaskCancellationHandler {
| `- note: access can happen concurrently
107 | try await withCheckedThrowingContinuation(function: function) {
108 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
109 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
110 | let sendCancel = state.withLock {
111 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
105 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
106 | return try await withTaskCancellationHandler {
107 | try await withCheckedThrowingContinuation(function: function) {
| `- note: access can happen concurrently
108 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
109 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
110 | let sendCancel = state.withLock {
111 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:156:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
154 |
155 | public func resume(returning value: T) {
156 | continuation.resume(returning: value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
157 | }
158 |
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:164:22: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
162 |
163 | public func resume(with result: Result<T, E>) {
164 | continuation.resume(with: result)
| |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
165 | }
166 |
[11/22] Compiling FlyingSocks IdentifiableContinuation.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:49:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
47 | @_unsafeInheritExecutor
48 | @_spi(Private)
49 | public func withIdentifiableContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
50 | isolation: isolated some Actor,
51 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:98:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
96 | @_unsafeInheritExecutor
97 | @_spi(Private)
98 | public func withIdentifiableThrowingContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
99 | isolation: isolated some Actor,
100 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
55 | let id = IdentifiableContinuation<T, Never>.ID()
56 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
57 | return await withTaskCancellationHandler {
| `- note: access can happen concurrently
58 | await withCheckedContinuation(function: function) {
59 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
60 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
61 | let sendCancel = state.withLock {
62 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
56 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
57 | return await withTaskCancellationHandler {
58 | await withCheckedContinuation(function: function) {
| `- note: access can happen concurrently
59 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
60 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
61 | let sendCancel = state.withLock {
62 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
104 | let id = IdentifiableContinuation<T, any Error>.ID()
105 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
106 | return try await withTaskCancellationHandler {
| `- note: access can happen concurrently
107 | try await withCheckedThrowingContinuation(function: function) {
108 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
109 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
110 | let sendCancel = state.withLock {
111 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
105 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
106 | return try await withTaskCancellationHandler {
107 | try await withCheckedThrowingContinuation(function: function) {
| `- note: access can happen concurrently
108 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
109 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
110 | let sendCancel = state.withLock {
111 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:156:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
154 |
155 | public func resume(returning value: T) {
156 | continuation.resume(returning: value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
157 | }
158 |
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:164:22: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
162 |
163 | public func resume(with result: Result<T, E>) {
164 | continuation.resume(with: result)
| |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
165 | }
166 |
[12/22] Compiling FlyingSocks Logging+OSLog.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:49:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
47 | @_unsafeInheritExecutor
48 | @_spi(Private)
49 | public func withIdentifiableContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
50 | isolation: isolated some Actor,
51 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:98:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
96 | @_unsafeInheritExecutor
97 | @_spi(Private)
98 | public func withIdentifiableThrowingContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
99 | isolation: isolated some Actor,
100 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
55 | let id = IdentifiableContinuation<T, Never>.ID()
56 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
57 | return await withTaskCancellationHandler {
| `- note: access can happen concurrently
58 | await withCheckedContinuation(function: function) {
59 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
60 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
61 | let sendCancel = state.withLock {
62 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
56 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
57 | return await withTaskCancellationHandler {
58 | await withCheckedContinuation(function: function) {
| `- note: access can happen concurrently
59 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
60 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
61 | let sendCancel = state.withLock {
62 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
104 | let id = IdentifiableContinuation<T, any Error>.ID()
105 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
106 | return try await withTaskCancellationHandler {
| `- note: access can happen concurrently
107 | try await withCheckedThrowingContinuation(function: function) {
108 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
109 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
110 | let sendCancel = state.withLock {
111 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
105 | let state = AllocatedLock(initialState: (isStarted: false, isCancelled: false))
106 | return try await withTaskCancellationHandler {
107 | try await withCheckedThrowingContinuation(function: function) {
| `- note: access can happen concurrently
108 | let continuation = IdentifiableContinuation(id: id, continuation: $0)
109 | body(continuation)
| |- warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
110 | let sendCancel = state.withLock {
111 | $0.isStarted = true
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:156:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
154 |
155 | public func resume(returning value: T) {
156 | continuation.resume(returning: value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
157 | }
158 |
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:164:22: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
162 |
163 | public func resume(with result: Result<T, E>) {
164 | continuation.resume(with: result)
| |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
165 | }
166 |
[13/22] Compiling FlyingSocks AllocatedLock.swift
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:22: warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[14/22] Compiling FlyingSocks AsyncChunkedSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:22: warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[15/22] Compiling FlyingSocks AsyncDataSequence.swift
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:22: warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[16/22] Emitting module FlyingSocks
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:22: warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- warning: using '@_implementationOnly' without enabling library evolution for 'FlyingSocks' may lead to instability during execution
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:49:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
47 | @_unsafeInheritExecutor
48 | @_spi(Private)
49 | public func withIdentifiableContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
50 | isolation: isolated some Actor,
51 | function: String = #function,
/host/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:98:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
96 | @_unsafeInheritExecutor
97 | @_spi(Private)
98 | public func withIdentifiableThrowingContinuation<T>(
| `- warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
99 | isolation: isolated some Actor,
100 | function: String = #function,
[17/22] Compiling FlyingSocks SocketAddress.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[18/22] Compiling FlyingSocks SocketError.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[19/24] Compiling FlyingSocks SocketPool+kQueue.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[20/24] Compiling FlyingSocks SocketPool.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[21/24] Compiling FlyingSocks SocketPool+Poll.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[22/24] Compiling FlyingSocks SocketPool+ePoll.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[23/24] Compiling FlyingSocks SwiftSupport.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[24/24] Compiling FlyingSocks Task+Timeout.swift
/host/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift:33:8: warning: 'Glibc' inconsistently imported as implementation-only
31 |
32 | #if canImport(Glibc)
33 | import Glibc
| `- warning: 'Glibc' inconsistently imported as implementation-only
34 |
35 | public extension Socket {
/host/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift:117:29: note: imported as implementation-only here
115 | #elseif canImport(Glibc)
116 |
117 | @_implementationOnly import Glibc
| `- note: imported as implementation-only here
118 |
119 | extension AllocatedLock {
[26/59] Compiling FlyingFox HTTPLogging.swift
[27/59] Compiling FlyingFox HTTPMethod.swift
[28/59] Compiling FlyingFox HTTPRequest+QueryItem.swift
[29/59] Compiling FlyingFox HTTPRequest.swift
[30/59] Compiling FlyingFox HTTPResponse.swift
[31/63] Compiling FlyingFox AsyncSequence+Extensions.swift
[32/63] Compiling FlyingFox HTTPBodyPattern.swift
[33/63] Compiling FlyingFox HTTPBodySequence.swift
[34/63] Compiling FlyingFox HTTPClient.swift
[35/63] Compiling FlyingFox HTTPConnection.swift
[36/63] Compiling FlyingFox HTTPDecoder.swift
[37/63] Compiling FlyingFox HTTPEncoder.swift
[38/63] Compiling FlyingFox HTTPHandler.swift
[39/63] Compiling FlyingFox HTTPHeader.swift
[40/63] Compiling FlyingFox HTTPLogging+OSLog.swift
[41/63] Compiling FlyingFox RoutedHTTPHandler.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
| `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 | public static let family = sa_family_t(AF_INET)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:80:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
78 |
79 | #if compiler(>=6.0)
80 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
81 | public static let family = sa_family_t(AF_INET)
82 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
| `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 | public static let family = sa_family_t(AF_INET6)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:84:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
82 | }
83 |
84 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
85 | public static let family = sa_family_t(AF_INET6)
86 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
| `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 | public static let family = sa_family_t(AF_UNIX)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:88:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
86 | }
87 |
88 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
89 | public static let family = sa_family_t(AF_UNIX)
90 | }
[42/63] Compiling FlyingFox WebSocketHTTPHandler.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
| `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 | public static let family = sa_family_t(AF_INET)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:80:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
78 |
79 | #if compiler(>=6.0)
80 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
81 | public static let family = sa_family_t(AF_INET)
82 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
| `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 | public static let family = sa_family_t(AF_INET6)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:84:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
82 | }
83 |
84 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
85 | public static let family = sa_family_t(AF_INET6)
86 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
| `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 | public static let family = sa_family_t(AF_UNIX)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:88:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
86 | }
87 |
88 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
89 | public static let family = sa_family_t(AF_UNIX)
90 | }
[43/63] Compiling FlyingFox SocketAddress+Glibc.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
| `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 | public static let family = sa_family_t(AF_INET)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:80:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
78 |
79 | #if compiler(>=6.0)
80 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
81 | public static let family = sa_family_t(AF_INET)
82 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
| `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 | public static let family = sa_family_t(AF_INET6)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:84:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
82 | }
83 |
84 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
85 | public static let family = sa_family_t(AF_INET6)
86 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
| `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 | public static let family = sa_family_t(AF_UNIX)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:88:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
86 | }
87 |
88 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
89 | public static let family = sa_family_t(AF_UNIX)
90 | }
[44/63] Compiling FlyingFox URLSession+Async.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
| `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 | public static let family = sa_family_t(AF_INET)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:80:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
78 |
79 | #if compiler(>=6.0)
80 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
81 | public static let family = sa_family_t(AF_INET)
82 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
| `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 | public static let family = sa_family_t(AF_INET6)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:84:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
82 | }
83 |
84 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
85 | public static let family = sa_family_t(AF_INET6)
86 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
| `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 | public static let family = sa_family_t(AF_UNIX)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:88:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
86 | }
87 |
88 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
89 | public static let family = sa_family_t(AF_UNIX)
90 | }
[45/63] Compiling FlyingFox ClosureHTTPHandler.swift
[46/63] Compiling FlyingFox DirectoryHTTPHandler.swift
[47/63] Compiling FlyingFox FileHTTPHandler.swift
[48/63] Compiling FlyingFox ProxyHTTPHandler.swift
[49/63] Compiling FlyingFox RedirectHTTPHandler.swift
[50/63] Compiling FlyingFox UncheckedSendable.swift
/host/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift:39:67: warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
34 | extension AsyncThrowingStream<WSFrame, any Error> {
35 |
36 | static func decodingFrames(from bytes: some AsyncChunkedSequence<UInt8>) -> Self {
| `- note: consider making generic parameter 'some AsyncChunkedSequence<UInt8>' conform to the 'Sendable' protocol
37 | AsyncThrowingStream<WSFrame, any Error> {
38 | do {
39 | return try await WSFrameEncoder.decodeFrame(from: bytes)
| `- warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
40 | } catch SocketError.disconnected, is SequenceTerminationError {
41 | return nil
[51/63] Compiling FlyingFox AsyncStream+WSFrame.swift
/host/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift:39:67: warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
34 | extension AsyncThrowingStream<WSFrame, any Error> {
35 |
36 | static func decodingFrames(from bytes: some AsyncChunkedSequence<UInt8>) -> Self {
| `- note: consider making generic parameter 'some AsyncChunkedSequence<UInt8>' conform to the 'Sendable' protocol
37 | AsyncThrowingStream<WSFrame, any Error> {
38 | do {
39 | return try await WSFrameEncoder.decodeFrame(from: bytes)
| `- warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
40 | } catch SocketError.disconnected, is SequenceTerminationError {
41 | return nil
[52/63] Compiling FlyingFox SHA1.swift
/host/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift:39:67: warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
34 | extension AsyncThrowingStream<WSFrame, any Error> {
35 |
36 | static func decodingFrames(from bytes: some AsyncChunkedSequence<UInt8>) -> Self {
| `- note: consider making generic parameter 'some AsyncChunkedSequence<UInt8>' conform to the 'Sendable' protocol
37 | AsyncThrowingStream<WSFrame, any Error> {
38 | do {
39 | return try await WSFrameEncoder.decodeFrame(from: bytes)
| `- warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
40 | } catch SocketError.disconnected, is SequenceTerminationError {
41 | return nil
[53/63] Compiling FlyingFox WSFrame.swift
/host/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift:39:67: warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
34 | extension AsyncThrowingStream<WSFrame, any Error> {
35 |
36 | static func decodingFrames(from bytes: some AsyncChunkedSequence<UInt8>) -> Self {
| `- note: consider making generic parameter 'some AsyncChunkedSequence<UInt8>' conform to the 'Sendable' protocol
37 | AsyncThrowingStream<WSFrame, any Error> {
38 | do {
39 | return try await WSFrameEncoder.decodeFrame(from: bytes)
| `- warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
40 | } catch SocketError.disconnected, is SequenceTerminationError {
41 | return nil
[54/63] Emitting module FlyingFox
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
| `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 | public static let family = sa_family_t(AF_INET)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:80:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
78 |
79 | #if compiler(>=6.0)
80 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
81 | public static let family = sa_family_t(AF_INET)
82 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
| `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 | public static let family = sa_family_t(AF_INET6)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:84:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
82 | }
83 |
84 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
85 | public static let family = sa_family_t(AF_INET6)
86 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
| `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 | public static let family = sa_family_t(AF_UNIX)
| `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:88:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
86 | }
87 |
88 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
| `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
89 | public static let family = sa_family_t(AF_UNIX)
90 | }
[55/63] Compiling FlyingFox HTTPRoute.swift
[56/63] Compiling FlyingFox HTTPServer+Listening.swift
[57/63] Compiling FlyingFox HTTPServer.swift
[58/63] Compiling FlyingFox HTTPStatusCode.swift
[59/63] Compiling FlyingFox HTTPVersion.swift
[60/63] Compiling FlyingFox WSFrameEncoder.swift
[61/63] Compiling FlyingFox WSFrameValidator.swift
[62/63] Compiling FlyingFox WSHandler.swift
[63/63] Compiling FlyingFox WSMessage.swift
Build complete! (20.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FlyingFox",
"name" : "FlyingFox",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "FlyingFox",
"targets" : [
"FlyingFox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FlyingSocks",
"targets" : [
"FlyingSocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "FlyingSocksTests",
"module_type" : "SwiftTarget",
"name" : "FlyingSocksTests",
"path" : "FlyingSocks/Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/FlyingSocks/Tests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AllocatedLockTests.swift",
"AsyncDataSequenceTests.swift",
"AsyncSocketTests.swift",
"IdentifiableContinuationTests.swift",
"Logging+OSLogTests.swift",
"Logging+PrintTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"SocketAddressTests.swift",
"SocketErrorTests.swift",
"SocketPool+PollTests.swift",
"SocketPool+kQueueTests.swift",
"SocketPoolTests.swift",
"SocketTests.swift",
"Task+TimeoutTests.swift",
"XCTest+Extension.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "test"
},
{
"c99name" : "FlyingSocks",
"module_type" : "SwiftTarget",
"name" : "FlyingSocks",
"path" : "FlyingSocks/Sources",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"AllocatedLock.swift",
"AsyncChunkedSequence.swift",
"AsyncDataSequence.swift",
"AsyncSocket.swift",
"IdentifiableContinuation.swift",
"Logging+OSLog.swift",
"Logging.swift",
"Socket+Darwin.swift",
"Socket+Glibc.swift",
"Socket+WinSock2.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketError.swift",
"SocketPool+Poll.swift",
"SocketPool+ePoll.swift",
"SocketPool+kQueue.swift",
"SocketPool.swift",
"SwiftSupport.swift",
"Task+Timeout.swift"
],
"target_dependencies" : [
"CSystemLinux"
],
"type" : "library"
},
{
"c99name" : "FlyingFoxTests",
"module_type" : "SwiftTarget",
"name" : "FlyingFoxTests",
"path" : "FlyingFox/Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/FlyingFox/Tests/Stubs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncSequence+ExtensionsTests.swift",
"AsyncSocketTests.swift",
"ConsumingAsyncSequence.swift",
"HTTPBodyPatternTests.swift",
"HTTPBodySequenceTests.swift",
"HTTPClientTests.swift",
"HTTPConnectionTests.swift",
"HTTPDecoderTests.swift",
"HTTPEncoderTests.swift",
"HTTPLoggingTests.swift",
"HTTPRequest+Mock.swift",
"HTTPRequest+QueryItemTests.swift",
"HTTPRequestTests.swift",
"HTTPResponse+Mock.swift",
"HTTPResponseTests.swift",
"HTTPRouteTests.swift",
"HTTPServerTests.swift",
"HTTPStatusCodeTests.swift",
"Handlers/DirectoryHTTPHandlerTests.swift",
"Handlers/HTTPHandlerTests.swift",
"Handlers/RoutedHTTPHandlerTests.swift",
"Handlers/WebSocketHTTPHandlerTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"URLSession+AsyncTests.swift",
"WebSocket/AsyncStream+WSFrameTests.swift",
"WebSocket/WSFrameEncoderTests.swift",
"WebSocket/WSFrameTests.swift",
"WebSocket/WSFrameValidatorTests.swift",
"WebSocket/WSHandlerTests.swift",
"XCTest+Extension.swift"
],
"target_dependencies" : [
"FlyingFox"
],
"type" : "test"
},
{
"c99name" : "FlyingFox",
"module_type" : "SwiftTarget",
"name" : "FlyingFox",
"path" : "FlyingFox/Sources",
"product_memberships" : [
"FlyingFox"
],
"sources" : [
"AsyncSequence+Extensions.swift",
"HTTPBodyPattern.swift",
"HTTPBodySequence.swift",
"HTTPClient.swift",
"HTTPConnection.swift",
"HTTPDecoder.swift",
"HTTPEncoder.swift",
"HTTPHandler.swift",
"HTTPHeader.swift",
"HTTPLogging+OSLog.swift",
"HTTPLogging.swift",
"HTTPMethod.swift",
"HTTPRequest+QueryItem.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"HTTPRoute.swift",
"HTTPServer+Listening.swift",
"HTTPServer.swift",
"HTTPStatusCode.swift",
"HTTPVersion.swift",
"Handlers/ClosureHTTPHandler.swift",
"Handlers/DirectoryHTTPHandler.swift",
"Handlers/FileHTTPHandler.swift",
"Handlers/ProxyHTTPHandler.swift",
"Handlers/RedirectHTTPHandler.swift",
"Handlers/RoutedHTTPHandler.swift",
"Handlers/WebSocketHTTPHandler.swift",
"SocketAddress+Glibc.swift",
"URLSession+Async.swift",
"UncheckedSendable.swift",
"WebSocket/AsyncStream+WSFrame.swift",
"WebSocket/SHA1.swift",
"WebSocket/WSFrame.swift",
"WebSocket/WSFrameEncoder.swift",
"WebSocket/WSFrameValidator.swift",
"WebSocket/WSHandler.swift",
"WebSocket/WSMessage.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "library"
},
{
"c99name" : "CSystemLinux",
"module_type" : "ClangTarget",
"name" : "CSystemLinux",
"path" : "CSystemLinux",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.