Build Information
Successful build of FileSystem, reference main (f3f953), with Swift 6.3 for Linux on 2 May 2026 06:19:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/FileSystem.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/tuist/FileSystem
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f3f9537 chore(deps): update dependency tuist to v4.191.5 (#339)
Cloned https://github.com/tuist/FileSystem.git
Revision (git rev-parse @):
f3f9537612a7db61f8bbb181b1d600231712e971
SUCCESS checkout https://github.com/tuist/FileSystem.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/tuist/FileSystem.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/tuist/ZIPFoundation
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/Path
[1/405] Fetching path
[406/5284] Fetching path, zipfoundation
Fetched https://github.com/tuist/Path from cache (0.30s)
[685/11689] Fetching zipfoundation, swift-log
Fetched https://github.com/tuist/ZIPFoundation from cache (0.67s)
Fetched https://github.com/apple/swift-log from cache (0.69s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.21 (1.10s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (2.29s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.49s)
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.21
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/tuist/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Building for debugging...
[0/44] Copying PrivacyInfo.xcprivacy
[1/44] Write sources
[18/44] Compiling CFileSystemShims CFileSystemShims.c
[19/44] Compiling VendoredCSystem shims.c
[20/44] Write swift-version-24593BA9C3E375BF.txt
[22/117] Emitting module Algebra
[23/137] Emitting module StandardLibraryExtensions
[24/197] Emitting module Logging
[25/197] Emitting module Glob
[26/197] Emitting module VendoredSystemPackage
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' 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 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
19 | import ucrt
20 | #elseif canImport(Glibc)
21 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
22 | import Glibc
23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/Internals/Constants.swift:49:29: warning: var 'EINTR' cannot be used in an '@_alwaysEmitIntoClient' function because 'VendoredCSystem' was not imported by this file; this is an error in the Swift 6 language mode
47 |
48 | @_alwaysEmitIntoClient
49 | internal var _EINTR: CInt { EINTR }
| |- warning: var 'EINTR' cannot be used in an '@_alwaysEmitIntoClient' function because 'VendoredCSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'VendoredCSystem' will be added implicitly
50 |
51 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/System/Internals/Constants.swift:87:29: warning: var 'EBUSY' cannot be used in an '@_alwaysEmitIntoClient' function because 'VendoredCSystem' was not imported by this file; this is an error in the Swift 6 language mode
85 |
86 | @_alwaysEmitIntoClient
87 | internal var _EBUSY: CInt { EBUSY }
| |- warning: var 'EBUSY' cannot be used in an '@_alwaysEmitIntoClient' function because 'VendoredCSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'VendoredCSystem' will be added implicitly
88 |
89 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/System/Internals/Constants.swift:146:30: warning: var 'EAGAIN' cannot be used in an '@_alwaysEmitIntoClient' function because 'VendoredCSystem' was not imported by this file; this is an error in the Swift 6 language mode
144 |
145 | @_alwaysEmitIntoClient
146 | internal var _EAGAIN: CInt { EAGAIN }
| |- warning: var 'EAGAIN' cannot be used in an '@_alwaysEmitIntoClient' function because 'VendoredCSystem' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'VendoredCSystem' will be added implicitly
147 |
148 | @_alwaysEmitIntoClient
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[27/201] Emitting module ZIPFoundation
[28/203] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[29/203] Compiling VendoredSystemPackage SystemString.swift
[30/203] Compiling VendoredSystemPackage Util+StringArray.swift
[31/203] Compiling VendoredSystemPackage Util.swift
[32/203] Compiling VendoredSystemPackage UtilConsumers.swift
[33/203] Compiling StandardLibraryExtensions String.Builder.swift
[34/203] Compiling StandardLibraryExtensions String.swift
[35/203] Compiling StandardLibraryExtensions StringProtocol.swift
[36/203] Compiling StandardLibraryExtensions Substring.swift
[37/203] Compiling StandardLibraryExtensions UInt8.swift
[38/203] Compiling StandardLibraryExtensions Unicode.swift
[39/203] Compiling ZIPFoundation URL+ZIP.swift
[40/203] Compiling ZIPFoundation resource_bundle_accessor.swift
[41/203] Compiling StandardLibraryExtensions Dictionary.swift
[42/203] Compiling StandardLibraryExtensions Double.swift
[43/203] Compiling StandardLibraryExtensions Duration.swift
[44/203] Compiling StandardLibraryExtensions EmptyCollection.swift
[45/203] Compiling StandardLibraryExtensions EnumeratedSequence.swift
[46/203] Compiling StandardLibraryExtensions FlattenSequence.swift
[47/203] Compiling StandardLibraryExtensions Float.swift
[48/203] Compiling StandardLibraryExtensions FloatingPoint.swift
[49/203] Compiling StandardLibraryExtensions Unmanaged.swift
[50/203] Compiling StandardLibraryExtensions UnsafeBufferPointer.swift
[51/203] Compiling StandardLibraryExtensions UnsafeMutableBufferPointer.swift
[52/203] Compiling StandardLibraryExtensions UnsafeMutablePointer.swift
[53/203] Compiling StandardLibraryExtensions UnsafeMutableRawBufferPointer.swift
[54/203] Compiling StandardLibraryExtensions UnsafeMutableRawPointer.swift
[55/203] Compiling StandardLibraryExtensions UnsafePointer.swift
[56/203] Compiling StandardLibraryExtensions UnsafeRawBufferPointer.swift
[57/203] Compiling StandardLibraryExtensions UnsafeRawPointer.swift
[58/203] Compiling StandardLibraryExtensions Zip2Sequence.swift
[59/203] Compiling Algebra Algebra.swift
[60/203] Compiling StandardLibraryExtensions AutoreleasingUnsafeMutablePointer.swift
[61/203] Compiling StandardLibraryExtensions Bool.Builder.swift
[62/203] Compiling StandardLibraryExtensions Bool.swift
[63/203] Compiling StandardLibraryExtensions Character.swift
[64/203] Compiling StandardLibraryExtensions ClosedRange.swift
[65/203] Compiling StandardLibraryExtensions Collection.swift
[66/203] Compiling StandardLibraryExtensions CollectionOfOne.Builder.swift
[67/203] Compiling StandardLibraryExtensions CollectionOfOne.swift
[68/203] Compiling StandardLibraryExtensions CommandLine.swift
[69/203] Compiling StandardLibraryExtensions Comparable.swift
[70/203] Compiling StandardLibraryExtensions Never.swift
[71/203] Compiling StandardLibraryExtensions Numeric.swift
[72/203] Compiling StandardLibraryExtensions ObjectIdentifier.swift
[73/203] Compiling StandardLibraryExtensions OpaquePointer.swift
[74/203] Compiling StandardLibraryExtensions Optional.Builder.swift
[75/203] Compiling StandardLibraryExtensions Optional.swift
[76/203] Compiling StandardLibraryExtensions PartialRangeFrom.swift
[77/203] Compiling StandardLibraryExtensions PartialRangeThrough.swift
[78/203] Compiling StandardLibraryExtensions PartialRangeUpTo.swift
[79/203] Compiling StandardLibraryExtensions Range.Builder.swift
[80/203] Compiling StandardLibraryExtensions AdditiveArithmetic.swift
[81/203] Compiling StandardLibraryExtensions AnyBidirectionalCollection.swift
[82/203] Compiling StandardLibraryExtensions AnyCollection.swift
[83/203] Compiling StandardLibraryExtensions AnyHashable.swift
[84/203] Compiling StandardLibraryExtensions AnyIterator.swift
[85/203] Compiling StandardLibraryExtensions AnyRandomAccessCollection.swift
[86/203] Compiling StandardLibraryExtensions AnySequence.swift
[87/203] Compiling StandardLibraryExtensions Array.Builder.swift
[88/203] Compiling StandardLibraryExtensions Array.swift
[89/203] Compiling StandardLibraryExtensions ArraySlice.swift
[90/203] Compiling Logging LogEvent.swift
[91/203] Compiling StandardLibraryExtensions Int.swift
[92/203] Compiling StandardLibraryExtensions JoinedSequence.swift
[93/203] Compiling StandardLibraryExtensions KeyPath.swift
[94/203] Compiling StandardLibraryExtensions LazyCollection.swift
[95/203] Compiling StandardLibraryExtensions LazyDropWhileSequence.swift
[96/203] Compiling StandardLibraryExtensions LazyFilterSequence.swift
[97/203] Compiling StandardLibraryExtensions LazyMapSequence.swift
[98/203] Compiling StandardLibraryExtensions LazyPrefixWhileSequence.swift
[99/203] Compiling StandardLibraryExtensions LazySequence.swift
[100/203] Compiling StandardLibraryExtensions Mirror.swift
[101/203] Compiling StandardLibraryExtensions Range.swift
[102/203] Compiling StandardLibraryExtensions RangeReplaceableCollection.swift
[103/203] Compiling StandardLibraryExtensions Repeated.swift
[104/203] Compiling StandardLibraryExtensions Result.Builder.swift
[105/203] Compiling StandardLibraryExtensions Result.swift
[106/203] Compiling StandardLibraryExtensions ReversedCollection.swift
[107/203] Compiling StandardLibraryExtensions Sequence.swift
[108/203] Compiling StandardLibraryExtensions Set.Builder.swift
[109/203] Compiling StandardLibraryExtensions Set.swift
[110/203] Compiling StandardLibraryExtensions SetString.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[115/204] Compiling Algebra Bit.swift
[116/204] Compiling Algebra Tagged.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[128/205] Wrapping AST for Algebra for debugging
[130/246] Compiling StandardTime Time.Nanosecond.swift
[131/246] Compiling StandardTime Time.Week.Day.swift
[132/246] Emitting module Path
[133/248] Compiling Path Path.swift
[134/249] Emitting module Locale
[135/249] Compiling StandardTime Time.Femtosecond.swift
[136/249] Compiling StandardTime Time.Hour.swift
[137/249] Compiling StandardTime Time.Month.Day.swift
[138/249] Compiling StandardTime Time.Month.swift
[140/249] Compiling Locale Locale.swift
[141/250] Compiling Binary UInt64.swift
[142/250] Compiling Binary exports.swift
[143/258] Wrapping AST for StandardLibraryExtensions for debugging
[145/258] Compiling StandardTime Duration.swift
[146/258] Compiling StandardTime Instant.swift
[146/258] Wrapping AST for Path for debugging
[148/258] Compiling Formatting Formatting.swift
[149/258] Compiling Formatting Format.Numeric.swift
[150/258] Compiling Formatting Format.Numeric.SignDisplayStrategy.swift
[151/258] Compiling Formatting Format.Numeric.DecimalSeparatorStrategy.swift
[152/258] Compiling Formatting Format.Numeric.Notation.swift
[152/258] Wrapping AST for Locale for debugging
[154/258] Compiling StandardTime Time.Microsecond.swift
[155/258] Compiling StandardTime Time.Millisecond.swift
[156/258] Compiling StandardTime Time.Minute.swift
[157/258] Compiling StandardTime Time.Epoch.swift
[160/261] Compiling Formatting Format.FloatingPoint.swift
[161/261] Compiling StandardTime Time.Calendar.Gregorian.swift
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:74:45: warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
72 | /// ```
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
76 | )
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:75:46: warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
76 | )
77 | }
[162/261] Compiling StandardTime Time.Calendar.swift
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:74:45: warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
72 | /// ```
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
76 | )
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:75:46: warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
76 | )
77 | }
[163/261] Compiling StandardTime Time.Epoch.Conversion.swift
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:74:45: warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
72 | /// ```
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
76 | )
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:75:46: warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
76 | )
77 | }
[172/261] Emitting module Formatting
[176/261] Compiling Formatting Format.BinaryInteger.swift
[177/261] Compiling StandardTime Time.Picosecond.swift
[178/261] Compiling StandardTime Time.Second.swift
[179/261] Compiling StandardTime Time.TimezoneOffset.swift
[180/262] Wrapping AST for Formatting for debugging
[182/262] Emitting module StandardTime
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:74:45: warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
72 | /// ```
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year) -> Bool' may introduce data races
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
76 | )
/host/spi-builder-workspace/Sources/StandardTime/Time.Calendar.swift:75:46: warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
73 | public static let gregorian = Time.Calendar(
74 | isLeapYear: Time.Calendar.Gregorian.isLeapYear,
75 | daysInMonth: Time.Calendar.Gregorian.daysInMonth
| `- warning: converting non-Sendable function value to '@Sendable (Time.Year, Time.Month) -> Int' may introduce data races
76 | )
77 | }
[183/262] Compiling StandardTime Time.Attosecond.swift
[186/262] Emitting module Binary
[190/263] Wrapping AST for Binary for debugging
[192/263] Compiling Logging MetadataProvider.swift
[193/263] Compiling Logging Locks.swift
[194/263] Compiling StandardTime Time.Yoctosecond.swift
[195/263] Compiling StandardTime Time.Zeptosecond.swift
[196/263] Compiling StandardTime Time.swift
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
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 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
19 | import ucrt
20 | #elseif canImport(Glibc)
21 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
22 | import Glibc
23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
19 | import ucrt
20 | #elseif canImport(Glibc)
21 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
22 | import Glibc
23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
19 | import ucrt
20 | #elseif canImport(Glibc)
21 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
22 | import Glibc
23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/Internals/Exports.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
19 | import ucrt
20 | #elseif canImport(Glibc)
21 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
22 | import Glibc
23 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[209/264] Wrapping AST for StandardTime for debugging
[211/266] Compiling Glob Pattern+Options.swift
[212/266] Compiling Glob Pattern+Match.swift
[213/266] Compiling Glob Pattern+Parser.swift
[214/266] Compiling Glob InvalidPattern.swift
[215/266] Compiling Glob Pattern.swift
[219/266] Compiling Standards Standards.swift
[220/266] Emitting module Standards
[222/267] Compiling Glob GlobSearch.swift
[244/269] Compiling Logging Logging.swift
[245/269] Compiling Logging LogHandler.swift
[246/271] Wrapping AST for Standards for debugging
[247/271] Wrapping AST for Logging for debugging
[248/271] Wrapping AST for ZIPFoundation for debugging
[249/271] Wrapping AST for Glob for debugging
[250/271] Write Objects.LinkFileList
[251/271] Archiving libGlob.a
[253/294] Compiling INCITS_4_1986 SetCharacter+INCITS_4_1986.swift
[254/294] Compiling INCITS_4_1986 SetUInt8+INCITS_4_1986.swift
[255/294] Compiling INCITS_4_1986 StringProtocol+INCITS_4_1986.swift
[256/294] Compiling INCITS_4_1986 INCITS_4_1986.Validation.swift
[257/294] Compiling INCITS_4_1986 INCITS_4_1986.swift
[258/294] Compiling INCITS_4_1986 NCITS_4_1986.FormatEffectors.LineEnding.swift
[259/297] Compiling INCITS_4_1986 INCITS_4_1986.GraphicCharacters.swift
[260/297] Compiling INCITS_4_1986 INCITS_4_1986.LineEndingDetection.swift
[261/297] Compiling INCITS_4_1986 INCITS_4_1986.NumericParsing.swift
[262/297] Compiling INCITS_4_1986 Character+INCITS_4_1986.swift
[263/297] Compiling INCITS_4_1986 Collection+INCITS_4_1986.swift
[264/297] Compiling INCITS_4_1986 INCITS_4_1986.ASCII.swift
[265/297] Compiling INCITS_4_1986 INCITS_4_1986.ByteArrayClassification.swift
[266/297] Compiling INCITS_4_1986 UInt8.ASCII.swift
[267/297] Compiling INCITS_4_1986 [UInt8]+INCITS_4_1986.swift
[268/297] Compiling INCITS_4_1986 exports.swift
[269/297] Compiling INCITS_4_1986 UInt8+INCITS_4_1986.swift
[270/297] Compiling INCITS_4_1986 UInt8.ASCII.RawRepresentable.swift
[271/297] Compiling INCITS_4_1986 UInt8.ASCII.Serializable.swift
[272/297] Compiling INCITS_4_1986 INCITS_4_1986.NumericSerialization.swift
[273/297] Compiling INCITS_4_1986 INCITS_4_1986.SPACE.swift
[274/297] Compiling INCITS_4_1986 INCITS_4_1986.StringClassification.swift
[275/297] Compiling INCITS_4_1986 INCITS_4_1986.CaseConversion.swift
[276/297] Compiling INCITS_4_1986 INCITS_4_1986.CharacterClassification.swift
[277/297] Compiling INCITS_4_1986 INCITS_4_1986.ControlCharacters.swift
[278/297] Compiling INCITS_4_1986 INCITS_4_1986.FormatEffectors.swift
[279/297] Emitting module INCITS_4_1986
[280/298] Wrapping AST for INCITS 4 1986 for debugging
[282/311] Compiling RFC_4648 RFC_4648.swift
[283/312] Compiling RFC_4648 String+RFC4648.swift
[284/312] Compiling RFC_4648 exports.swift
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/Internals/CInterop.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
14 | import ucrt
15 | #elseif canImport(Glibc)
16 | @_implementationOnly import VendoredCSystem
| `- warning: using '@_implementationOnly' without enabling library evolution for 'VendoredSystemPackage' may lead to instability during execution [#ImplementationOnlyDeprecated]
17 | import Glibc
18 | #elseif canImport(Musl)
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/host/spi-builder-workspace/Sources/System/IORing/IOCompletion.swift:4:8: warning: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- 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: 'VendoredCSystem' inconsistently imported as implementation-only
2 | #if os(Linux)
3 |
4 | import VendoredCSystem
| `- warning: 'VendoredCSystem' 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 VendoredCSystem
| `- note: imported as implementation-only here
17 | import Glibc
18 | #elseif canImport(Musl)
[293/313] Wrapping AST for VendoredSystemPackage for debugging
[295/313] Compiling RFC_4648 RFC_4648.Base32.Hex.swift
[296/313] Compiling RFC_4648 RFC_4648.Base32.swift
[297/313] Compiling RFC_4648 Collection+RFC4648.swift
[298/313] Compiling RFC_4648 FixedWidthInteger+RFC4648.swift
[299/313] Compiling RFC_4648 RFC_4648.Base64.URL.swift
[300/313] Compiling RFC_4648 RFC_4648.Base64.swift
[301/313] Compiling RFC_4648 RFC_4648+Validation.swift
[302/313] Compiling RFC_4648 RFC_4648.Base16.swift
[303/313] Compiling RFC_4648 RFC_4648.EncodingTable.swift
[304/313] Compiling RFC_4648 RFC_4648.Internal.swift
[305/313] Emitting module RFC_4648
[306/314] Wrapping AST for RFC 4648 for debugging
[308/367] Compiling File_System_Primitives File.System.Move.swift
[309/367] Compiling File_System_Primitives File.System.Read.Buffered.swift
[310/367] Compiling File_System_Primitives File.System.Read.Full+POSIX.swift
[311/367] Compiling File_System_Primitives File.System.Read.Full+Windows.swift
[312/367] Compiling File_System_Primitives File.System.Read.Full.swift
[313/367] Compiling File_System_Primitives File.System.Read.Streaming.swift
[314/367] Compiling File_System_Primitives File.System.Read.swift
[315/374] Emitting module File_System_Primitives
[316/374] Compiling File_System_Primitives File.System.Copy.swift
[317/374] Compiling File_System_Primitives File.System.Create.Directory+POSIX.swift
[318/374] Compiling File_System_Primitives File.System.Create.Directory+Windows.swift
[319/374] Compiling File_System_Primitives File.System.Create.Directory.swift
[320/374] Compiling File_System_Primitives File.System.Create.File.swift
[321/374] Compiling File_System_Primitives File.System.Create.swift
[322/374] Compiling File_System_Primitives File.System.Delete+POSIX.swift
[323/374] Compiling File_System_Primitives File.System.Delete+Windows.swift
[324/374] Compiling File_System_Primitives File.System.Delete.swift
[325/374] Compiling File_System_Primitives File.System.Link.Hard.swift
[326/374] Compiling File_System_Primitives File.System.Link.ReadTarget.swift
[327/374] Compiling File_System_Primitives File.System.Link.Symbolic.swift
[328/374] Compiling File_System_Primitives File.System.Link.swift
[329/374] Compiling File_System_Primitives File.System.Metadata.ACL.swift
[330/374] Compiling File_System_Primitives File.System.Metadata.Attributes.swift
[331/374] Compiling File_System_Primitives File.System.Write.Streaming.swift
[332/374] Compiling File_System_Primitives File.System.Write.swift
[333/374] Compiling File_System_Primitives File.System.swift
[334/374] Compiling File_System_Primitives File.Watcher.swift
[335/374] Compiling File_System_Primitives File.swift
[336/374] Compiling File_System_Primitives String+DirectoryEntryName.swift
[337/374] Compiling File_System_Primitives exports.swift
[338/374] Compiling File_System_Primitives File.Descriptor+POSIX.swift
[339/374] Compiling File_System_Primitives File.Descriptor+Windows.swift
[340/374] Compiling File_System_Primitives File.Descriptor.swift
[341/374] Compiling File_System_Primitives File.Directory.Contents.swift
[342/374] Compiling File_System_Primitives File.Directory.Entry.swift
[343/374] Compiling File_System_Primitives File.Directory.Iterator.swift
[344/374] Compiling File_System_Primitives File.Directory.Walk.swift
[345/374] Compiling File_System_Primitives File.Directory.swift
[346/374] Compiling File_System_Primitives File.System.Metadata.Info.swift
[347/374] Compiling File_System_Primitives File.System.Metadata.Ownership.swift
[348/374] Compiling File_System_Primitives File.System.Metadata.Permissions.swift
[349/374] Compiling File_System_Primitives File.System.Metadata.Timestamps.swift
[350/374] Compiling File_System_Primitives File.System.Metadata.swift
[351/374] Compiling File_System_Primitives File.System.Move+POSIX.swift
[352/374] Compiling File_System_Primitives File.System.Move+Windows.swift
[353/374] Compiling File_System_Primitives File.Handle.Mode.swift
[354/374] Compiling File_System_Primitives File.Handle.Options.swift
[355/374] Compiling File_System_Primitives File.Handle.swift
[356/374] Compiling File_System_Primitives File.Path.Component.swift
[357/374] Compiling File_System_Primitives File.Path.Error.swift
[358/374] Compiling File_System_Primitives File.Path.swift
[359/374] Compiling File_System_Primitives File.System.Copy+POSIX.swift
[360/374] Compiling File_System_Primitives File.System.Copy+Windows.swift
[361/374] Compiling File_System_Primitives File.System.Stat+POSIX.swift
[362/374] Compiling File_System_Primitives File.System.Stat+Windows.swift
[363/374] Compiling File_System_Primitives File.System.Stat.swift
[364/374] Compiling File_System_Primitives File.System.Write.Append.swift
[365/374] Compiling File_System_Primitives File.System.Write.Atomic+POSIX.swift
[366/374] Compiling File_System_Primitives File.System.Write.Atomic+Windows.swift
[367/374] Compiling File_System_Primitives File.System.Write.Atomic.swift
[368/375] Wrapping AST for File System Primitives for debugging
[370/378] Compiling FileSystem AsyncSequence+Extras.swift
[371/378] Emitting module FileSystem
[372/378] Compiling FileSystem FileSystem.swift
[373/379] Wrapping AST for FileSystem for debugging
[374/381] Write Objects.LinkFileList
[375/381] Archiving libFileSystem.a
[377/381] Compiling FileSystemTesting FileSystemTestingTrait.swift
[378/381] Emitting module FileSystemTesting
[379/382] Wrapping AST for FileSystemTesting for debugging
[380/382] Write Objects.LinkFileList
[381/382] Archiving libFileSystemTesting.a
Build complete! (90.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Path"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.11.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.21",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/ZIPFoundation"
}
],
"manifest_display_name" : "FileSystem",
"name" : "FileSystem",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "FileSystem",
"targets" : [
"FileSystem"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "FileSystemTesting",
"targets" : [
"FileSystemTesting"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "Glob",
"targets" : [
"Glob"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "VendoredSystemPackage",
"module_type" : "SwiftTarget",
"name" : "VendoredSystemPackage",
"path" : "Sources/System",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Errno.swift",
"ErrnoWindows.swift",
"FileDescriptor.swift",
"FileHelpers.swift",
"FileOperations.swift",
"FilePath/FilePath.swift",
"FilePath/FilePathComponentView.swift",
"FilePath/FilePathComponents.swift",
"FilePath/FilePathParsing.swift",
"FilePath/FilePathString.swift",
"FilePath/FilePathSyntax.swift",
"FilePath/FilePathTemp.swift",
"FilePath/FilePathTempPosix.swift",
"FilePath/FilePathTempWindows.swift",
"FilePath/FilePathWindows.swift",
"FilePermissions.swift",
"IORing/IOCompletion.swift",
"IORing/IORequest.swift",
"IORing/IORing.swift",
"IORing/RawIORequest.swift",
"Internals/Backcompat.swift",
"Internals/CInterop.swift",
"Internals/Constants.swift",
"Internals/Exports.swift",
"Internals/Mocking.swift",
"Internals/RawBuffer.swift",
"Internals/Syscalls.swift",
"Internals/WindowsSyscallAdapters.swift",
"MachPort.swift",
"PlatformString.swift",
"SystemString.swift",
"Util+StringArray.swift",
"Util.swift",
"UtilConsumers.swift"
],
"target_dependencies" : [
"VendoredCSystem"
],
"type" : "library"
},
{
"c99name" : "VendoredCSystem",
"module_type" : "ClangTarget",
"name" : "VendoredCSystem",
"path" : "Sources/CSystem",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"shims.c"
],
"type" : "library"
},
{
"c99name" : "Standards",
"module_type" : "SwiftTarget",
"name" : "Standards",
"path" : "Sources/Standards",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Standards.swift"
],
"target_dependencies" : [
"StandardLibraryExtensions",
"Formatting",
"StandardTime",
"Locale",
"Algebra",
"Binary"
],
"type" : "library"
},
{
"c99name" : "StandardTime",
"module_type" : "SwiftTarget",
"name" : "StandardTime",
"path" : "Sources/StandardTime",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Duration.swift",
"Instant.swift",
"Time.Attosecond.swift",
"Time.Calendar.Gregorian.swift",
"Time.Calendar.swift",
"Time.Epoch.Conversion.swift",
"Time.Epoch.swift",
"Time.Femtosecond.swift",
"Time.Hour.swift",
"Time.Microsecond.swift",
"Time.Millisecond.swift",
"Time.Minute.swift",
"Time.Month.Day.swift",
"Time.Month.swift",
"Time.Nanosecond.swift",
"Time.Picosecond.swift",
"Time.Second.swift",
"Time.TimezoneOffset.swift",
"Time.Week.Day.swift",
"Time.Week.swift",
"Time.Year.swift",
"Time.Yoctosecond.swift",
"Time.Zeptosecond.swift",
"Time.swift"
],
"target_dependencies" : [
"StandardLibraryExtensions"
],
"type" : "library"
},
{
"c99name" : "StandardLibraryExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "StandardLibraryExtensionsTests",
"path" : "Tests/StandardLibraryExtensionsTests",
"sources" : [
"StringProtocolRangeOfTests.swift"
],
"target_dependencies" : [
"StandardLibraryExtensions"
],
"type" : "test"
},
{
"c99name" : "StandardLibraryExtensions",
"module_type" : "SwiftTarget",
"name" : "StandardLibraryExtensions",
"path" : "Sources/StandardLibraryExtensions",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"AdditiveArithmetic.swift",
"AnyBidirectionalCollection.swift",
"AnyCollection.swift",
"AnyHashable.swift",
"AnyIterator.swift",
"AnyRandomAccessCollection.swift",
"AnySequence.swift",
"Array.Builder.swift",
"Array.swift",
"ArraySlice.swift",
"AutoreleasingUnsafeMutablePointer.swift",
"Bool.Builder.swift",
"Bool.swift",
"Character.swift",
"ClosedRange.swift",
"Collection.swift",
"CollectionOfOne.Builder.swift",
"CollectionOfOne.swift",
"CommandLine.swift",
"Comparable.swift",
"ContiguousArray.swift",
"Dictionary.Builder.swift",
"Dictionary.swift",
"Double.swift",
"Duration.swift",
"EmptyCollection.swift",
"EnumeratedSequence.swift",
"FlattenSequence.swift",
"Float.swift",
"FloatingPoint.swift",
"Int.swift",
"JoinedSequence.swift",
"KeyPath.swift",
"LazyCollection.swift",
"LazyDropWhileSequence.swift",
"LazyFilterSequence.swift",
"LazyMapSequence.swift",
"LazyPrefixWhileSequence.swift",
"LazySequence.swift",
"Mirror.swift",
"Never.swift",
"Numeric.swift",
"ObjectIdentifier.swift",
"OpaquePointer.swift",
"Optional.Builder.swift",
"Optional.swift",
"PartialRangeFrom.swift",
"PartialRangeThrough.swift",
"PartialRangeUpTo.swift",
"Range.Builder.swift",
"Range.swift",
"RangeReplaceableCollection.swift",
"Repeated.swift",
"Result.Builder.swift",
"Result.swift",
"ReversedCollection.swift",
"Sequence.swift",
"Set.Builder.swift",
"Set.swift",
"SetString.swift",
"Slice.swift",
"StaticString.swift",
"StrideThrough.swift",
"StrideTo.swift",
"String.Builder.swift",
"String.swift",
"StringProtocol.swift",
"Substring.swift",
"UInt8.swift",
"Unicode.swift",
"Unmanaged.swift",
"UnsafeBufferPointer.swift",
"UnsafeMutableBufferPointer.swift",
"UnsafeMutablePointer.swift",
"UnsafeMutableRawBufferPointer.swift",
"UnsafeMutableRawPointer.swift",
"UnsafePointer.swift",
"UnsafeRawBufferPointer.swift",
"UnsafeRawPointer.swift",
"Zip2Sequence.swift"
],
"type" : "library"
},
{
"c99name" : "RFC_4648",
"module_type" : "SwiftTarget",
"name" : "RFC 4648",
"path" : "Sources/RFC 4648",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Collection+RFC4648.swift",
"FixedWidthInteger+RFC4648.swift",
"RFC_4648+Validation.swift",
"RFC_4648.Base16.swift",
"RFC_4648.Base32.Hex.swift",
"RFC_4648.Base32.swift",
"RFC_4648.Base64.URL.swift",
"RFC_4648.Base64.swift",
"RFC_4648.EncodingTable.swift",
"RFC_4648.Internal.swift",
"RFC_4648.swift",
"String+RFC4648.swift",
"exports.swift"
],
"target_dependencies" : [
"Standards",
"INCITS 4 1986"
],
"type" : "library"
},
{
"c99name" : "Locale",
"module_type" : "SwiftTarget",
"name" : "Locale",
"path" : "Sources/Locale",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Locale.swift"
],
"target_dependencies" : [
"StandardLibraryExtensions"
],
"type" : "library"
},
{
"c99name" : "INCITS_4_1986",
"module_type" : "SwiftTarget",
"name" : "INCITS 4 1986",
"path" : "Sources/INCITS_4_1986",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Character+INCITS_4_1986.swift",
"Collection+INCITS_4_1986.swift",
"INCITS_4_1986.ASCII.swift",
"INCITS_4_1986.ByteArrayClassification.swift",
"INCITS_4_1986.CaseConversion.swift",
"INCITS_4_1986.CharacterClassification.swift",
"INCITS_4_1986.ControlCharacters.swift",
"INCITS_4_1986.FormatEffectors.swift",
"INCITS_4_1986.GraphicCharacters.swift",
"INCITS_4_1986.LineEndingDetection.swift",
"INCITS_4_1986.NumericParsing.swift",
"INCITS_4_1986.NumericSerialization.swift",
"INCITS_4_1986.SPACE.swift",
"INCITS_4_1986.StringClassification.swift",
"INCITS_4_1986.Validation.swift",
"INCITS_4_1986.swift",
"NCITS_4_1986.FormatEffectors.LineEnding.swift",
"SetCharacter+INCITS_4_1986.swift",
"SetUInt8+INCITS_4_1986.swift",
"StringProtocol+INCITS_4_1986.swift",
"UInt8+INCITS_4_1986.swift",
"UInt8.ASCII.RawRepresentable.swift",
"UInt8.ASCII.Serializable.swift",
"UInt8.ASCII.swift",
"[UInt8]+INCITS_4_1986.swift",
"exports.swift"
],
"target_dependencies" : [
"Standards"
],
"type" : "library"
},
{
"c99name" : "GlobTests",
"module_type" : "SwiftTarget",
"name" : "GlobTests",
"path" : "Tests/GlobTests",
"sources" : [
"PatternTests.swift",
"TestHelpers/XCTAssertMatches.swift",
"TestHelpers/XCTExpectFailure.swift"
],
"target_dependencies" : [
"Glob"
],
"type" : "test"
},
{
"c99name" : "Glob",
"module_type" : "SwiftTarget",
"name" : "Glob",
"path" : "Sources/Glob",
"product_memberships" : [
"FileSystem",
"FileSystemTesting",
"Glob"
],
"sources" : [
"GlobSearch.swift",
"InvalidPattern.swift",
"Pattern+Match.swift",
"Pattern+Options.swift",
"Pattern+Parser.swift",
"Pattern.swift",
"Unicode.GeneralCategory+Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "Formatting",
"module_type" : "SwiftTarget",
"name" : "Formatting",
"path" : "Sources/Formatting",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Format.BinaryInteger.swift",
"Format.FloatingPoint.swift",
"Format.Numeric.DecimalSeparatorStrategy.swift",
"Format.Numeric.Notation.swift",
"Format.Numeric.SignDisplayStrategy.swift",
"Format.Numeric.swift",
"Formatting.swift"
],
"target_dependencies" : [
"StandardLibraryExtensions"
],
"type" : "library"
},
{
"c99name" : "FileSystemTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTests",
"path" : "Tests/FileSystemTests",
"sources" : [
"DefaultFileSystemTests.swift",
"FileSystemTests.swift",
"FileSystemWindowsTests.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "test"
},
{
"c99name" : "FileSystemTestingTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTestingTests",
"path" : "Tests/FileSystemTestingTests",
"sources" : [
"FileSystemTestingTraitTests.swift"
],
"target_dependencies" : [
"FileSystem",
"FileSystemTesting"
],
"type" : "test"
},
{
"c99name" : "FileSystemTesting",
"module_type" : "SwiftTarget",
"name" : "FileSystemTesting",
"path" : "Sources/FileSystemTesting",
"product_memberships" : [
"FileSystemTesting"
],
"sources" : [
"FileSystemTestingTrait.swift"
],
"target_dependencies" : [
"FileSystem"
],
"type" : "library"
},
{
"c99name" : "FileSystem",
"module_type" : "SwiftTarget",
"name" : "FileSystem",
"path" : "Sources/FileSystem",
"product_dependencies" : [
"Path",
"Logging",
"ZIPFoundation"
],
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"AsyncSequence+Extras.swift",
"FileSystem.swift"
],
"target_dependencies" : [
"Glob",
"File System Primitives"
],
"type" : "library"
},
{
"c99name" : "File_System_Primitives",
"module_type" : "SwiftTarget",
"name" : "File System Primitives",
"path" : "Sources/File System Primitives",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"File.Descriptor+POSIX.swift",
"File.Descriptor+Windows.swift",
"File.Descriptor.swift",
"File.Directory.Contents.swift",
"File.Directory.Entry.swift",
"File.Directory.Iterator.swift",
"File.Directory.Walk.swift",
"File.Directory.swift",
"File.Handle.Mode.swift",
"File.Handle.Options.swift",
"File.Handle.swift",
"File.Path.Component.swift",
"File.Path.Error.swift",
"File.Path.swift",
"File.System.Copy+POSIX.swift",
"File.System.Copy+Windows.swift",
"File.System.Copy.swift",
"File.System.Create.Directory+POSIX.swift",
"File.System.Create.Directory+Windows.swift",
"File.System.Create.Directory.swift",
"File.System.Create.File.swift",
"File.System.Create.swift",
"File.System.Delete+POSIX.swift",
"File.System.Delete+Windows.swift",
"File.System.Delete.swift",
"File.System.Link.Hard.swift",
"File.System.Link.ReadTarget.swift",
"File.System.Link.Symbolic.swift",
"File.System.Link.swift",
"File.System.Metadata.ACL.swift",
"File.System.Metadata.Attributes.swift",
"File.System.Metadata.Info.swift",
"File.System.Metadata.Ownership.swift",
"File.System.Metadata.Permissions.swift",
"File.System.Metadata.Timestamps.swift",
"File.System.Metadata.swift",
"File.System.Move+POSIX.swift",
"File.System.Move+Windows.swift",
"File.System.Move.swift",
"File.System.Read.Buffered.swift",
"File.System.Read.Full+POSIX.swift",
"File.System.Read.Full+Windows.swift",
"File.System.Read.Full.swift",
"File.System.Read.Streaming.swift",
"File.System.Read.swift",
"File.System.Stat+POSIX.swift",
"File.System.Stat+Windows.swift",
"File.System.Stat.swift",
"File.System.Write.Append.swift",
"File.System.Write.Atomic+POSIX.swift",
"File.System.Write.Atomic+Windows.swift",
"File.System.Write.Atomic.swift",
"File.System.Write.Streaming.swift",
"File.System.Write.swift",
"File.System.swift",
"File.Watcher.swift",
"File.swift",
"String+DirectoryEntryName.swift",
"exports.swift"
],
"target_dependencies" : [
"CFileSystemShims",
"VendoredSystemPackage",
"Binary",
"StandardTime",
"INCITS 4 1986",
"RFC 4648"
],
"type" : "library"
},
{
"c99name" : "CFileSystemShims",
"module_type" : "ClangTarget",
"name" : "CFileSystemShims",
"path" : "Sources/CFileSystemShims",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"CFileSystemShims.c"
],
"type" : "library"
},
{
"c99name" : "Binary",
"module_type" : "SwiftTarget",
"name" : "Binary",
"path" : "Sources/Binary",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Array+Bytes.swift",
"Binary.Endianness.swift",
"Binary.Serializable.swift",
"Binary.swift",
"Bit.Order.swift",
"CollectionUInt8.swift",
"FixedWidthInteger+Binary.swift",
"Int.swift",
"Int16.swift",
"Int32.swift",
"Int64.swift",
"Int8.swift",
"RangeReplaceableCollection+Bytes.swift",
"UInt.swift",
"UInt16.swift",
"UInt32.swift",
"UInt64.swift",
"exports.swift"
],
"target_dependencies" : [
"Algebra"
],
"type" : "library"
},
{
"c99name" : "Algebra",
"module_type" : "SwiftTarget",
"name" : "Algebra",
"path" : "Sources/Algebra",
"product_memberships" : [
"FileSystem",
"FileSystemTesting"
],
"sources" : [
"Algebra.swift",
"Bit.swift",
"Tagged.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.