Build Information
Successful build of swift-system, reference main (955447), with Swift 6.2 for Linux on 11 Mar 2026 04:24:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-system.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9554473 Merge pull request #301 from glessard/dev/typo-fix
Cloned https://github.com/apple/swift-system.git
Revision (git rev-parse @):
9554473133203908910845d255e45f8fd941fe9f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-system.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-system.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:118:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
116 | #endif
117 |
118 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
119 | name: "swift-system",
120 | platforms: platforms,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-24593BA9C3E375BF.txt
[1/3] Compiling CSystem shims.c
[4/39] 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/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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>
[5/39] Compiling SystemPackage Errno.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/39] Compiling SystemPackage ErrnoWindows.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/39] Compiling SystemPackage FileDescriptor.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/39] Compiling SystemPackage FileHelpers.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/39] Compiling SystemPackage FileOperations.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage MachPort.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage PlatformString.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathSyntax.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathTemp.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathTempPosix.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathTempWindows.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FileFlags.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FileMode.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FileType.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage Identifiers.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePath.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathComponentView.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] Compiling SystemPackage FilePathComponents.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[28/43] Compiling SystemPackage FilePathParsing.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[29/43] Compiling SystemPackage FilePathString.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[30/43] 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/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/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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/43] 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/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/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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>
[32/43] Compiling SystemPackage Constants.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/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/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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>
[33/43] Compiling SystemPackage Exports.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/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/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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>
[34/43] Compiling SystemPackage Mocking.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/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/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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>
[35/43] Compiling SystemPackage SystemString.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[36/43] Compiling SystemPackage Util+StringArray.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[37/43] Compiling SystemPackage Util.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[38/43] Compiling SystemPackage UtilConsumers.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[39/43] Compiling SystemPackage Stat.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[40/43] Compiling SystemPackage IOCompletion.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[41/43] Compiling SystemPackage IORequest.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[42/43] Compiling SystemPackage IORing.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
[43/43] Compiling SystemPackage RawIORequest.swift
/host/spi-builder-workspace/Sources/System/FileSystem/Stat.swift:18:8: warning: 'CSystem' inconsistently imported as implementation-only
16 | import Darwin
17 | #elseif canImport(Glibc)
18 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
19 | import Glibc
20 | #elseif canImport(Musl)
/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/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:20:8: warning: 'CSystem' inconsistently imported as implementation-only
18 | import ucrt
19 | #elseif canImport(Glibc)
20 | import CSystem
| `- warning: 'CSystem' inconsistently imported as implementation-only
21 | import Glibc
22 | #elseif canImport(Musl)
/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)
Build complete! (11.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"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Tests/SystemTests",
"sources" : [
"ErrnoTest.swift",
"FileDescriptorExtras.swift",
"FileModeTests.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",
"StatTests.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",
"FileSystem/FileFlags.swift",
"FileSystem/FileMode.swift",
"FileSystem/FileType.swift",
"FileSystem/Identifiers.swift",
"FileSystem/Stat.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" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:118:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
116 | #endif
117 |
118 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
119 | name: "swift-system",
120 | platforms: platforms,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.