Build Information
Successful build of swift-system, reference master (f51eba
), with Swift 6.0 for Linux on 4 Nov 2024 01:58:32 UTC.
Swift 6 data race errors: 10
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/swift-system.git
Reference: master
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/PureSwift/swift-system
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f51ebae Merge branch 'apple:main' into master
Cloned https://github.com/PureSwift/swift-system.git
Revision (git rev-parse @):
f51ebae2fef4fce21bd51872f1e4b6495e01fab8
SUCCESS checkout https://github.com/PureSwift/swift-system.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/PureSwift/swift-system.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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/6] Write sources
[1/6] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling CSystem shims.c
[4/65] Compiling SystemPackage ProcessID.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[5/65] Compiling SystemPackage Signal.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[6/65] Compiling SystemPackage SignalAction.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[7/65] Compiling SystemPackage SignalHandler.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[8/65] Compiling SystemPackage SignalInformation.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[9/65] Compiling SystemPackage SignalSet.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[10/65] Compiling SystemPackage AsyncSocketOperations.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[11/65] Compiling SystemPackage MessageFlags.swift
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
[12/73] Compiling SystemPackage SocketProtocol.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[13/73] Compiling SystemPackage SocketType.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[14/73] Compiling SystemPackage SystemInfo.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[15/73] Compiling SystemPackage SystemString.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[16/73] Compiling SystemPackage Clock.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[17/73] Compiling SystemPackage Microseconds.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[18/73] Compiling SystemPackage Nanoseconds.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[19/73] Compiling SystemPackage ProcessorTime.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[20/73] Compiling SystemPackage FilePathComponentView.swift
[21/73] Compiling SystemPackage FilePathComponents.swift
[22/73] Compiling SystemPackage FilePathParsing.swift
[23/73] Compiling SystemPackage FilePathString.swift
[24/73] Compiling SystemPackage FilePathSyntax.swift
[25/73] Compiling SystemPackage FilePathWindows.swift
[26/73] Compiling SystemPackage FilePermissions.swift
[27/73] Compiling SystemPackage IOControl.swift
[28/73] Compiling SystemPackage IODirection.swift
[29/73] Compiling SystemPackage Poll.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[30/73] Compiling SystemPackage SocketAddress.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[31/73] Compiling SystemPackage SocketAddressFamily.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[32/73] Compiling SystemPackage SocketFlags.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[33/73] Compiling SystemPackage SocketOperations.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[34/73] Compiling SystemPackage SocketOption.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[35/73] Compiling SystemPackage SocketOptionID.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[36/73] Compiling SystemPackage SocketOptionLevel.swift
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
54 | .bindMemory(to: CInterop.PlatformChar.self)
55 | .baseAddress!
56 | .assign(from: platformString, count: path.length)
| |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
| `- note: use 'update(from:count:)' instead
57 | }
58 | return try socketAddress.withUnsafePointer(body)
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
[37/73] Compiling SystemPackage AsyncFileOperations.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[38/73] Compiling SystemPackage Errno.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[39/73] Compiling SystemPackage FileChange.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[40/73] Compiling SystemPackage FileDescriptor.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[41/73] Compiling SystemPackage FileDescriptorSet.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[42/73] Compiling SystemPackage FileEvent.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[43/73] Compiling SystemPackage FileHelpers.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[44/73] Compiling SystemPackage FileOperations.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[45/73] Compiling SystemPackage FilePath.swift
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
[46/73] Compiling SystemPackage IOOperations.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[47/73] Compiling SystemPackage IOType.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[48/73] Compiling SystemPackage TerminalIO.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[49/73] Compiling SystemPackage CInternetAddress.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[50/73] Compiling SystemPackage CInterop.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[51/73] Compiling SystemPackage CSocketAddress.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[52/73] Compiling SystemPackage Compatibility.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[53/73] Compiling SystemPackage Constants.swift
/host/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift:29:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
27 | */
28 | let result = string.withCString {
29 | system_inet_pton(Self.family.rawValue, $0, &self)
| `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 | }
31 | guard result == 1 else {
[54/73] Emitting module SystemPackage
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
24 | @_alwaysEmitIntoClient
25 | public init() {
26 | self.init(CInterop.FileDescriptorSet())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'CSystem' will be added implicitly
27 | }
28 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
36 | )
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
40 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
37 | #elseif os(Linux)
38 | self.init(CInterop.SignalAction(
39 | __sigaction_handler: .init(sa_handler: handler.rawValue),
| |- warning: initializer 'init(sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
40 | sa_mask: mask.bytes,
41 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
60 | )
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
| |- warning: initializer 'init(__sigaction_handler:sa_mask:sa_flags:sa_restorer:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
63 | __sigaction_handler: .init(sa_sigaction: body),
64 | sa_mask: mask.bytes,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
61 | #elseif os(Linux)
62 | self.init(CInterop.SignalAction(
63 | __sigaction_handler: .init(sa_sigaction: body),
| |- warning: initializer 'init(sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
64 | sa_mask: mask.bytes,
65 | sa_flags: flags.rawValue,
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
71 | @_alwaysEmitIntoClient
72 | internal init() {
73 | self.init(CInterop.SignalAction())
| |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
74 | }
75 | }
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
80 | @_alwaysEmitIntoClient
81 | var flags: Flags {
82 | return .init(rawValue: bytes.sa_flags)
| |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
83 | }
84 |
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
85 | @_alwaysEmitIntoClient
86 | var mask: Signal.Set {
87 | return Signal.Set(bytes.sa_mask)
| |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
88 | }
89 | }
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 |
24 | @_alwaysEmitIntoClient
25 | private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | }
27 |
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
23 | private init(_ cValue: CInterop.SocketType) {
24 | #if os(Linux)
25 | self.init(rawValue: numericCast(cValue.rawValue))
| |- warning: property 'rawValue' cannot be used in an '@_alwaysEmitIntoClient' function because 'SwiftGlibc' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'SwiftGlibc' will be added implicitly
26 | #else
27 | self.init(rawValue: cValue)
[55/73] Compiling SystemPackage Exports.swift
[56/73] Compiling SystemPackage IOCTL.swift
[57/73] Compiling SystemPackage Mocking.swift
[58/73] Compiling SystemPackage NetworkOrder.swift
[59/73] Compiling SystemPackage Syscalls.swift
[60/73] Compiling SystemPackage WindowsSyscallAdapters.swift
[61/73] Compiling SystemPackage InternetProtocol.swift
[62/73] Compiling SystemPackage PlatformString.swift
[63/73] Compiling SystemPackage Time.swift
[64/73] Compiling SystemPackage TimeComponents.swift
[65/73] Compiling SystemPackage TimeInterval.swift
[66/73] Compiling SystemPackage TimeIntervalMicroseconds.swift
[67/73] Compiling SystemPackage TimeIntervalNanoseconds.swift
[68/73] Compiling SystemPackage UserID.swift
[69/73] Compiling SystemPackage Util.swift
[70/73] Compiling SystemPackage UtilConsumers.swift
[71/74] Wrapping AST for SystemPackage for debugging
[72/74] Write Objects.LinkFileList
[73/74] Archiving libSystemPackage.a
Build complete! (10.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-system",
"name" : "swift-system",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemPackage",
"targets" : [
"SystemPackage"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Tests/SystemTests",
"sources" : [
"ErrnoTest.swift",
"FileOperationsTest.swift",
"FilePathTests/FilePathComponentsTest.swift",
"FilePathTests/FilePathExtras.swift",
"FilePathTests/FilePathParsingTest.swift",
"FilePathTests/FilePathSyntaxTest.swift",
"FilePathTests/FilePathTest.swift",
"FileTypesTest.swift",
"InternetProtocolTests.swift",
"MockingTest.swift",
"SystemCharTest.swift",
"SystemStringTests.swift",
"TestingInfrastructure.swift",
"TimeTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SystemPackage"
],
"type" : "test"
},
{
"c99name" : "SystemPackage",
"module_type" : "SwiftTarget",
"name" : "SystemPackage",
"path" : "Sources/System",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"AsyncFileOperations.swift",
"Errno.swift",
"FileChange.swift",
"FileDescriptor.swift",
"FileDescriptorSet.swift",
"FileEvent.swift",
"FileHelpers.swift",
"FileOperations.swift",
"FilePath/FilePath.swift",
"FilePath/FilePathComponentView.swift",
"FilePath/FilePathComponents.swift",
"FilePath/FilePathParsing.swift",
"FilePath/FilePathString.swift",
"FilePath/FilePathSyntax.swift",
"FilePath/FilePathWindows.swift",
"FilePermissions.swift",
"InputOutput/IOControl.swift",
"InputOutput/IODirection.swift",
"InputOutput/IOOperations.swift",
"InputOutput/IOType.swift",
"InputOutput/TerminalIO.swift",
"Internals/CInternetAddress.swift",
"Internals/CInterop.swift",
"Internals/CSocketAddress.swift",
"Internals/Compatibility.swift",
"Internals/Constants.swift",
"Internals/Exports.swift",
"Internals/IOCTL.swift",
"Internals/Mocking.swift",
"Internals/NetworkOrder.swift",
"Internals/Syscalls.swift",
"Internals/WindowsSyscallAdapters.swift",
"InternetProtocol.swift",
"PlatformString.swift",
"ProcessID.swift",
"Signal/Signal.swift",
"Signal/SignalAction.swift",
"Signal/SignalHandler.swift",
"Signal/SignalInformation.swift",
"Signal/SignalSet.swift",
"Socket/AsyncSocketOperations.swift",
"Socket/MessageFlags.swift",
"Socket/Poll.swift",
"Socket/SocketAddress.swift",
"Socket/SocketAddressFamily.swift",
"Socket/SocketFlags.swift",
"Socket/SocketOperations.swift",
"Socket/SocketOption.swift",
"Socket/SocketOptionID.swift",
"Socket/SocketOptionLevel.swift",
"Socket/SocketProtocol.swift",
"Socket/SocketType.swift",
"SystemInfo.swift",
"SystemString.swift",
"Time/Clock.swift",
"Time/Microseconds.swift",
"Time/Nanoseconds.swift",
"Time/ProcessorTime.swift",
"Time/Time.swift",
"Time/TimeComponents.swift",
"Time/TimeInterval.swift",
"Time/TimeIntervalMicroseconds.swift",
"Time/TimeIntervalNanoseconds.swift",
"UserID.swift",
"Util.swift",
"UtilConsumers.swift"
],
"target_dependencies" : [
"CSystem"
],
"type" : "library"
},
{
"c99name" : "CSystem",
"module_type" : "ClangTarget",
"name" : "CSystem",
"path" : "Sources/CSystem",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "5.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
Done.