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, reference master (f51eba), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 02:07:19 UTC.

Swift 6 data race errors: 8

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/swift-system.git
Reference: master
Initialized empty Git repository in /Users/admin/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PureSwift/swift-system.git
[1/3061] Fetching swift-system
Fetched https://github.com/PureSwift/swift-system.git from cache (1.00s)
Creating working copy for https://github.com/PureSwift/swift-system.git
Working copy of https://github.com/PureSwift/swift-system.git resolved at master (f51ebae)
warning: '.resolve-product-dependencies': dependency 'swift-system' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/PureSwift/swift-system.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[1/5] Compiling CSystem shims.c
[2/5] Write swift-version--7754E27361AE5C74.txt
[4/66] Emitting module SystemPackage
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[5/72] Compiling SystemPackage Clock.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[6/72] Compiling SystemPackage Microseconds.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[7/72] Compiling SystemPackage Nanoseconds.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[8/72] Compiling SystemPackage ProcessorTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[9/72] Compiling SystemPackage Time.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[10/72] Compiling SystemPackage TimeComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:16:50: warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 14 |
 15 |     #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 16 |     public typealias RawValue = CInterop.ClockID.RawValue
    |                                                  `- warning: cannot use type alias 'RawValue' here; '_time' was not imported by this file
 17 |     #else
 18 |     public typealias RawValue = CInterop.ClockID
_time.clockid_t:5:22: note: type declared here
3 |     public init(rawValue: UInt32)
4 |     public var rawValue: UInt32
5 |     public typealias RawValue = UInt32
  |                      `- note: type declared here
6 | }
[11/72] Compiling SystemPackage TimeInterval.swift
[12/72] Compiling SystemPackage TimeIntervalMicroseconds.swift
[13/72] Compiling SystemPackage TimeIntervalNanoseconds.swift
[14/72] Compiling SystemPackage UserID.swift
[15/72] Compiling SystemPackage Util.swift
[16/72] Compiling SystemPackage UtilConsumers.swift
[17/72] Compiling SystemPackage FilePathWindows.swift
[18/72] Compiling SystemPackage FilePermissions.swift
[19/72] Compiling SystemPackage IOControl.swift
[20/72] Compiling SystemPackage IODirection.swift
[21/72] Compiling SystemPackage IOOperations.swift
[22/72] Compiling SystemPackage IOType.swift
[23/72] Compiling SystemPackage TerminalIO.swift
[24/72] Compiling SystemPackage Poll.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
 54 |                     .bindMemory(to: CInterop.PlatformChar.self)
 55 |                     .baseAddress!
 56 |                     .assign(from: platformString, count: path.length)
    |                      |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |                      `- note: use 'update(from:count:)' instead
 57 |             }
 58 |             return try socketAddress.withUnsafePointer(body)
[25/72] Compiling SystemPackage SocketAddress.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
 54 |                     .bindMemory(to: CInterop.PlatformChar.self)
 55 |                     .baseAddress!
 56 |                     .assign(from: platformString, count: path.length)
    |                      |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |                      `- note: use 'update(from:count:)' instead
 57 |             }
 58 |             return try socketAddress.withUnsafePointer(body)
[26/72] Compiling SystemPackage SocketAddressFamily.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
 54 |                     .bindMemory(to: CInterop.PlatformChar.self)
 55 |                     .baseAddress!
 56 |                     .assign(from: platformString, count: path.length)
    |                      |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |                      `- note: use 'update(from:count:)' instead
 57 |             }
 58 |             return try socketAddress.withUnsafePointer(body)
[27/72] Compiling SystemPackage SocketFlags.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
 54 |                     .bindMemory(to: CInterop.PlatformChar.self)
 55 |                     .baseAddress!
 56 |                     .assign(from: platformString, count: path.length)
    |                      |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |                      `- note: use 'update(from:count:)' instead
 57 |             }
 58 |             return try socketAddress.withUnsafePointer(body)
[28/72] Compiling SystemPackage SocketOperations.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
 54 |                     .bindMemory(to: CInterop.PlatformChar.self)
 55 |                     .baseAddress!
 56 |                     .assign(from: platformString, count: path.length)
    |                      |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |                      `- note: use 'update(from:count:)' instead
 57 |             }
 58 |             return try socketAddress.withUnsafePointer(body)
[29/72] Compiling SystemPackage SocketOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift:56:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
 54 |                     .bindMemory(to: CInterop.PlatformChar.self)
 55 |                     .baseAddress!
 56 |                     .assign(from: platformString, count: path.length)
    |                      |- warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
    |                      `- note: use 'update(from:count:)' instead
 57 |             }
 58 |             return try socketAddress.withUnsafePointer(body)
[30/72] Compiling SystemPackage Signal.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[31/72] Compiling SystemPackage SignalAction.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[32/72] Compiling SystemPackage SignalHandler.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[33/72] Compiling SystemPackage SignalInformation.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[34/72] Compiling SystemPackage SignalSet.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[35/72] Compiling SystemPackage AsyncSocketOperations.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[36/72] Compiling SystemPackage MessageFlags.swift
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 30 |             assert(flags.contains(.sigInfo) == false)
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
 34 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:33:33: warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 31 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 32 |             self.init(CInterop.SignalAction(
 33 |                 __sigaction_u: .init(__sa_handler: handler.rawValue),
    |                                 |- warning: initializer 'init(__sa_handler:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 34 |                 sa_mask: mask.bytes,
 35 |                 sa_flags: flags.rawValue)
/Users/admin/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 '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 54 |             flags.insert(.sigInfo)
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
    |                                |- warning: initializer 'init(__sigaction_u:sa_mask:sa_flags:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
 58 |                 sa_mask: mask.bytes,
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:57:33: warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 55 |             #if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
 56 |             self.init(CInterop.SignalAction(
 57 |                 __sigaction_u: .init(__sa_sigaction: body),
    |                                 |- warning: initializer 'init(__sa_sigaction:)' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 58 |                 sa_mask: mask.bytes,
 59 |                 sa_flags: flags.rawValue)
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 71 |         @_alwaysEmitIntoClient
 72 |         internal init() {
 73 |             self.init(CInterop.SignalAction())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_signal' will be added implicitly
 74 |         }
 75 |     }
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:82:38: warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 80 |     @_alwaysEmitIntoClient
 81 |     var flags: Flags {
 82 |         return .init(rawValue: bytes.sa_flags)
    |                                      |- warning: property 'sa_flags' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                      `- note: The missing import of module '_signal' will be added implicitly
 83 |     }
 84 |
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:33: warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
 85 |     @_alwaysEmitIntoClient
 86 |     var mask: Signal.Set {
 87 |         return Signal.Set(bytes.sa_mask)
    |                                 |- warning: property 'sa_mask' cannot be used in an '@_alwaysEmitIntoClient' function because '_signal' was not imported by this file; this is an error in the Swift 6 language mode
    |                                 `- note: The missing import of module '_signal' will be added implicitly
 88 |     }
 89 | }
[37/72] Compiling SystemPackage AsyncFileOperations.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[38/72] Compiling SystemPackage Errno.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[39/72] Compiling SystemPackage FileChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[40/72] Compiling SystemPackage FileDescriptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[41/72] Compiling SystemPackage FileDescriptorSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[42/72] Compiling SystemPackage FileEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[43/72] Compiling SystemPackage FileHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift:26:32: warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
 24 |         @_alwaysEmitIntoClient
 25 |         public init() {
 26 |             self.init(CInterop.FileDescriptorSet())
    |                                |- warning: initializer 'init()' cannot be used in an '@_alwaysEmitIntoClient' function because '_sys_select' was not imported by this file; this is an error in the Swift 6 language mode
    |                                `- note: The missing import of module '_sys_select' will be added implicitly
 27 |         }
 28 |     }
[44/72] Compiling SystemPackage FileOperations.swift
[45/72] Compiling SystemPackage FilePath.swift
[46/72] Compiling SystemPackage FilePathComponentView.swift
[47/72] Compiling SystemPackage FilePathComponents.swift
[48/72] Compiling SystemPackage FilePathParsing.swift
[49/72] Compiling SystemPackage FilePathString.swift
[50/72] Compiling SystemPackage FilePathSyntax.swift
[51/72] Compiling SystemPackage CInternetAddress.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[52/72] Compiling SystemPackage CInterop.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[53/72] Compiling SystemPackage CSocketAddress.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[54/72] Compiling SystemPackage Compatibility.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[55/72] Compiling SystemPackage Constants.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[56/72] Compiling SystemPackage Exports.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[57/72] Compiling SystemPackage IOCTL.swift
/Users/admin/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.
27 |         */
28 |         let result = string.withCString {
29 |             system_inet_pton(Self.family.rawValue, $0, &self)
   |                                                        `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
30 |         }
31 |         guard result == 1 else {
[58/72] Compiling SystemPackage SocketOptionID.swift
[59/72] Compiling SystemPackage SocketOptionLevel.swift
[60/72] Compiling SystemPackage SocketProtocol.swift
[61/72] Compiling SystemPackage SocketType.swift
[62/72] Compiling SystemPackage SystemInfo.swift
[63/72] Compiling SystemPackage SystemString.swift
[64/72] Compiling SystemPackage Mocking.swift
[65/72] Compiling SystemPackage NetworkOrder.swift
[66/72] Compiling SystemPackage Syscalls.swift
[67/72] Compiling SystemPackage WindowsSyscallAdapters.swift
[68/72] Compiling SystemPackage InternetProtocol.swift
[69/72] Compiling SystemPackage PlatformString.swift
[70/72] Compiling SystemPackage ProcessID.swift
[70/72] Write Objects.LinkFileList
[71/72] Archiving libSystemPackage.a
Build complete! (10.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-system",
  "name" : "swift-system",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SystemPackage",
      "targets" : [
        "SystemPackage"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SystemTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemTests",
      "path" : "Tests/SystemTests",
      "sources" : [
        "ErrnoTest.swift",
        "FileOperationsTest.swift",
        "FilePathTests/FilePathComponentsTest.swift",
        "FilePathTests/FilePathExtras.swift",
        "FilePathTests/FilePathParsingTest.swift",
        "FilePathTests/FilePathSyntaxTest.swift",
        "FilePathTests/FilePathTest.swift",
        "FileTypesTest.swift",
        "InternetProtocolTests.swift",
        "MockingTest.swift",
        "SystemCharTest.swift",
        "SystemStringTests.swift",
        "TestingInfrastructure.swift",
        "TimeTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SystemPackage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemPackage",
      "module_type" : "SwiftTarget",
      "name" : "SystemPackage",
      "path" : "Sources/System",
      "product_memberships" : [
        "SystemPackage"
      ],
      "sources" : [
        "AsyncFileOperations.swift",
        "Errno.swift",
        "FileChange.swift",
        "FileDescriptor.swift",
        "FileDescriptorSet.swift",
        "FileEvent.swift",
        "FileHelpers.swift",
        "FileOperations.swift",
        "FilePath/FilePath.swift",
        "FilePath/FilePathComponentView.swift",
        "FilePath/FilePathComponents.swift",
        "FilePath/FilePathParsing.swift",
        "FilePath/FilePathString.swift",
        "FilePath/FilePathSyntax.swift",
        "FilePath/FilePathWindows.swift",
        "FilePermissions.swift",
        "InputOutput/IOControl.swift",
        "InputOutput/IODirection.swift",
        "InputOutput/IOOperations.swift",
        "InputOutput/IOType.swift",
        "InputOutput/TerminalIO.swift",
        "Internals/CInternetAddress.swift",
        "Internals/CInterop.swift",
        "Internals/CSocketAddress.swift",
        "Internals/Compatibility.swift",
        "Internals/Constants.swift",
        "Internals/Exports.swift",
        "Internals/IOCTL.swift",
        "Internals/Mocking.swift",
        "Internals/NetworkOrder.swift",
        "Internals/Syscalls.swift",
        "Internals/WindowsSyscallAdapters.swift",
        "InternetProtocol.swift",
        "PlatformString.swift",
        "ProcessID.swift",
        "Signal/Signal.swift",
        "Signal/SignalAction.swift",
        "Signal/SignalHandler.swift",
        "Signal/SignalInformation.swift",
        "Signal/SignalSet.swift",
        "Socket/AsyncSocketOperations.swift",
        "Socket/MessageFlags.swift",
        "Socket/Poll.swift",
        "Socket/SocketAddress.swift",
        "Socket/SocketAddressFamily.swift",
        "Socket/SocketFlags.swift",
        "Socket/SocketOperations.swift",
        "Socket/SocketOption.swift",
        "Socket/SocketOptionID.swift",
        "Socket/SocketOptionLevel.swift",
        "Socket/SocketProtocol.swift",
        "Socket/SocketType.swift",
        "SystemInfo.swift",
        "SystemString.swift",
        "Time/Clock.swift",
        "Time/Microseconds.swift",
        "Time/Nanoseconds.swift",
        "Time/ProcessorTime.swift",
        "Time/Time.swift",
        "Time/TimeComponents.swift",
        "Time/TimeInterval.swift",
        "Time/TimeIntervalMicroseconds.swift",
        "Time/TimeIntervalNanoseconds.swift",
        "UserID.swift",
        "Util.swift",
        "UtilConsumers.swift"
      ],
      "target_dependencies" : [
        "CSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSystem",
      "module_type" : "ClangTarget",
      "name" : "CSystem",
      "path" : "Sources/CSystem",
      "product_memberships" : [
        "SystemPackage"
      ],
      "sources" : [
        "shims.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.