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 AsyncFileMonitor, reference 1.0.0 (df573c), with Swift 6.1 for macOS (SPM) on 5 Sep 2025 08:57:05 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/AsyncFileMonitor.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/AsyncFileMonitor
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at df573cb chore: update docs and references
Cloned https://github.com/CleanCocoa/AsyncFileMonitor.git
Revision (git rev-parse @):
df573cba62a5845a1a98d96bef7a22b5ccb9557b
SUCCESS checkout https://github.com/CleanCocoa/AsyncFileMonitor.git at 1.0.0
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git from cache
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (5.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "asyncfilemonitor",
      "name": "AsyncFileMonitor",
      "url": "https://github.com/CleanCocoa/AsyncFileMonitor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncFileMonitor",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CleanCocoa/AsyncFileMonitor.git
[1/265] Fetching asyncfilemonitor
Fetched https://github.com/CleanCocoa/AsyncFileMonitor.git from cache (0.84s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.59s)
Creating working copy for https://github.com/CleanCocoa/AsyncFileMonitor.git
Working copy of https://github.com/CleanCocoa/AsyncFileMonitor.git resolved at 1.0.0 (df573cb)
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
warning: '.resolve-product-dependencies': dependency 'asyncfilemonitor' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CleanCocoa/AsyncFileMonitor.git
https://github.com/CleanCocoa/AsyncFileMonitor.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AsyncFileMonitor",
  "name" : "AsyncFileMonitor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncFileMonitor",
      "targets" : [
        "AsyncFileMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "watch",
      "targets" : [
        "watch"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "watch",
      "module_type" : "SwiftTarget",
      "name" : "watch",
      "path" : "Sources/watch",
      "product_memberships" : [
        "watch"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AsyncFileMonitor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RaceConditionTests",
      "module_type" : "SwiftTarget",
      "name" : "RaceConditionTests",
      "path" : "Tests/RaceConditionTests",
      "sources" : [
        "0_FSEventStreamBaseline.swift",
        "1_FSEventStreamRaceConditions.swift",
        "2_ActorExecutorCoordination.swift",
        "2_ActorExecutorCoordination/TestActorBasedFileMonitor.swift",
        "2_ActorExecutorCoordination/TestFileSystemEventExecutor.swift",
        "2_ActorExecutorCoordination/TestFileSystemEventStream.swift",
        "2_ActorExecutorCoordination/TestFolderContentMonitor.swift",
        "2_ActorExecutorCoordination/TestStreamRegistrar.swift",
        "3_EventOrderingRegressions.swift",
        "4_DirectAsyncStream.swift",
        "Helpers/EventCollector.swift",
        "Helpers/FSEventStreamTestRunner.swift",
        "Helpers/TestAssertions.swift",
        "Helpers/TestConfiguration.swift"
      ],
      "target_dependencies" : [
        "AsyncFileMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncFileMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncFileMonitorTests",
      "path" : "Tests/AsyncFileMonitorTests",
      "sources" : [
        "AsyncFileMonitorTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "AsyncFileMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncFileMonitor",
      "module_type" : "SwiftTarget",
      "name" : "AsyncFileMonitor",
      "path" : "Sources/AsyncFileMonitor",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "AsyncFileMonitor",
        "watch"
      ],
      "sources" : [
        "Change.swift",
        "FileSystemEventStream.swift",
        "FolderContentChangeEvent.swift",
        "FolderContentMonitor.swift",
        "MulticastAsyncStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/17] Write watch-entitlement.plist
[2/17] Write sources
[13/17] Write swift-version-2F0A5646E1D333AE.txt
[15/31] Compiling InternalCollectionsUtilities Descriptions.swift
[16/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/31] Compiling InternalCollectionsUtilities Debugging.swift
[19/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/32] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/32] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/32] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/32] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/32] Emitting module InternalCollectionsUtilities
[25/32] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/32] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/32] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/32] Compiling InternalCollectionsUtilities Integer rank.swift
[29/32] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/314] Compiling HashTreeCollections _Bucket.swift
[31/314] Compiling HashTreeCollections _Hash.swift
[32/315] Compiling DequeModule _DequeBuffer.swift
[33/315] Compiling DequeModule _DequeBufferHeader.swift
[34/315] Compiling DequeModule _DequeSlot.swift
[35/315] Compiling HeapModule Heap+Invariants.swift
[36/315] Compiling HeapModule _HeapNode.swift
[37/315] Compiling HeapModule Heap.swift
[38/315] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/315] Compiling HeapModule Heap+UnsafeHandle.swift
[40/315] Compiling HeapModule Heap+Descriptions.swift
[41/315] Emitting module HeapModule
[42/315] Compiling HashTreeCollections _HashNode+Debugging.swift
[43/315] Compiling _RopeModule BigString+Metrics.swift
[44/315] Compiling HashTreeCollections _HashLevel.swift
[45/315] Compiling HashTreeCollections _HashNode+Builder.swift
[46/315] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[47/315] Compiling HashTreeCollections _HashNode.swift
[48/315] Compiling HashTreeCollections _HashNodeHeader.swift
[49/315] Compiling HashTreeCollections _HashSlot.swift
[50/315] Compiling HashTreeCollections _HashStack.swift
[51/315] Compiling HashTreeCollections _HashTreeIterator.swift
[52/321] Compiling HashTreeCollections _HashNode+Structural union.swift
[53/321] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[54/321] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[55/321] Compiling HashTreeCollections _RawHashNode.swift
[56/321] Compiling HashTreeCollections _UnmanagedHashNode.swift
[57/321] Compiling HashTreeCollections _UnsafePath.swift
[58/326] Compiling HashTreeCollections TreeSet+Equatable.swift
[59/326] Compiling BitCollections BitSet.swift
[60/326] Compiling BitCollections Range+Utilities.swift
[61/326] Compiling BitCollections Slice+Utilities.swift
[62/326] Compiling BitCollections UInt+Tricks.swift
[63/326] Compiling BitCollections _Word.swift
[64/326] Compiling OrderedCollections OrderedSet.swift
[65/326] Compiling OrderedCollections _UnsafeBitset.swift
[66/334] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/334] Compiling HashTreeCollections TreeDictionary+Codable.swift
[68/334] Compiling HashTreeCollections TreeDictionary+Collection.swift
[69/334] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[70/334] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/334] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[72/334] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[73/334] Compiling HashTreeCollections TreeDictionary+Keys.swift
[74/334] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[75/334] Compiling HashTreeCollections TreeDictionary+Merge.swift
[76/334] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[79/334] Compiling HashTreeCollections _HashTreeStatistics.swift
[80/334] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[81/334] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[82/334] Compiling HashTreeCollections TreeDictionary+Filter.swift
[83/334] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[84/334] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[85/334] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[97/334] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[98/334] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[99/334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[100/334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[101/334] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[102/334] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[103/334] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[104/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[105/334] Compiling HashTreeCollections _HashNode+Invariants.swift
[106/334] Compiling HashTreeCollections _HashNode+Lookups.swift
[107/334] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[108/334] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[114/334] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[115/334] Compiling HashTreeCollections _HashNode+Storage.swift
[116/334] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[117/334] Compiling HashTreeCollections _HashNode+Structural filter.swift
[118/334] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[119/334] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[120/334] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[121/334] Compiling HashTreeCollections _AncestorHashSlots.swift
[122/334] Compiling HashTreeCollections _Bitmap.swift
[137/334] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[138/334] Compiling HashTreeCollections TreeDictionary+Values.swift
[139/334] Compiling HashTreeCollections TreeDictionary.swift
[140/334] Compiling HashTreeCollections TreeSet+Codable.swift
[141/334] Compiling HashTreeCollections TreeSet+Collection.swift
[142/334] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[143/334] Compiling HashTreeCollections TreeSet+Debugging.swift
[144/334] Compiling HashTreeCollections TreeSet+Descriptions.swift
[164/334] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[165/334] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[166/334] Compiling HashTreeCollections _HashNode+Structural merge.swift
[167/334] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[168/334] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[174/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[175/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[176/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[177/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[178/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[179/334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[180/334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[181/334] Compiling HashTreeCollections TreeSet.swift
[182/334] Emitting module BitCollections
[195/334] Emitting module DequeModule
[295/341] Emitting module OrderedCollections
[314/341] Compiling _RopeModule Rope+Remove.swift
[315/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[316/341] Compiling _RopeModule Rope+Split.swift
[317/341] Compiling _RopeModule Optional Utilities.swift
[318/341] Compiling _RopeModule String Utilities.swift
[319/341] Compiling _RopeModule String.Index+ABI.swift
[320/341] Compiling _RopeModule _CharacterRecognizer.swift
[321/341] Emitting module _RopeModule
[338/341] Emitting module HashTreeCollections
[339/343] Emitting module Collections
[340/343] Compiling Collections Collections.swift
[341/349] Compiling AsyncFileMonitor FolderContentMonitor.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
[342/349] Compiling AsyncFileMonitor FolderContentChangeEvent.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
[343/349] Compiling AsyncFileMonitor Change.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
[344/349] Emitting module AsyncFileMonitor
<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
[345/349] Compiling AsyncFileMonitor FileSystemEventStream.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
[346/349] Compiling AsyncFileMonitor MulticastAsyncStream.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
[347/351] Compiling watch main.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
[348/351] Emitting module watch
<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
[348/351] Write Objects.LinkFileList
[349/351] Linking watch
[350/351] Applying watch
Build complete! (18.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AsyncFileMonitor",
  "name" : "AsyncFileMonitor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncFileMonitor",
      "targets" : [
        "AsyncFileMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "watch",
      "targets" : [
        "watch"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "watch",
      "module_type" : "SwiftTarget",
      "name" : "watch",
      "path" : "Sources/watch",
      "product_memberships" : [
        "watch"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AsyncFileMonitor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RaceConditionTests",
      "module_type" : "SwiftTarget",
      "name" : "RaceConditionTests",
      "path" : "Tests/RaceConditionTests",
      "sources" : [
        "0_FSEventStreamBaseline.swift",
        "1_FSEventStreamRaceConditions.swift",
        "2_ActorExecutorCoordination.swift",
        "2_ActorExecutorCoordination/TestActorBasedFileMonitor.swift",
        "2_ActorExecutorCoordination/TestFileSystemEventExecutor.swift",
        "2_ActorExecutorCoordination/TestFileSystemEventStream.swift",
        "2_ActorExecutorCoordination/TestFolderContentMonitor.swift",
        "2_ActorExecutorCoordination/TestStreamRegistrar.swift",
        "3_EventOrderingRegressions.swift",
        "4_DirectAsyncStream.swift",
        "Helpers/EventCollector.swift",
        "Helpers/FSEventStreamTestRunner.swift",
        "Helpers/TestAssertions.swift",
        "Helpers/TestConfiguration.swift"
      ],
      "target_dependencies" : [
        "AsyncFileMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncFileMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncFileMonitorTests",
      "path" : "Tests/AsyncFileMonitorTests",
      "sources" : [
        "AsyncFileMonitorTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "AsyncFileMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncFileMonitor",
      "module_type" : "SwiftTarget",
      "name" : "AsyncFileMonitor",
      "path" : "Sources/AsyncFileMonitor",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "AsyncFileMonitor",
        "watch"
      ],
      "sources" : [
        "Change.swift",
        "FileSystemEventStream.swift",
        "FolderContentChangeEvent.swift",
        "FolderContentMonitor.swift",
        "MulticastAsyncStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.