The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileSystem, reference 0.17.2 (f6ef54), with Swift 6.1 for Linux on 29 Apr 2026 09:51:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/FileSystem.git
Reference: 0.17.2
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
 * tag               0.17.2     -> FETCH_HEAD
HEAD is now at f6ef549 [Release] FileSystem 0.17.2
Cloned https://github.com/tuist/FileSystem.git
Revision (git rev-parse @):
f6ef54996851fbc24c8f4b74a7295da8725d5a28
SUCCESS checkout https://github.com/tuist/FileSystem.git at 0.17.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/FileSystem.git
https://github.com/tuist/FileSystem.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/ZIPFoundation
[1/4879] Fetching zipfoundation
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
Fetched https://github.com/tuist/ZIPFoundation from cache (0.87s)
[1/401] Fetching path
[402/7127] Fetching path, swift-log
Fetched https://github.com/tuist/Path from cache (0.38s)
[606/6726] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.20s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.21 (3.10s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (3.89s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (1.18s)
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
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.21
Building for debugging...
[0/44] Write sources
[0/44] Copying PrivacyInfo.xcprivacy
[0/44] Write sources
[18/44] Compiling CFileSystemShims CFileSystemShims.c
[19/44] Compiling VendoredCSystem shims.c
[20/44] Write swift-version-24593BA9C3E375BF.txt
[22/187] Emitting module StandardLibraryExtensions
[23/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
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
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
 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
 22 | import Glibc
 23 | #elseif canImport(Musl)
[24/201] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[25/201] Compiling StandardLibraryExtensions Unmanaged.swift
[26/201] Compiling StandardLibraryExtensions UnsafeBufferPointer.swift
[27/201] Compiling StandardLibraryExtensions UnsafeMutableBufferPointer.swift
[28/201] Compiling StandardLibraryExtensions UnsafeMutablePointer.swift
[29/201] Compiling StandardLibraryExtensions UnsafeMutableRawBufferPointer.swift
[30/201] Compiling StandardLibraryExtensions UnsafeMutableRawPointer.swift
[31/201] Compiling StandardLibraryExtensions UnsafePointer.swift
[32/201] Compiling StandardLibraryExtensions UnsafeRawBufferPointer.swift
[33/201] Compiling StandardLibraryExtensions UnsafeRawPointer.swift
[34/201] Compiling StandardLibraryExtensions Zip2Sequence.swift
[35/201] Compiling Logging LogEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/201] Compiling Algebra Tagged.swift
[37/201] Emitting module Path
[38/201] Compiling Path Path.swift
[39/201] Compiling ZIPFoundation Archive.swift
[40/201] Compiling ZIPFoundation Data+Compression.swift
[41/201] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[42/201] Compiling ZIPFoundation Data+Serialization.swift
[43/201] Compiling ZIPFoundation Date+ZIP.swift
[44/201] Compiling ZIPFoundation Entry+Serialization.swift
[45/201] Compiling ZIPFoundation Entry+ZIP64.swift
[46/201] Compiling ZIPFoundation Entry.swift
[47/201] Compiling ZIPFoundation FileManager+ZIP.swift
[48/201] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[49/201] Emitting module Algebra
[50/201] Compiling Algebra Algebra.swift
[51/201] Compiling Algebra Bit.swift
[52/203] Compiling ZIPFoundation Archive+Helpers.swift
[53/203] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[54/203] Compiling ZIPFoundation Archive+Writing.swift
[55/203] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[56/203] Compiling ZIPFoundation Archive+ZIP64.swift
[57/203] Compiling StandardLibraryExtensions AdditiveArithmetic.swift
[58/203] Compiling StandardLibraryExtensions AnyBidirectionalCollection.swift
[59/203] Compiling StandardLibraryExtensions AnyCollection.swift
[60/203] Compiling StandardLibraryExtensions AnyHashable.swift
[61/203] Compiling StandardLibraryExtensions AnyIterator.swift
[62/203] Compiling StandardLibraryExtensions AnyRandomAccessCollection.swift
[63/203] Compiling StandardLibraryExtensions AnySequence.swift
[64/203] Compiling StandardLibraryExtensions Array.Builder.swift
[65/203] Compiling StandardLibraryExtensions Array.swift
[66/203] Compiling StandardLibraryExtensions ArraySlice.swift
[67/203] Compiling VendoredSystemPackage SystemString.swift
[68/203] Compiling VendoredSystemPackage Util+StringArray.swift
[69/203] Compiling VendoredSystemPackage Util.swift
[70/203] Compiling VendoredSystemPackage UtilConsumers.swift
[71/203] Compiling StandardLibraryExtensions LazyDropWhileSequence.swift
[72/203] Compiling StandardLibraryExtensions LazyFilterSequence.swift
[73/203] Compiling StandardLibraryExtensions LazyMapSequence.swift
[74/203] Compiling StandardLibraryExtensions LazyPrefixWhileSequence.swift
[75/203] Compiling StandardLibraryExtensions LazySequence.swift
[76/203] Compiling StandardLibraryExtensions Mirror.swift
[77/203] Compiling StandardLibraryExtensions Never.swift
[78/203] Compiling StandardLibraryExtensions Numeric.swift
[79/203] Compiling StandardLibraryExtensions ObjectIdentifier.swift
[80/203] Compiling StandardLibraryExtensions OpaquePointer.swift
[81/203] Compiling StandardLibraryExtensions Optional.Builder.swift
[82/203] Compiling StandardLibraryExtensions Optional.swift
[83/203] Compiling StandardLibraryExtensions PartialRangeFrom.swift
[84/203] Compiling StandardLibraryExtensions PartialRangeThrough.swift
[85/203] Compiling StandardLibraryExtensions PartialRangeUpTo.swift
[86/203] Compiling StandardLibraryExtensions Range.Builder.swift
[87/203] Compiling StandardLibraryExtensions Range.swift
[88/203] Compiling StandardLibraryExtensions RangeReplaceableCollection.swift
[89/203] Compiling StandardLibraryExtensions Repeated.swift
[90/203] Compiling StandardLibraryExtensions Result.Builder.swift
[91/203] Compiling StandardLibraryExtensions Result.swift
[92/203] Compiling StandardLibraryExtensions ReversedCollection.swift
[93/203] Compiling StandardLibraryExtensions Sequence.swift
[94/203] Compiling StandardLibraryExtensions Set.Builder.swift
[95/203] Compiling StandardLibraryExtensions Set.swift
[96/203] Compiling StandardLibraryExtensions SetString.swift
[97/203] Compiling ZIPFoundation Archive+MemoryFile.swift
[98/203] Compiling ZIPFoundation Archive+Progress.swift
[99/203] Compiling ZIPFoundation Archive+Reading.swift
[100/203] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[101/203] Compiling ZIPFoundation Archive+Deprecated.swift
[107/203] Compiling StandardLibraryExtensions Slice.swift
[108/203] Compiling StandardLibraryExtensions StaticString.swift
[109/203] Compiling StandardLibraryExtensions StrideThrough.swift
[110/203] Compiling StandardLibraryExtensions StrideTo.swift
[111/203] Compiling StandardLibraryExtensions String.Builder.swift
[112/203] Compiling StandardLibraryExtensions String.swift
[113/203] Compiling StandardLibraryExtensions StringProtocol.swift
[114/203] Compiling StandardLibraryExtensions Substring.swift
[115/203] Compiling StandardLibraryExtensions UInt8.swift
[116/203] Compiling StandardLibraryExtensions Unicode.swift
[128/204] Wrapping AST for Algebra for debugging
[129/204] Wrapping AST for Path for debugging
[131/243] Compiling Binary UInt16.swift
[132/243] Compiling Binary UInt32.swift
[133/251] Compiling StandardTime Time.Hour.swift
[134/251] Compiling StandardTime Time.Picosecond.swift
[135/255] Compiling Binary Int64.swift
[136/255] Compiling Binary Int8.swift
[137/255] Compiling Binary RangeReplaceableCollection+Bytes.swift
[138/255] Compiling Binary UInt.swift
[139/255] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/255] Compiling Locale Locale.swift
[147/255] Compiling Binary UInt64.swift
[148/255] Compiling Binary exports.swift
[151/255] Compiling Formatting Format.Numeric.SignDisplayStrategy.swift
[152/255] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/255] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/255] Compiling StandardTime Time.Week.Day.swift
[155/255] Compiling StandardTime Time.Week.swift
[156/255] Compiling StandardTime Time.Year.swift
[157/258] Compiling Formatting Format.Numeric.Notation.swift
[158/258] Compiling Formatting Format.Numeric.swift
[159/258] Compiling Formatting Formatting.swift
[160/258] Emitting module Locale
/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
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
17 | import Glibc
18 | #elseif canImport(Musl)
/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
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
17 | import Glibc
18 | #elseif canImport(Musl)
/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
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
17 | import Glibc
18 | #elseif canImport(Musl)
/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
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
17 | import Glibc
18 | #elseif canImport(Musl)
[165/258] Compiling StandardTime Time.Zeptosecond.swift
[166/258] Compiling StandardTime Time.swift
/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
 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
 22 | import Glibc
 23 | #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
 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
 22 | import Glibc
 23 | #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
 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
 22 | import Glibc
 23 | #elseif canImport(Musl)
[172/258] Compiling StandardTime Time.Yoctosecond.swift
/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
 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
 22 | import Glibc
 23 | #elseif canImport(Musl)
[173/258] Compiling Formatting Format.Numeric.DecimalSeparatorStrategy.swift
[174/260] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/260] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/261] Compiling Formatting Format.FloatingPoint.swift
[177/261] Compiling Binary Binary.Endianness.swift
[178/261] Compiling Binary Binary.Serializable.swift
[179/261] Compiling Binary Binary.swift
[180/261] Compiling Binary FixedWidthInteger+Binary.swift
[181/261] Compiling Binary Int.swift
[182/261] Emitting module Binary
[183/261] Compiling StandardTime Time.Epoch.swift
[184/261] Compiling StandardTime Time.Femtosecond.swift
[198/261] Emitting module Formatting
[199/261] Compiling Formatting Format.BinaryInteger.swift
[200/261] Emitting module StandardTime
[203/261] Compiling Binary Array+Bytes.swift
[206/262] Wrapping AST for Locale for debugging
[208/262] Wrapping AST for StandardLibraryExtensions for debugging
[209/262] Wrapping AST for Logging for debugging
[214/263] Compiling Glob Pattern+Parser.swift
[215/263] Compiling Glob Pattern.swift
[218/264] Wrapping AST for VendoredSystemPackage for debugging
[219/264] Wrapping AST for Formatting for debugging
[222/264] Compiling Glob Pattern+Match.swift
[223/264] Compiling Glob Pattern+Options.swift
[226/264] Emitting module Glob
[227/264] Compiling Glob GlobSearch.swift
[228/264] Compiling Glob InvalidPattern.swift
[233/267] Emitting module ZIPFoundation
[236/267] Wrapping AST for Binary for debugging
[239/267] Compiling ZIPFoundation URL+ZIP.swift
[240/267] Compiling ZIPFoundation resource_bundle_accessor.swift
[240/267] Wrapping AST for StandardTime for debugging
[241/267] Wrapping AST for Glob for debugging
[242/267] Write Objects.LinkFileList
[243/267] Archiving libGlob.a
[248/269] Compiling Standards Standards.swift
[249/269] Emitting module Standards
[260/271] Wrapping AST for Standards for debugging
[261/271] Wrapping AST for ZIPFoundation for debugging
[263/295] Compiling INCITS_4_1986 Character+INCITS_4_1986.swift
[264/295] Compiling INCITS_4_1986 Collection+INCITS_4_1986.swift
[265/295] Compiling INCITS_4_1986 INCITS_4_1986.ASCII.swift
[266/295] Compiling INCITS_4_1986 INCITS_4_1986.ByteArrayClassification.swift
[267/298] Compiling INCITS_4_1986 INCITS_4_1986.GraphicCharacters.swift
[268/298] Compiling INCITS_4_1986 INCITS_4_1986.LineEndingDetection.swift
[269/298] Compiling INCITS_4_1986 INCITS_4_1986.NumericParsing.swift
[270/298] Compiling INCITS_4_1986 UInt8.ASCII.swift
[271/298] Compiling INCITS_4_1986 [UInt8]+INCITS_4_1986.swift
[272/298] Compiling INCITS_4_1986 exports.swift
[273/298] Compiling INCITS_4_1986 INCITS_4_1986.CaseConversion.swift
[274/298] Compiling INCITS_4_1986 INCITS_4_1986.CharacterClassification.swift
[275/298] Compiling INCITS_4_1986 INCITS_4_1986.ControlCharacters.swift
[276/298] Compiling INCITS_4_1986 INCITS_4_1986.FormatEffectors.swift
[277/298] Compiling INCITS_4_1986 SetCharacter+INCITS_4_1986.swift
[278/298] Compiling INCITS_4_1986 SetUInt8+INCITS_4_1986.swift
[279/298] Compiling INCITS_4_1986 StringProtocol+INCITS_4_1986.swift
[280/298] Compiling INCITS_4_1986 INCITS_4_1986.NumericSerialization.swift
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:170:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
168 | // MARK: - FixedWidthInteger Conformance
169 |
170 | extension Int: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
171 |     public enum Error: Swift.Error {
172 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:219:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
217 | }
218 |
219 | extension Int64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
220 |     public enum Error: Swift.Error {
221 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:268:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
266 | }
267 |
268 | extension UInt: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
269 |     public enum Error: Swift.Error {
270 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:310:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
308 | }
309 |
310 | extension UInt64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
311 |     public enum Error: Swift.Error {
312 |         case invalidFormat
[281/298] Compiling INCITS_4_1986 INCITS_4_1986.SPACE.swift
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:170:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
168 | // MARK: - FixedWidthInteger Conformance
169 |
170 | extension Int: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
171 |     public enum Error: Swift.Error {
172 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:219:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
217 | }
218 |
219 | extension Int64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
220 |     public enum Error: Swift.Error {
221 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:268:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
266 | }
267 |
268 | extension UInt: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
269 |     public enum Error: Swift.Error {
270 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:310:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
308 | }
309 |
310 | extension UInt64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
311 |     public enum Error: Swift.Error {
312 |         case invalidFormat
[282/298] Compiling INCITS_4_1986 INCITS_4_1986.StringClassification.swift
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:170:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
168 | // MARK: - FixedWidthInteger Conformance
169 |
170 | extension Int: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
171 |     public enum Error: Swift.Error {
172 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:219:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
217 | }
218 |
219 | extension Int64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
220 |     public enum Error: Swift.Error {
221 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:268:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
266 | }
267 |
268 | extension UInt: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
269 |     public enum Error: Swift.Error {
270 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:310:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
308 | }
309 |
310 | extension UInt64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
311 |     public enum Error: Swift.Error {
312 |         case invalidFormat
[283/298] Compiling INCITS_4_1986 INCITS_4_1986.Validation.swift
[284/298] Compiling INCITS_4_1986 INCITS_4_1986.swift
[285/298] Compiling INCITS_4_1986 NCITS_4_1986.FormatEffectors.LineEnding.swift
[286/298] Compiling INCITS_4_1986 UInt8+INCITS_4_1986.swift
[287/298] Compiling INCITS_4_1986 UInt8.ASCII.RawRepresentable.swift
[288/298] Compiling INCITS_4_1986 UInt8.ASCII.Serializable.swift
[289/298] Emitting module INCITS_4_1986
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:170:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
168 | // MARK: - FixedWidthInteger Conformance
169 |
170 | extension Int: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
171 |     public enum Error: Swift.Error {
172 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:219:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
217 | }
218 |
219 | extension Int64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
220 |     public enum Error: Swift.Error {
221 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:268:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
266 | }
267 |
268 | extension UInt: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
269 |     public enum Error: Swift.Error {
270 |         case invalidFormat
/host/spi-builder-workspace/Sources/INCITS_4_1986/INCITS_4_1986.NumericSerialization.swift:310:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
308 | }
309 |
310 | extension UInt64: @retroactive Binary.Serializable, Binary.ASCII.Serializable {
    | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'Serializable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
311 |     public enum Error: Swift.Error {
312 |         case invalidFormat
[290/299] Wrapping AST for INCITS 4 1986 for debugging
[292/312] Compiling RFC_4648 RFC_4648.swift
[293/313] Compiling RFC_4648 exports.swift
[294/313] Compiling RFC_4648 String+RFC4648.swift
[295/313] Compiling RFC_4648 RFC_4648.EncodingTable.swift
[296/313] Compiling RFC_4648 RFC_4648.Internal.swift
[297/313] Compiling RFC_4648 RFC_4648.Base64.URL.swift
[298/313] Compiling RFC_4648 RFC_4648.Base64.swift
[299/313] Compiling RFC_4648 RFC_4648.Base32.Hex.swift
[300/313] Compiling RFC_4648 RFC_4648.Base32.swift
[301/313] Compiling RFC_4648 RFC_4648+Validation.swift
[302/313] Compiling RFC_4648 RFC_4648.Base16.swift
[303/313] Compiling RFC_4648 Collection+RFC4648.swift
[304/313] Compiling RFC_4648 FixedWidthInteger+RFC4648.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.Delete.swift
[317/374] Compiling File_System_Primitives File.System.Link.Hard.swift
[318/374] Compiling File_System_Primitives File.System.Link.ReadTarget.swift
[319/374] Compiling File_System_Primitives File.System.Link.Symbolic.swift
[320/374] Compiling File_System_Primitives File.System.Link.swift
[321/374] Compiling File_System_Primitives File.System.Metadata.ACL.swift
[322/374] Compiling File_System_Primitives File.System.Metadata.Attributes.swift
[323/374] Compiling File_System_Primitives File.System.Write.Streaming.swift
[324/374] Compiling File_System_Primitives File.System.Write.swift
[325/374] Compiling File_System_Primitives File.System.swift
[326/374] Compiling File_System_Primitives File.Watcher.swift
[327/374] Compiling File_System_Primitives File.swift
[328/374] Compiling File_System_Primitives String+DirectoryEntryName.swift
[329/374] Compiling File_System_Primitives exports.swift
[330/374] Compiling File_System_Primitives File.Descriptor+POSIX.swift
[331/374] Compiling File_System_Primitives File.Descriptor+Windows.swift
[332/374] Compiling File_System_Primitives File.Descriptor.swift
[333/374] Compiling File_System_Primitives File.Directory.Contents.swift
[334/374] Compiling File_System_Primitives File.Directory.Entry.swift
[335/374] Compiling File_System_Primitives File.Directory.Iterator.swift
[336/374] Compiling File_System_Primitives File.Directory.Walk.swift
[337/374] Compiling File_System_Primitives File.Directory.swift
[338/374] Compiling File_System_Primitives File.System.Metadata.Info.swift
[339/374] Compiling File_System_Primitives File.System.Metadata.Ownership.swift
[340/374] Compiling File_System_Primitives File.System.Metadata.Permissions.swift
[341/374] Compiling File_System_Primitives File.System.Metadata.Timestamps.swift
[342/374] Compiling File_System_Primitives File.System.Metadata.swift
[343/374] Compiling File_System_Primitives File.System.Move+POSIX.swift
[344/374] Compiling File_System_Primitives File.System.Move+Windows.swift
[345/374] Compiling File_System_Primitives File.System.Copy.swift
[346/374] Compiling File_System_Primitives File.System.Create.Directory+POSIX.swift
[347/374] Compiling File_System_Primitives File.System.Create.Directory+Windows.swift
[348/374] Compiling File_System_Primitives File.System.Create.Directory.swift
[349/374] Compiling File_System_Primitives File.System.Create.File.swift
[350/374] Compiling File_System_Primitives File.System.Create.swift
[351/374] Compiling File_System_Primitives File.System.Delete+POSIX.swift
[352/374] Compiling File_System_Primitives File.System.Delete+Windows.swift
[353/374] Compiling File_System_Primitives File.System.Stat+POSIX.swift
[354/374] Compiling File_System_Primitives File.System.Stat+Windows.swift
[355/374] Compiling File_System_Primitives File.System.Stat.swift
[356/374] Compiling File_System_Primitives File.System.Write.Append.swift
[357/374] Compiling File_System_Primitives File.System.Write.Atomic+POSIX.swift
[358/374] Compiling File_System_Primitives File.System.Write.Atomic+Windows.swift
[359/374] Compiling File_System_Primitives File.System.Write.Atomic.swift
[360/374] Compiling File_System_Primitives File.Handle.Mode.swift
[361/374] Compiling File_System_Primitives File.Handle.Options.swift
[362/374] Compiling File_System_Primitives File.Handle.swift
[363/374] Compiling File_System_Primitives File.Path.Component.swift
[364/374] Compiling File_System_Primitives File.Path.Error.swift
[365/374] Compiling File_System_Primitives File.Path.swift
[366/374] Compiling File_System_Primitives File.System.Copy+POSIX.swift
[367/374] Compiling File_System_Primitives File.System.Copy+Windows.swift
[368/375] Wrapping AST for File System Primitives for debugging
[370/378] Emitting module FileSystem
[371/378] Compiling FileSystem FileSystem.swift
[372/378] Compiling FileSystem AsyncSequence+Extras.swift
[373/379] Wrapping AST for FileSystem for debugging
[374/379] 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! (55.89s)
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.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.