The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FileSystem, reference 0.11.19 (9a76ea), with Swift 6.2 (beta) for macOS (SPM) on 8 Sep 2025 19:00:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/FileSystem.git
Reference: 0.11.19
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/FileSystem
 * tag               0.11.19    -> FETCH_HEAD
HEAD is now at 9a76ea6 [Release] FileSystem 0.11.19
Cloned https://github.com/tuist/FileSystem.git
Revision (git rev-parse @):
9a76ea6297a3eb7bbac360cf7725e2aad96dc3fb
SUCCESS checkout https://github.com/tuist/FileSystem.git at 0.11.19
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tuist/FileSystem.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/38] Write swift-version-1EA4D86E10B52AF.txt
[1/38] Copying PrivacyInfo.xcprivacy
[3/38] Write sources
[6/38] Compiling CNIOWASI CNIOWASI.c
[7/38] Compiling CNIOWindows WSAStartup.c
[7/38] Compiling CNIOWindows shim.c
[9/38] Compiling CSystem shims.c
[10/38] Copying PrivacyInfo.xcprivacy
[10/38] Write sources
[16/38] Compiling CNIOLinux shim.c
[16/38] Compiling CNIOLinux liburing_shims.c
[18/38] Write sources
[22/100] Compiling _AtomicsShims.c
[23/114] Compiling CNIOPosix event_loop_id.c
[24/114] Write sources
[28/114] Compiling CNIODarwin shim.c
[30/122] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/122] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/123] Compiling _NIOBase64 Base64.swift
[33/123] Emitting module _NIOBase64
[33/123] Write sources
[35/123] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/142] Compiling Path Path.swift
[37/142] Emitting module Path
[38/142] Compiling InternalCollectionsUtilities Descriptions.swift
[39/142] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/142] Compiling InternalCollectionsUtilities Debugging.swift
[41/142] Compiling Atomics OptionalRawRepresentable.swift
[42/142] Compiling Atomics RawRepresentable.swift
[43/142] Compiling Atomics AtomicBool.swift
[44/142] Compiling Atomics IntegerConformances.swift
[45/142] Compiling Atomics AtomicInteger.swift
[46/142] Compiling Atomics AtomicOptionalWrappable.swift
[47/142] Emitting module InternalCollectionsUtilities
[48/142] Compiling Atomics DoubleWord.swift
[49/142] Compiling Atomics ManagedAtomic.swift
[50/142] Compiling SystemPackage Constants.swift
[51/142] Compiling SystemPackage Exports.swift
[52/142] Compiling SystemPackage Mocking.swift
[53/161] Compiling Logging MetadataProvider.swift
[54/161] Compiling DequeModule Deque._UnsafeHandle.swift
[55/161] Compiling DequeModule Deque.swift
[56/161] Compiling DequeModule Deque+Extras.swift
[57/161] Emitting module SystemPackage
[58/161] Compiling Atomics AtomicValue.swift
[59/161] Compiling Atomics AtomicMemoryOrderings.swift
[60/161] Compiling DequeModule Deque+Codable.swift
[61/161] Compiling DequeModule Deque+Collection.swift
[62/162] Compiling _NIODataStructures _TinyArray.swift
[63/162] Compiling Atomics Unmanaged extensions.swift
[64/162] Compiling DequeModule Deque._Storage.swift
[65/162] Compiling DequeModule Deque+CustomReflectable.swift
[66/162] Compiling DequeModule Deque+Descriptions.swift
[67/162] Compiling Atomics ManagedAtomicLazyReference.swift
[68/162] Compiling Atomics UnsafeAtomic.swift
[69/162] Compiling Atomics AtomicReference.swift
[70/162] Compiling DequeModule Deque+Hashable.swift
[73/162] Compiling Atomics AtomicStorage.swift
[76/162] Compiling DequeModule Deque+Equatable.swift
[77/162] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/162] Compiling DequeModule Deque+Testing.swift
[79/162] Compiling SystemPackage MachPort.swift
[80/162] Compiling SystemPackage PlatformString.swift
[81/162] Compiling SystemPackage SystemString.swift
[82/162] Compiling SystemPackage RawBuffer.swift
[83/162] Compiling SystemPackage Syscalls.swift
[84/162] Compiling SystemPackage WindowsSyscallAdapters.swift
[85/162] Compiling Logging LogHandler.swift
[86/162] Emitting module Logging
[87/162] Compiling Logging Locks.swift
[88/162] Compiling Logging Logging.swift
[89/162] Emitting module _NIODataStructures
[90/162] Compiling _NIODataStructures Heap.swift
[91/162] Compiling _NIODataStructures PriorityQueue.swift
[92/162] Compiling SystemPackage Util+StringArray.swift
[93/162] Compiling SystemPackage Util.swift
[94/162] Compiling SystemPackage UtilConsumers.swift
[99/162] Compiling DequeModule _DequeSlot.swift
[100/162] Compiling DequeModule _DequeBufferHeader.swift
[101/162] Compiling DequeModule _DequeBuffer.swift
[106/162] Emitting module DequeModule
[125/163] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/163] Compiling c-nioatomics.c
[127/163] Emitting module Atomics
[127/163] Compiling c-atomics.c
[129/169] Compiling NIOConcurrencyHelpers lock.swift
[130/169] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[131/169] Compiling NIOConcurrencyHelpers atomics.swift
[132/169] Emitting module NIOConcurrencyHelpers
[133/169] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[134/169] Compiling NIOConcurrencyHelpers NIOLock.swift
[135/232] Compiling NIOCore FileDescriptor.swift
[136/232] Compiling NIOCore FileHandle.swift
[137/234] Compiling NIOCore ChannelPipeline.swift
[138/234] Compiling NIOCore CircularBuffer.swift
[139/234] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[140/234] Compiling NIOCore EventLoopFuture+Deprecated.swift
[141/234] Emitting module ZIPFoundation
[142/234] Compiling NIOCore AsyncChannelHandler.swift
[143/234] Compiling NIOCore AsyncChannelInboundStream.swift
[144/234] Compiling NIOCore AsyncChannelOutboundWriter.swift
[145/234] Compiling NIOCore AddressedEnvelope.swift
[146/234] Compiling NIOCore AsyncAwaitSupport.swift
[147/234] Compiling NIOCore AsyncChannel.swift
[148/234] Compiling NIOCore NIOAsyncSequenceProducer.swift
[149/234] Compiling NIOCore Channel.swift
[150/234] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[151/234] Compiling NIOCore EventLoopFuture.swift
[152/234] Compiling ZIPFoundation URL+ZIP.swift
[153/234] Compiling ZIPFoundation resource_bundle_accessor.swift
[154/234] Compiling NIOCore ChannelHandler.swift
[155/234] Compiling NIOCore ChannelHandlers.swift
[156/234] Compiling NIOCore ChannelInvoker.swift
[157/234] Compiling NIOCore ChannelOption.swift
[158/234] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[159/234] Compiling Glob InvalidPattern.swift
[160/234] Compiling Glob Pattern.swift
[161/234] Compiling Glob Pattern+Parser.swift
[162/234] Emitting module Glob
[163/234] Compiling Glob Pattern+Options.swift
[164/234] Compiling Glob Pattern+Match.swift
[165/234] Compiling Glob GlobSearch.swift
[165/234] Write Objects.LinkFileList
[166/234] Archiving libGlob.a
[168/234] Compiling NIOCore Codec.swift
[169/234] Compiling NIOCore ConvenienceOptionSupport.swift
[170/234] Compiling NIOCore DeadChannel.swift
[171/234] Compiling NIOCore DispatchQueue+WithFuture.swift
[172/234] Compiling NIOCore EventLoop+Deprecated.swift
[173/234] Compiling NIOCore EventLoop+SerialExecutor.swift
[174/234] Compiling NIOCore EventLoop.swift
[176/240] Compiling NIOCore MarkedCircularBuffer.swift
[177/240] Compiling NIOCore MulticastChannel.swift
[178/240] Compiling NIOCore NIOAny.swift
[179/240] Compiling NIOCore NIOCloseOnErrorHandler.swift
[180/240] Compiling NIOCore NIOCoreSendableMetatype.swift
[181/240] Compiling NIOCore NIOLoopBound.swift
[182/240] Compiling NIOCore SocketOptionProvider.swift
[183/240] Compiling NIOCore SystemCallHelpers.swift
[184/240] Compiling NIOCore TimeAmount+Duration.swift
[185/240] Compiling NIOCore TypeAssistedChannelHandler.swift
[186/240] Compiling NIOCore UniversalBootstrapSupport.swift
[187/240] Compiling NIOCore Utilities.swift
[209/240] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[210/240] Compiling NIOCore NIOScheduledCallback.swift
[211/240] Compiling NIOCore NIOSendable.swift
[212/240] Compiling NIOCore RecvByteBufferAllocator.swift
[213/240] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[214/240] Compiling NIOCore SocketAddresses.swift
[215/240] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[216/240] Compiling NIOCore NIOAsyncWriter.swift
[217/240] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[218/240] Compiling NIOCore BSDSocketAPI.swift
[219/240] Compiling NIOCore ByteBuffer-aux.swift
[220/240] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[221/240] Compiling NIOCore ByteBuffer-conversions.swift
[222/240] Compiling NIOCore GlobalSingletons.swift
[223/240] Compiling NIOCore IO.swift
[224/240] Compiling NIOCore IOData.swift
[225/240] Compiling NIOCore IPProtocol.swift
[226/240] Compiling NIOCore IntegerBitPacking.swift
[227/240] Compiling NIOCore IntegerTypes.swift
[228/240] Compiling NIOCore Interfaces.swift
[229/240] Compiling NIOCore ByteBuffer-core.swift
[230/240] Compiling NIOCore ByteBuffer-hex.swift
[231/240] Compiling NIOCore ByteBuffer-int.swift
[232/240] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[233/240] Compiling NIOCore ByteBuffer-multi-int.swift
[234/240] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[235/240] Compiling NIOCore ByteBuffer-views.swift
[236/240] Emitting module NIOCore
[237/290] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[238/290] Compiling NIOPosix System.swift
[239/290] Compiling NIOPosix Thread.swift
[240/290] Compiling NIOPosix ThreadPosix.swift
[241/290] Compiling NIOPosix ThreadWindows.swift
[242/295] Emitting module NIOPosix
[243/295] Compiling NIOPosix BSDSocketAPICommon.swift
[244/295] Compiling NIOPosix BSDSocketAPIPosix.swift
[245/295] Compiling NIOPosix BSDSocketAPIWindows.swift
[246/295] Compiling NIOPosix BaseSocket.swift
[247/295] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[248/295] Compiling NIOPosix BaseSocketChannel.swift
[249/295] Compiling NIOPosix SelectorUring.swift
[250/295] Compiling NIOPosix ServerSocket.swift
[251/295] Compiling NIOPosix Socket.swift
[252/295] Compiling NIOPosix SocketChannel.swift
[253/295] Compiling NIOPosix SocketProtocols.swift
[254/295] Compiling NIOPosix PendingDatagramWritesManager.swift
[255/295] Compiling NIOPosix PendingWritesManager.swift
[256/295] Compiling NIOPosix PipeChannel.swift
[257/295] Compiling NIOPosix PipePair.swift
[258/295] Compiling NIOPosix Pool.swift
[259/295] Compiling NIOPosix UnsafeTransfer.swift
[260/295] Compiling NIOPosix Utilities.swift
[261/295] Compiling NIOPosix VsockAddress.swift
[262/295] Compiling NIOPosix VsockChannelEvents.swift
[263/295] Compiling NIOPosix resource_bundle_accessor.swift
[264/295] Compiling NIOPosix BaseStreamSocketChannel.swift
[265/295] Compiling NIOPosix Bootstrap.swift
[266/295] Compiling NIOPosix ControlMessage.swift
[267/295] Compiling NIOPosix DatagramVectorReadManager.swift
[268/295] Compiling NIOPosix Errors+Any.swift
[269/295] Compiling NIOPosix FileDescriptor.swift
[270/295] Compiling NIOPosix GetaddrinfoResolver.swift
[271/295] Compiling NIOPosix HappyEyeballs.swift
[272/295] Compiling NIOPosix IO.swift
[273/295] Compiling NIOPosix IntegerBitPacking.swift
[274/295] Compiling NIOPosix IntegerTypes.swift
[275/295] Compiling NIOPosix Linux.swift
[276/295] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[277/295] Compiling NIOPosix PosixSingletons.swift
[278/295] Compiling NIOPosix RawSocketBootstrap.swift
[279/295] Compiling NIOPosix Resolver.swift
[280/295] Compiling NIOPosix Selectable.swift
[281/295] Compiling NIOPosix SelectableChannel.swift
[282/295] Compiling NIOPosix SelectableEventLoop.swift
[283/295] Compiling NIOPosix SelectorEpoll.swift
[284/295] Compiling NIOPosix SelectorGeneric.swift
[285/295] Compiling NIOPosix SelectorKqueue.swift
[286/295] Compiling NIOPosix LinuxCPUSet.swift
[287/295] Compiling NIOPosix LinuxUring.swift
[288/295] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[289/295] Compiling NIOPosix NIOPosixSendableMetatype.swift
[290/295] Compiling NIOPosix NIOThreadPool.swift
[291/295] Compiling NIOPosix NonBlockingFileIO.swift
[292/333] Compiling _NIOFileSystem ParallelDirCopy.swift
[293/333] Compiling _NIOFileSystem ParallelRemoval.swift
[294/333] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[295/333] Compiling _NIOFileSystem CInterop.swift
[296/337] Emitting module _NIOFileSystem
[297/337] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[298/337] Compiling _NIOFileSystem OpenOptions.swift
[299/337] Compiling _NIOFileSystem String+FileSystem.swift
[300/337] Compiling _NIOFileSystem resource_bundle_accessor.swift
[301/337] Compiling _NIOFileSystem Errno.swift
[302/337] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[303/337] Compiling _NIOFileSystem Mocking.swift
[304/337] Compiling _NIOFileSystem Syscall.swift
[305/337] Compiling _NIOFileSystem Array+FileSystem.swift
[306/337] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[307/337] Compiling _NIOFileSystem BufferedReader.swift
[308/337] Compiling _NIOFileSystem BufferedWriter.swift
[309/337] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[310/337] Compiling _NIOFileSystem Syscalls.swift
[311/337] Compiling _NIOFileSystem SystemFileHandle.swift
[312/337] Compiling _NIOFileSystem Utilities.swift
[313/337] Compiling _NIOFileSystem NIOFilePath.swift
[314/337] Compiling _NIOFileSystem Exports.swift
[315/337] Compiling _NIOFileSystem FileChunks.swift
[316/337] Compiling _NIOFileSystem FileHandle.swift
[317/337] Compiling _NIOFileSystem FileHandleProtocol.swift
[318/337] Compiling _NIOFileSystem BufferedStream.swift
[319/337] Compiling _NIOFileSystem Cancellation.swift
[320/337] Compiling _NIOFileSystem TokenBucket.swift
[321/337] Compiling _NIOFileSystem UnsafeTransfer.swift
[322/337] Compiling _NIOFileSystem FileInfo.swift
[323/337] Compiling _NIOFileSystem FileSystem.swift
[324/337] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[325/337] Compiling _NIOFileSystem FileSystemError.swift
[326/337] Compiling _NIOFileSystem FileSystemProtocol.swift
[327/337] Compiling _NIOFileSystem FileType.swift
[328/337] Compiling _NIOFileSystem IOStrategy.swift
[329/337] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[330/337] Compiling _NIOFileSystem ByteCount.swift
[331/337] Compiling _NIOFileSystem Convenience.swift
[332/337] Compiling _NIOFileSystem DirectoryEntries.swift
[333/337] Compiling _NIOFileSystem DirectoryEntry.swift
[334/339] Compiling NIOFileSystem Exports.swift
[335/339] Emitting module NIOFileSystem
[336/342] Compiling FileSystem AsyncSequence+Extras.swift
/Users/admin/builder/spi-builder-workspace/Sources/FileSystem/AsyncSequence+Extras.swift:13:32: warning: capture of non-sendable type 'T.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
11 |     ///   - sequence: The async sequence to type erase.
12 |     public init<T>(_ sequence: T) where T: AsyncSequence, T: Sendable, T.Element == Element {
13 |         _makeAsyncIterator = { Iterator(sequence.makeAsyncIterator()) }
   |                                `- warning: capture of non-sendable type 'T.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
14 |     }
15 |
[337/342] Emitting module FileSystem
[338/342] Compiling FileSystem FileSystem.swift
[338/342] Write Objects.LinkFileList
[339/344] Archiving libFileSystem.a
[341/344] Compiling FileSystemTesting FileSystemTestingTrait.swift
[342/344] Emitting module FileSystemTesting
[342/344] Write Objects.LinkFileList
[343/344] Archiving libFileSystemTesting.a
Build complete! (32.49s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/Path
Fetching https://github.com/tuist/ZIPFoundation
Fetching https://github.com/apple/swift-nio
[1/369] Fetching path
[24/5244] Fetching path, zipfoundation
[205/9147] Fetching path, zipfoundation, swift-log
[9148/87200] Fetching path, zipfoundation, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio from cache (3.56s)
Fetched https://github.com/apple/swift-log from cache (3.56s)
Fetched https://github.com/tuist/Path from cache (3.56s)
Fetched https://github.com/tuist/ZIPFoundation from cache (3.56s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (4.19s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.42s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.0 (0.53s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[74/6751] Fetching swift-atomics, swift-system
[1253/24161] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
[5808/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.70s)
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (4.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.53s)
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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.86.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.20",
            "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" : "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" : "FileSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "FileSystemTests",
      "path" : "Tests/FileSystemTests",
      "sources" : [
        "FileSystemTests.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" : [
        "_NIOFileSystem",
        "Path",
        "Logging",
        "ZIPFoundation"
      ],
      "product_memberships" : [
        "FileSystem",
        "FileSystemTesting"
      ],
      "sources" : [
        "AsyncSequence+Extras.swift",
        "FileSystem.swift"
      ],
      "target_dependencies" : [
        "Glob"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8.1"
}
Done.