The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileSystem, reference main (f3f953), with Swift 6.1 for macOS (SPM) on 2 May 2026 06:22:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tuist/FileSystem.git
https://github.com/tuist/FileSystem.git
{
  "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" : "/Users/admin/builder/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",
        "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/27] Write sources
[1/27] Copying PrivacyInfo.xcprivacy
[1/27] Write sources
[18/27] Compiling VendoredCSystem shims.c
[19/27] Write swift-version-2F0A5646E1D333AE.txt
[20/27] Compiling CFileSystemShims CFileSystemShims.c
[22/169] Compiling Algebra Bit.swift
[23/169] Emitting module Algebra
[24/169] Compiling Algebra Tagged.swift
[25/169] Compiling Algebra Algebra.swift
[26/169] Emitting module StandardLibraryExtensions
[27/177] Compiling StandardLibraryExtensions CollectionOfOne.Builder.swift
[28/177] Compiling StandardLibraryExtensions CollectionOfOne.swift
[29/177] Compiling StandardLibraryExtensions CommandLine.swift
[30/177] Compiling StandardLibraryExtensions Comparable.swift
[31/177] Compiling StandardLibraryExtensions ContiguousArray.swift
[32/177] Compiling StandardLibraryExtensions Dictionary.Builder.swift
[33/177] Compiling StandardLibraryExtensions Dictionary.swift
[34/177] Compiling StandardLibraryExtensions Double.swift
[35/177] Compiling StandardLibraryExtensions AdditiveArithmetic.swift
[36/177] Compiling StandardLibraryExtensions AnyBidirectionalCollection.swift
[37/177] Compiling StandardLibraryExtensions AnyCollection.swift
[38/177] Compiling StandardLibraryExtensions AnyHashable.swift
[39/177] Compiling StandardLibraryExtensions AnyIterator.swift
[40/177] Compiling StandardLibraryExtensions AnyRandomAccessCollection.swift
[41/177] Compiling StandardLibraryExtensions AnySequence.swift
[42/177] Compiling StandardLibraryExtensions Array.Builder.swift
[43/177] Compiling StandardLibraryExtensions Array.swift
[44/177] Compiling StandardLibraryExtensions ArraySlice.swift
[45/177] Compiling StandardLibraryExtensions AutoreleasingUnsafeMutablePointer.swift
[46/177] Compiling StandardLibraryExtensions Bool.Builder.swift
[47/177] Compiling StandardLibraryExtensions Bool.swift
[48/177] Compiling StandardLibraryExtensions Character.swift
[49/177] Compiling StandardLibraryExtensions ClosedRange.swift
[50/177] Compiling StandardLibraryExtensions Collection.swift
[51/177] Compiling StandardLibraryExtensions Never.swift
[52/177] Compiling StandardLibraryExtensions Numeric.swift
[53/177] Compiling StandardLibraryExtensions ObjectIdentifier.swift
[54/177] Compiling StandardLibraryExtensions OpaquePointer.swift
[55/177] Compiling StandardLibraryExtensions Optional.Builder.swift
[56/177] Compiling StandardLibraryExtensions Optional.swift
[57/177] Compiling StandardLibraryExtensions PartialRangeFrom.swift
[58/177] Compiling StandardLibraryExtensions PartialRangeThrough.swift
[59/195] Compiling StandardLibraryExtensions Duration.swift
[60/195] Compiling StandardLibraryExtensions EmptyCollection.swift
[61/195] Compiling StandardLibraryExtensions EnumeratedSequence.swift
[62/195] Compiling StandardLibraryExtensions FlattenSequence.swift
[63/195] Compiling StandardLibraryExtensions Float.swift
[64/195] Compiling StandardLibraryExtensions FloatingPoint.swift
[65/195] Compiling StandardLibraryExtensions Int.swift
[66/195] Compiling StandardLibraryExtensions JoinedSequence.swift
[67/195] Compiling StandardLibraryExtensions KeyPath.swift
[68/195] Compiling StandardLibraryExtensions LazyCollection.swift
[69/195] Compiling StandardLibraryExtensions LazyDropWhileSequence.swift
[70/195] Compiling StandardLibraryExtensions LazyFilterSequence.swift
[71/195] Compiling StandardLibraryExtensions LazyMapSequence.swift
[72/195] Compiling StandardLibraryExtensions LazyPrefixWhileSequence.swift
[73/195] Compiling StandardLibraryExtensions LazySequence.swift
[74/195] Compiling StandardLibraryExtensions Mirror.swift
[75/195] Compiling StandardLibraryExtensions PartialRangeUpTo.swift
[76/195] Compiling StandardLibraryExtensions Range.Builder.swift
[77/195] Compiling StandardLibraryExtensions Range.swift
[78/195] Compiling StandardLibraryExtensions RangeReplaceableCollection.swift
[79/195] Compiling StandardLibraryExtensions Repeated.swift
[80/195] Compiling StandardLibraryExtensions Result.Builder.swift
[81/195] Compiling StandardLibraryExtensions Result.swift
[82/195] Compiling StandardLibraryExtensions ReversedCollection.swift
[83/195] Compiling StandardLibraryExtensions Sequence.swift
[84/195] Compiling StandardLibraryExtensions Set.Builder.swift
[85/195] Compiling StandardLibraryExtensions Set.swift
[86/195] Compiling StandardLibraryExtensions SetString.swift
[87/195] Compiling StandardLibraryExtensions Slice.swift
[88/195] Compiling StandardLibraryExtensions StaticString.swift
[89/195] Compiling StandardLibraryExtensions StrideThrough.swift
[90/195] Compiling StandardLibraryExtensions StrideTo.swift
[91/195] Compiling StandardLibraryExtensions String.Builder.swift
[92/195] Compiling StandardLibraryExtensions String.swift
[93/195] Compiling StandardLibraryExtensions StringProtocol.swift
[94/195] Compiling StandardLibraryExtensions Substring.swift
[95/195] Compiling StandardLibraryExtensions UInt8.swift
[96/195] Compiling StandardLibraryExtensions Unicode.swift
[97/195] Compiling StandardLibraryExtensions Unmanaged.swift
[98/195] Compiling StandardLibraryExtensions UnsafeBufferPointer.swift
[99/195] Compiling StandardLibraryExtensions UnsafeMutableBufferPointer.swift
[100/195] Compiling StandardLibraryExtensions UnsafeMutablePointer.swift
[101/195] Compiling StandardLibraryExtensions UnsafeMutableRawBufferPointer.swift
[102/195] Compiling StandardLibraryExtensions UnsafeMutableRawPointer.swift
[103/195] Compiling StandardLibraryExtensions UnsafePointer.swift
[104/195] Compiling StandardLibraryExtensions UnsafeRawBufferPointer.swift
[105/195] Compiling StandardLibraryExtensions UnsafeRawPointer.swift
[106/195] Compiling StandardLibraryExtensions Zip2Sequence.swift
[107/195] Compiling Binary UInt16.swift
[108/195] Compiling Binary UInt32.swift
[109/195] Compiling Binary UInt64.swift
[110/196] Compiling Binary RangeReplaceableCollection+Bytes.swift
[111/196] Compiling Binary UInt.swift
[112/196] Emitting module Path
[113/196] Compiling Path Path.swift
[114/196] Compiling Binary exports.swift
[115/196] Compiling Binary Int64.swift
[116/196] Compiling Binary Int8.swift
[117/196] Compiling Binary Binary.Serializable.swift
[118/196] Compiling Binary Binary.swift
[119/196] Compiling Binary Int16.swift
[120/196] Compiling Binary Int32.swift
[121/196] Compiling Binary FixedWidthInteger+Binary.swift
[122/196] Compiling Binary Int.swift
[123/206] Compiling Binary Bit.Order.swift
[124/206] Compiling Binary CollectionUInt8.swift
[125/229] Compiling Locale Locale.swift
[126/229] Emitting module Locale
[127/229] Emitting module Binary
[128/229] Compiling StandardTime Time.Microsecond.swift
[129/229] Compiling StandardTime Time.Millisecond.swift
[130/229] Compiling Formatting Format.Numeric.SignDisplayStrategy.swift
[131/229] Compiling Formatting Format.Numeric.swift
[132/229] Compiling Formatting Format.Numeric.Notation.swift
[133/229] Compiling Formatting Formatting.swift
[134/229] Compiling Formatting Format.Numeric.DecimalSeparatorStrategy.swift
[135/229] Compiling Formatting Format.FloatingPoint.swift
[136/229] Emitting module Formatting
[137/229] Compiling Formatting Format.BinaryInteger.swift
[138/229] Compiling StandardTime Time.Week.Day.swift
[139/229] Compiling StandardTime Time.Week.swift
[142/231] Compiling StandardTime Time.Minute.swift
[143/231] Compiling StandardTime Duration.swift
[144/231] Compiling StandardTime Instant.swift
[145/231] Compiling StandardTime Time.Attosecond.swift
[146/231] Compiling StandardTime Time.Second.swift
[147/231] Compiling StandardTime Time.TimezoneOffset.swift
[148/231] Compiling StandardTime Time.Nanosecond.swift
[149/231] Compiling StandardTime Time.Picosecond.swift
[150/231] Compiling StandardTime Time.Year.swift
[151/231] Compiling StandardTime Time.Yoctosecond.swift
[152/231] Compiling StandardTime Time.Month.Day.swift
[153/231] Compiling StandardTime Time.Month.swift
[154/231] Compiling StandardTime Time.Epoch.swift
[155/231] Compiling StandardTime Time.Femtosecond.swift
[156/231] Compiling StandardTime Time.Hour.swift
[157/231] Compiling StandardTime Time.Calendar.Gregorian.swift
[158/231] Compiling StandardTime Time.Calendar.swift
[159/231] Compiling StandardTime Time.Epoch.Conversion.swift
[160/231] Emitting module StandardTime
[161/231] Compiling StandardTime Time.Zeptosecond.swift
[162/231] Compiling StandardTime Time.swift
[163/231] 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
[176/236] Emitting module VendoredSystemPackage
[186/236] 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
[187/236] 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
[188/236] 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
[189/236] 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
[190/236] 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
[191/236] Emitting module Standards
[192/236] Compiling Standards Standards.swift
[199/261] Compiling VendoredSystemPackage Util+StringArray.swift
[200/261] Compiling VendoredSystemPackage Util.swift
[201/261] Compiling VendoredSystemPackage UtilConsumers.swift
[202/261] Compiling INCITS_4_1986 INCITS_4_1986.swift
[203/261] Compiling INCITS_4_1986 NCITS_4_1986.FormatEffectors.LineEnding.swift
[204/261] Compiling INCITS_4_1986 SetCharacter+INCITS_4_1986.swift
[205/261] Compiling INCITS_4_1986 UInt8.ASCII.Serializable.swift
[206/261] Compiling INCITS_4_1986 UInt8.ASCII.swift
[207/261] Compiling INCITS_4_1986 INCITS_4_1986.ControlCharacters.swift
[208/261] Compiling INCITS_4_1986 INCITS_4_1986.FormatEffectors.swift
[209/261] Compiling INCITS_4_1986 INCITS_4_1986.GraphicCharacters.swift
[210/263] Compiling INCITS_4_1986 UInt8+INCITS_4_1986.swift
[211/263] Compiling INCITS_4_1986 UInt8.ASCII.RawRepresentable.swift
[212/263] Compiling INCITS_4_1986 SetUInt8+INCITS_4_1986.swift
[213/263] Compiling INCITS_4_1986 StringProtocol+INCITS_4_1986.swift
[214/263] Compiling INCITS_4_1986 Character+INCITS_4_1986.swift
[215/263] Compiling INCITS_4_1986 Collection+INCITS_4_1986.swift
[216/263] Compiling INCITS_4_1986 INCITS_4_1986.ASCII.swift
[217/263] Compiling INCITS_4_1986 INCITS_4_1986.ByteArrayClassification.swift
[218/263] Compiling INCITS_4_1986 INCITS_4_1986.CaseConversion.swift
[219/263] Compiling INCITS_4_1986 INCITS_4_1986.CharacterClassification.swift
[220/263] Compiling INCITS_4_1986 [UInt8]+INCITS_4_1986.swift
[221/263] Compiling INCITS_4_1986 exports.swift
[222/263] Compiling INCITS_4_1986 INCITS_4_1986.LineEndingDetection.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[223/263] Compiling INCITS_4_1986 INCITS_4_1986.NumericParsing.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[224/263] Compiling INCITS_4_1986 INCITS_4_1986.NumericSerialization.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[225/263] Compiling INCITS_4_1986 INCITS_4_1986.SPACE.swift
[226/263] Compiling INCITS_4_1986 INCITS_4_1986.StringClassification.swift
[227/263] Compiling INCITS_4_1986 INCITS_4_1986.Validation.swift
[228/263] Emitting module INCITS_4_1986
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
[229/263] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[230/276] Compiling RFC_4648 RFC_4648.swift
[231/277] Compiling RFC_4648 String+RFC4648.swift
[232/277] Compiling RFC_4648 RFC_4648.EncodingTable.swift
[233/277] Compiling RFC_4648 exports.swift
[234/277] Emitting module ZIPFoundation
[235/277] Compiling RFC_4648 RFC_4648.Base32.Hex.swift
[236/277] Compiling RFC_4648 RFC_4648.Base32.swift
[237/277] Compiling RFC_4648 RFC_4648+Validation.swift
[238/279] Compiling Glob Pattern.swift
[239/279] Compiling Glob Pattern+Parser.swift
[240/279] Compiling Glob InvalidPattern.swift
[241/279] Compiling Glob GlobSearch.swift
[242/279] Emitting module Glob
[243/279] Compiling Glob Pattern+Match.swift
[244/279] Compiling Glob Pattern+Options.swift
[244/279] Write Objects.LinkFileList
[250/279] Compiling RFC_4648 RFC_4648.Base16.swift
[251/279] Compiling RFC_4648 Collection+RFC4648.swift
[255/279] Archiving libGlob.a
[261/279] Compiling RFC_4648 FixedWidthInteger+RFC4648.swift
[264/279] Compiling RFC_4648 RFC_4648.Base64.swift
[265/279] Compiling RFC_4648 RFC_4648.Base64.URL.swift
[272/279] Compiling RFC_4648 RFC_4648.Internal.swift
[273/279] Compiling ZIPFoundation URL+ZIP.swift
[274/279] Compiling ZIPFoundation resource_bundle_accessor.swift
[275/279] Emitting module RFC_4648
[276/334] Emitting module File_System_Primitives
[277/339] Compiling File_System_Primitives File.System.Move+POSIX.swift
[278/339] Compiling File_System_Primitives File.System.Move+Windows.swift
[279/339] Compiling File_System_Primitives File.System.Move.swift
[280/339] Compiling File_System_Primitives File.System.Read.Buffered.swift
[281/339] Compiling File_System_Primitives File.System.Read.Full+POSIX.swift
[282/339] Compiling File_System_Primitives File.System.Read.Full+Windows.swift
[283/339] Compiling File_System_Primitives File.System.swift
[284/339] Compiling File_System_Primitives File.Watcher.swift
[285/339] Compiling File_System_Primitives File.swift
[286/339] Compiling File_System_Primitives String+DirectoryEntryName.swift
[287/339] Compiling File_System_Primitives exports.swift
[288/339] Compiling File_System_Primitives File.System.Delete.swift
[289/339] Compiling File_System_Primitives File.System.Link.Hard.swift
[290/339] Compiling File_System_Primitives File.System.Link.ReadTarget.swift
[291/339] Compiling File_System_Primitives File.System.Link.Symbolic.swift
[292/339] Compiling File_System_Primitives File.System.Link.swift
[293/339] Compiling File_System_Primitives File.System.Metadata.ACL.swift
[294/339] Compiling File_System_Primitives File.System.Read.Full.swift
[295/339] Compiling File_System_Primitives File.System.Read.Streaming.swift
[296/339] Compiling File_System_Primitives File.System.Read.swift
[297/339] Compiling File_System_Primitives File.System.Stat+POSIX.swift
[298/339] Compiling File_System_Primitives File.System.Stat+Windows.swift
[299/339] Compiling File_System_Primitives File.System.Stat.swift
[300/339] Compiling File_System_Primitives File.System.Metadata.Attributes.swift
[301/339] Compiling File_System_Primitives File.System.Metadata.Info.swift
[302/339] Compiling File_System_Primitives File.System.Metadata.Ownership.swift
[303/339] Compiling File_System_Primitives File.System.Metadata.Permissions.swift
[304/339] Compiling File_System_Primitives File.System.Metadata.Timestamps.swift
[305/339] Compiling File_System_Primitives File.System.Metadata.swift
[306/339] Compiling File_System_Primitives File.Descriptor+POSIX.swift
[307/339] Compiling File_System_Primitives File.Descriptor+Windows.swift
[308/339] Compiling File_System_Primitives File.Descriptor.swift
[309/339] Compiling File_System_Primitives File.Directory.Contents.swift
[310/339] Compiling File_System_Primitives File.Directory.Entry.swift
[311/339] Compiling File_System_Primitives File.Directory.Iterator.swift
[312/339] Compiling File_System_Primitives File.Directory.Walk.swift
[313/339] Compiling File_System_Primitives File.Directory.swift
[314/339] Compiling File_System_Primitives File.Handle.Mode.swift
[315/339] Compiling File_System_Primitives File.Handle.Options.swift
[316/339] Compiling File_System_Primitives File.Handle.swift
[317/339] Compiling File_System_Primitives File.Path.Component.swift
[318/339] Compiling File_System_Primitives File.System.Write.Append.swift
[319/339] Compiling File_System_Primitives File.System.Write.Atomic+POSIX.swift
[320/339] Compiling File_System_Primitives File.System.Write.Atomic+Windows.swift
[321/339] Compiling File_System_Primitives File.System.Write.Atomic.swift
[322/339] Compiling File_System_Primitives File.System.Write.Streaming.swift
[323/339] Compiling File_System_Primitives File.System.Write.swift
[324/339] Compiling File_System_Primitives File.System.Create.Directory+Windows.swift
[325/339] Compiling File_System_Primitives File.System.Create.Directory.swift
[326/339] Compiling File_System_Primitives File.System.Create.File.swift
[327/339] Compiling File_System_Primitives File.System.Create.swift
[328/339] Compiling File_System_Primitives File.System.Delete+POSIX.swift
[329/339] Compiling File_System_Primitives File.System.Delete+Windows.swift
[330/339] Compiling File_System_Primitives File.Path.Error.swift
[331/339] Compiling File_System_Primitives File.Path.swift
[332/339] Compiling File_System_Primitives File.System.Copy+POSIX.swift
[333/339] Compiling File_System_Primitives File.System.Copy+Windows.swift
[334/339] Compiling File_System_Primitives File.System.Copy.swift
[335/339] Compiling File_System_Primitives File.System.Create.Directory+POSIX.swift
[336/342] Compiling FileSystem AsyncSequence+Extras.swift
[337/342] Emitting module FileSystem
[338/342] Compiling FileSystem FileSystem.swift
[338/342] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Duration.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardLibraryExtensions.build/Duration.swift.o(Duration.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardTime.build/Duration.swift.o(Duration.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Int.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardLibraryExtensions.build/Int.swift.o(Int.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Binary.build/Int.swift.o(Int.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/INCITS_4_1986.build/exports.swift.o(exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RFC_4648.build/exports.swift.o(exports.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RFC_4648.build/exports.swift.o(exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Binary.build/exports.swift.o(exports.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Binary.build/exports.swift.o(exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/File_System_Primitives.build/exports.swift.o(exports.swift.o)'
[339/342] Archiving libFileSystem.a
[341/344] Compiling FileSystemTesting FileSystemTestingTrait.swift
[342/344] Emitting module FileSystemTesting
[342/344] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Duration.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardLibraryExtensions.build/Duration.swift.o(Duration.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardTime.build/Duration.swift.o(Duration.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'Int.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/StandardLibraryExtensions.build/Int.swift.o(Int.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Binary.build/Int.swift.o(Int.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/INCITS_4_1986.build/exports.swift.o(exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RFC_4648.build/exports.swift.o(exports.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RFC_4648.build/exports.swift.o(exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Binary.build/exports.swift.o(exports.swift.o)'
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'exports.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Binary.build/exports.swift.o(exports.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/File_System_Primitives.build/exports.swift.o(exports.swift.o)'
[343/344] Archiving libFileSystemTesting.a
Build complete! (17.82s)
Fetching https://github.com/tuist/Path
Fetching https://github.com/tuist/ZIPFoundation
Fetching https://github.com/apple/swift-log from cache
[1/4879] Fetching zipfoundation
[50/5284] Fetching zipfoundation, path
Fetched https://github.com/tuist/ZIPFoundation from cache (1.26s)
Fetched https://github.com/tuist/Path from cache (1.26s)
Fetched https://github.com/apple/swift-log from cache (1.29s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.21 (1.83s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (3.72s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.54s)
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/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/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.21
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" : "/Users/admin/builder/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",
        "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"
}
Done.