Build Information
Successful build of swift-system with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.6
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.8
Building package at path: $PWD/checkout
https://github.com/PureSwift/swift-system.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[0/3] Compiling CSystem shims.c
[2/62] 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))
^
[3/70] 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)) }
^
[4/70] 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)) }
^
[5/70] 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)) }
^
[6/70] 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)) }
^
[7/70] 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)) }
^
[8/70] 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)) }
^
[9/70] 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)) }
^
[10/70] 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)) }
^
[11/70] Compiling SystemPackage Time.swift
[12/70] Compiling SystemPackage TimeComponents.swift
[13/70] Compiling SystemPackage TimeInterval.swift
[14/70] Compiling SystemPackage TimeIntervalMicroseconds.swift
[15/70] Compiling SystemPackage TimeIntervalNanoseconds.swift
[16/70] Compiling SystemPackage UserID.swift
[17/70] Compiling SystemPackage Util.swift
[18/70] Compiling SystemPackage UtilConsumers.swift
[19/70] Compiling SystemPackage IOOperations.swift
[20/70] Compiling SystemPackage IOType.swift
[21/70] Compiling SystemPackage TerminalIO.swift
[22/70] Compiling SystemPackage CInternetAddress.swift
[23/70] Compiling SystemPackage CInterop.swift
[24/70] Compiling SystemPackage CSocketAddress.swift
[25/70] Compiling SystemPackage Compatibility.swift
[26/70] Compiling SystemPackage Constants.swift
[27/70] Compiling SystemPackage FilePathComponentView.swift
[28/70] Compiling SystemPackage FilePathComponents.swift
[29/70] Compiling SystemPackage FilePathParsing.swift
[30/70] Compiling SystemPackage FilePathString.swift
[31/70] Compiling SystemPackage FilePathSyntax.swift
[32/70] Compiling SystemPackage FilePathWindows.swift
[33/70] Compiling SystemPackage FilePermissions.swift
[34/70] Compiling SystemPackage IOControl.swift
[35/70] Compiling SystemPackage IODirection.swift
[36/70] 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)
^
[37/70] 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)
^
[38/70] 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)
^
[39/70] 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)
^
[40/70] 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)
^
[41/70] 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)
^
[42/70] 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)
^
[43/70] 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)
^
[44/70] 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))
^
[45/70] 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))
^
[46/70] 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))
^
[47/70] 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))
^
[48/70] 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))
^
[49/70] 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))
^
[50/70] 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))
^
[51/70] 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))
^
[52/70] 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())
^
[53/70] 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())
^
[54/70] 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())
^
[55/70] 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())
^
[56/70] 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())
^
[57/70] 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())
^
[58/70] 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())
^
[59/70] 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())
^
[60/70] 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())
^
[61/70] Compiling SystemPackage Exports.swift
[62/70] Compiling SystemPackage IOCTL.swift
[63/70] Compiling SystemPackage Mocking.swift
[64/70] Compiling SystemPackage NetworkOrder.swift
[65/70] Compiling SystemPackage Syscalls.swift
[66/70] Compiling SystemPackage WindowsSyscallAdapters.swift
[67/70] Compiling SystemPackage InternetProtocol.swift
[68/70] Compiling SystemPackage PlatformString.swift
[70/72] Wrapping AST for SystemPackage for debugging
[71/72] Archiving libSystemPackage.a
Build complete! (6.75s)
Build complete.
Done.