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.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64

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 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-system",
      "name": "swift-system",
      "url": "https://github.com/PureSwift/swift-system.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PureSwift/swift-system.git
[1/2577] Fetching swift-system
Fetched https://github.com/PureSwift/swift-system.git (0.47s)
Creating working copy for https://github.com/PureSwift/swift-system.git
Working copy of https://github.com/PureSwift/swift-system.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-system' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/PureSwift/swift-system.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CSystem shims.c
[2/61] Compiling SystemPackage ProcessID.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[3/61] Compiling SystemPackage Signal.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[4/61] Compiling SystemPackage SignalAction.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[5/61] Compiling SystemPackage SignalHandler.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[6/61] Compiling SystemPackage SignalInformation.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[7/61] Compiling SystemPackage SignalSet.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[8/61] Compiling SystemPackage AsyncSocketOperations.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[9/61] Compiling SystemPackage MessageFlags.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
[10/69] Compiling SystemPackage SocketProtocol.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[11/69] Compiling SystemPackage SocketType.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[12/69] Compiling SystemPackage SystemInfo.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[13/69] Compiling SystemPackage SystemString.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[14/69] Compiling SystemPackage Clock.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[15/69] Compiling SystemPackage Microseconds.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[16/69] Compiling SystemPackage Nanoseconds.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[17/69] Compiling SystemPackage ProcessorTime.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[18/69] Emitting module SystemPackage
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:32:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_handler: handler.rawValue),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:56:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction(
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: note: The missing import of module 'Darwin' will be added implicitly
                __sigaction_u: .init(__sa_sigaction: body),
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.SignalAction())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: note: The missing import of module 'Darwin' will be added implicitly
        return .init(rawValue: bytes.sa_flags)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: note: The missing import of module 'Darwin' will be added implicitly
        return Signal.Set(bytes.sa_mask)
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; 'Darwin' was not imported by this file
    public typealias RawValue = CInterop.ClockID.RawValue
                                                 ^
Darwin.clockid_t:5:22: note: type declared here
    public typealias RawValue = UInt32
                     ^
[19/69] Compiling SystemPackage Poll.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[20/69] Compiling SystemPackage SocketAddress.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[21/69] Compiling SystemPackage SocketAddressFamily.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[22/69] Compiling SystemPackage SocketFlags.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[23/69] Compiling SystemPackage SocketOperations.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[24/69] Compiling SystemPackage SocketOption.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[25/69] Compiling SystemPackage SocketOptionID.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[26/69] Compiling SystemPackage SocketOptionLevel.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length)
                     ^~~~~~
                     update
[27/69] Compiling SystemPackage IOOperations.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[28/69] Compiling SystemPackage IOType.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[29/69] Compiling SystemPackage TerminalIO.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[30/69] Compiling SystemPackage CInternetAddress.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[31/69] Compiling SystemPackage CInterop.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[32/69] Compiling SystemPackage CSocketAddress.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[33/69] Compiling SystemPackage Compatibility.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[34/69] Compiling SystemPackage Constants.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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)
                                                       ^
[35/69] Compiling SystemPackage AsyncFileOperations.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[36/69] Compiling SystemPackage Errno.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[37/69] Compiling SystemPackage FileChange.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[38/69] Compiling SystemPackage FileDescriptor.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[39/69] Compiling SystemPackage FileDescriptorSet.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[40/69] Compiling SystemPackage FileEvent.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[41/69] Compiling SystemPackage FileHelpers.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[42/69] Compiling SystemPackage FileOperations.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[43/69] Compiling SystemPackage FilePath.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because 'Darwin' was not imported by this file; this is an error in Swift 6
            self.init(CInterop.FileDescriptorSet())
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: note: The missing import of module 'Darwin' will be added implicitly
            self.init(CInterop.FileDescriptorSet())
                               ^
[44/69] Compiling SystemPackage Exports.swift
[45/69] Compiling SystemPackage IOCTL.swift
[46/69] Compiling SystemPackage Mocking.swift
[47/69] Compiling SystemPackage NetworkOrder.swift
[48/69] Compiling SystemPackage Syscalls.swift
[49/69] Compiling SystemPackage WindowsSyscallAdapters.swift
[50/69] Compiling SystemPackage InternetProtocol.swift
[51/69] Compiling SystemPackage PlatformString.swift
[52/69] Compiling SystemPackage FilePathComponentView.swift
[53/69] Compiling SystemPackage FilePathComponents.swift
[54/69] Compiling SystemPackage FilePathParsing.swift
[55/69] Compiling SystemPackage FilePathString.swift
[56/69] Compiling SystemPackage FilePathSyntax.swift
[57/69] Compiling SystemPackage FilePathWindows.swift
[58/69] Compiling SystemPackage FilePermissions.swift
[59/69] Compiling SystemPackage IOControl.swift
[60/69] Compiling SystemPackage IODirection.swift
[61/69] Compiling SystemPackage Time.swift
[62/69] Compiling SystemPackage TimeComponents.swift
[63/69] Compiling SystemPackage TimeInterval.swift
[64/69] Compiling SystemPackage TimeIntervalMicroseconds.swift
[65/69] Compiling SystemPackage TimeIntervalNanoseconds.swift
[66/69] Compiling SystemPackage UserID.swift
[67/69] Compiling SystemPackage Util.swift
[68/69] Compiling SystemPackage UtilConsumers.swift
[68/69] Archiving libSystemPackage.a
Build complete! (4.21s)
Build complete.
Done.