The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-system with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:             5.10
Building package at path:  $workDir
https://github.com/PureSwift/swift-system.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling CSystem shims.c
[4/65] 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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
/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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[5/73] Compiling SystemPackage Time.swift
[6/73] Compiling SystemPackage TimeComponents.swift
[7/73] Compiling SystemPackage TimeInterval.swift
[8/73] Compiling SystemPackage TimeIntervalMicroseconds.swift
[9/73] Compiling SystemPackage TimeIntervalNanoseconds.swift
[10/73] Compiling SystemPackage UserID.swift
[11/73] Compiling SystemPackage Util.swift
[12/73] Compiling SystemPackage UtilConsumers.swift
[13/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[14/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[15/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[16/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[17/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[18/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[19/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[20/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[21/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 Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/host/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'CSystem' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[22/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[23/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[24/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[25/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[26/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[27/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[28/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[29/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:)'
                    .assign(from: platformString, count: path.length)
                     ^
/host/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
/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 Swift 6
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
/host/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift:25:90: note: The missing import of module 'SwiftGlibc' will be added implicitly
    private init(_ cValue: CInterop.SocketType) { self.init(rawValue: numericCast(cValue.rawValue)) }
                                                                                         ^
[30/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[31/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[32/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[33/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[34/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[35/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[36/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[37/73] 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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:38:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_handler: handler.rawValue),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:39:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_handler: handler.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 Swift 6
            self.init(CInterop.SignalAction(
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:62:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/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 Swift 6
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:63:39: note: The missing import of module 'SwiftGlibc' will be added implicitly
                __sigaction_handler: .init(sa_sigaction: body),
                                      ^
/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 Swift 6
            self.init(CInterop.SignalAction())
                               ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'SwiftGlibc' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/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 Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/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 Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/host/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'SwiftGlibc' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[38/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[39/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[40/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[41/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[42/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[43/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[44/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[45/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 Swift 6
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
/host/spi-builder-workspace/Sources/System/Socket/SocketType.swift:25:46: note: The missing import of module 'SwiftGlibc' will be added implicitly
      self.init(rawValue: numericCast(cValue.rawValue))
                                             ^
[46/73] Compiling SystemPackage FilePathComponentView.swift
[47/73] Compiling SystemPackage FilePathComponents.swift
[48/73] Compiling SystemPackage FilePathParsing.swift
[49/73] Compiling SystemPackage FilePathString.swift
[50/73] Compiling SystemPackage FilePathSyntax.swift
[51/73] Compiling SystemPackage FilePathWindows.swift
[52/73] Compiling SystemPackage FilePermissions.swift
[53/73] Compiling SystemPackage IOControl.swift
[54/73] Compiling SystemPackage IODirection.swift
[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 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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[64/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[65/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[66/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[67/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[68/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[69/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[70/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.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[71/74] Wrapping AST for SystemPackage for debugging
[72/74] Write Objects.LinkFileList
[73/74] Archiving libSystemPackage.a
Build complete! (8.79s)
Build complete.
Done.