The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-system, reference 1.6.4 (7c6ad0), with Swift 6.3 for Linux on 18 Apr 2026 04:40:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-system.git
Reference: 1.6.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-system
 * tag               1.6.4      -> FETCH_HEAD
HEAD is now at 7c6ad0f Merge pull request #286 from apple/dev/fix-pread-truncation-windows-1.6.0
Cloned https://github.com/apple/swift-system.git
Revision (git rev-parse @):
7c6ad0fc39d0763e0b699210e4124afd5041c5df
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-system.git at 1.6.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/apple/swift-system.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSystem shims.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/34] Emitting module SystemPackage
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 19 | import ucrt
 20 | #elseif canImport(Glibc)
 21 | @_implementationOnly import CSystem
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | import Glibc
 23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/Internals/Constants.swift:49:29: warning: var 'EINTR' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
 47 |
 48 | @_alwaysEmitIntoClient
 49 | internal var _EINTR: CInt { EINTR }
    |                             |- warning: var 'EINTR' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
    |                             `- note: The missing import of module 'CSystem' will be added implicitly
 50 |
 51 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/System/Internals/Constants.swift:87:29: warning: var 'EBUSY' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
 85 |
 86 | @_alwaysEmitIntoClient
 87 | internal var _EBUSY: CInt { EBUSY }
    |                             |- warning: var 'EBUSY' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
    |                             `- note: The missing import of module 'CSystem' will be added implicitly
 88 |
 89 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/System/Internals/Constants.swift:146:30: warning: var 'EAGAIN' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
144 |
145 | @_alwaysEmitIntoClient
146 | internal var _EAGAIN: CInt { EAGAIN }
    |                              |- warning: var 'EAGAIN' cannot be used in an '@_alwaysEmitIntoClient' function because 'CSystem' was not imported by this file; this is an error in the Swift 6 language mode
    |                              `- note: The missing import of module 'CSystem' will be added implicitly
147 |
148 | @_alwaysEmitIntoClient
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[5/38] Compiling SystemPackage FilePathSyntax.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[6/38] Compiling SystemPackage FilePathTemp.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[7/38] Compiling SystemPackage FilePathTempPosix.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[8/38] Compiling SystemPackage FilePathTempWindows.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[9/38] Compiling SystemPackage SystemString.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[10/38] Compiling SystemPackage Util+StringArray.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[11/38] Compiling SystemPackage Util.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[12/38] Compiling SystemPackage UtilConsumers.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[13/38] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[14/38] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[15/38] Compiling SystemPackage IOCompletion.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[16/38] Compiling SystemPackage IORequest.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[17/38] Compiling SystemPackage Errno.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[18/38] Compiling SystemPackage ErrnoWindows.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[19/38] Compiling SystemPackage FileDescriptor.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[20/38] Compiling SystemPackage FileHelpers.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[21/38] Compiling SystemPackage FileOperations.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[22/38] Compiling SystemPackage FilePath.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[23/38] Compiling SystemPackage FilePathComponentView.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[24/38] Compiling SystemPackage FilePathComponents.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[25/38] Compiling SystemPackage FilePathParsing.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[26/38] Compiling SystemPackage FilePathString.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[27/38] Compiling SystemPackage Constants.swift
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 19 | import ucrt
 20 | #elseif canImport(Glibc)
 21 | @_implementationOnly import CSystem
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | import Glibc
 23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[28/38] Compiling SystemPackage Exports.swift
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 19 | import ucrt
 20 | #elseif canImport(Glibc)
 21 | @_implementationOnly import CSystem
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | import Glibc
 23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[29/38] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 19 | import ucrt
 20 | #elseif canImport(Glibc)
 21 | @_implementationOnly import CSystem
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | import Glibc
 23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[30/38] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 19 | import ucrt
 20 | #elseif canImport(Glibc)
 21 | @_implementationOnly import CSystem
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | import Glibc
 23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[31/38] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[32/38] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[33/38] Compiling SystemPackage MachPort.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[34/38] Compiling SystemPackage PlatformString.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[35/38] Compiling SystemPackage IORing.swift
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[36/38] Compiling SystemPackage RawIORequest.swift
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[37/38] Compiling SystemPackage Backcompat.swift
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[38/38] Compiling SystemPackage CInterop.swift
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
 2 | #if os(Linux)
 3 |
 4 | import CSystem
   |        `- warning: 'CSystem' inconsistently imported as implementation-only
 5 |
 6 | public extension IORing {
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IORing.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 | // needed for mmap
  6 | #if canImport(Glibc)
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/RawIORequest.swift:4:8: warning: 'CSystem' inconsistently imported as implementation-only
  2 | #if os(Linux)
  3 |
  4 | import CSystem
    |        `- warning: 'CSystem' inconsistently imported as implementation-only
  5 |
  6 | @usableFromInline
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:29: note: imported as implementation-only here
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import CSystem
   |                             `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
Build complete! (30.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-system",
  "name" : "swift-system",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SystemPackage",
      "targets" : [
        "SystemPackage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SystemTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemTests",
      "path" : "Tests/SystemTests",
      "sources" : [
        "ErrnoTest.swift",
        "FileDescriptorExtras.swift",
        "FileOperationsTest.swift",
        "FileOperationsTestWindows.swift",
        "FilePathTests/FilePathComponentsTest.swift",
        "FilePathTests/FilePathDecodable.swift",
        "FilePathTests/FilePathExtras.swift",
        "FilePathTests/FilePathParsingTest.swift",
        "FilePathTests/FilePathSyntaxTest.swift",
        "FilePathTests/FilePathTempTest.swift",
        "FilePathTests/FilePathTest.swift",
        "FileTypesTest.swift",
        "IORequestTests.swift",
        "IORingTests.swift",
        "MachPortTests.swift",
        "MockingTest.swift",
        "SystemCharTest.swift",
        "SystemStringTests.swift",
        "TestingInfrastructure.swift",
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "SystemPackage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemPackage",
      "module_type" : "SwiftTarget",
      "name" : "SystemPackage",
      "path" : "Sources/System",
      "product_memberships" : [
        "SystemPackage"
      ],
      "sources" : [
        "Errno.swift",
        "ErrnoWindows.swift",
        "FileDescriptor.swift",
        "FileHelpers.swift",
        "FileOperations.swift",
        "FilePath/FilePath.swift",
        "FilePath/FilePathComponentView.swift",
        "FilePath/FilePathComponents.swift",
        "FilePath/FilePathParsing.swift",
        "FilePath/FilePathString.swift",
        "FilePath/FilePathSyntax.swift",
        "FilePath/FilePathTemp.swift",
        "FilePath/FilePathTempPosix.swift",
        "FilePath/FilePathTempWindows.swift",
        "FilePath/FilePathWindows.swift",
        "FilePermissions.swift",
        "IORing/IOCompletion.swift",
        "IORing/IORequest.swift",
        "IORing/IORing.swift",
        "IORing/RawIORequest.swift",
        "Internals/Backcompat.swift",
        "Internals/CInterop.swift",
        "Internals/Constants.swift",
        "Internals/Exports.swift",
        "Internals/Mocking.swift",
        "Internals/RawBuffer.swift",
        "Internals/Syscalls.swift",
        "Internals/WindowsSyscallAdapters.swift",
        "MachPort.swift",
        "PlatformString.swift",
        "SystemString.swift",
        "Util+StringArray.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.9"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.