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 main (ec258d), with Swift 6.1 for macOS (SPM) on 6 Sep 2025 09:14:51 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/AsyncFileMonitor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ec258da docs: update documentation for multicast approach
Cloned https://github.com/CleanCocoa/AsyncFileMonitor.git
Revision (git rev-parse @):
ec258da8a7a2fcd5d5f8db3a913ca4c1b6dfc79a
SUCCESS checkout https://github.com/CleanCocoa/AsyncFileMonitor.git at main
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.12s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.37s)
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.68s)
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
[3/274] Fetching asyncfilemonitor
Fetched https://github.com/CleanCocoa/AsyncFileMonitor.git from cache (0.75s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.64s)
Creating working copy for https://github.com/CleanCocoa/AsyncFileMonitor.git
Working copy of https://github.com/CleanCocoa/AsyncFileMonitor.git resolved at main (ec258da)
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 sources
[4/17] Write watch-entitlement.plist
[5/17] Write sources
[13/17] Write swift-version-2F0A5646E1D333AE.txt
[15/31] Compiling InternalCollectionsUtilities Debugging.swift
[16/31] Compiling InternalCollectionsUtilities Descriptions.swift
[17/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/32] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/32] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/32] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/32] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/32] Emitting module InternalCollectionsUtilities
[27/32] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/32] Compiling InternalCollectionsUtilities Integer rank.swift
[29/32] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/314] Compiling DequeModule _DequeSlot.swift
[31/314] Compiling DequeModule _DequeBufferHeader.swift
[32/315] Compiling DequeModule _DequeBuffer.swift
[33/315] Compiling HeapModule Heap.swift
[34/315] Compiling HeapModule _HeapNode.swift
[35/315] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/315] Compiling HeapModule Heap+Invariants.swift
[37/315] Compiling HeapModule Heap+Descriptions.swift
[38/315] Compiling HeapModule Heap+UnsafeHandle.swift
[39/315] Emitting module HeapModule
[40/315] Compiling HashTreeCollections _HashNode+Debugging.swift
[41/315] Compiling _RopeModule BigString+Metrics.swift
[42/315] Compiling _RopeModule BigString+Summary.swift
[43/315] Compiling HashTreeCollections _HashNode+Lookups.swift
[44/315] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[45/315] Compiling _RopeModule BigString+Chunk+Breaks.swift
[46/315] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[47/315] Compiling _RopeModule BigString+Hashing.swift
[48/315] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[49/315] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[50/315] Compiling _RopeModule BigString+Sequence.swift
[51/315] Compiling _RopeModule BigString+TextOutputStream.swift
[52/320] Compiling _RopeModule BigString+Append.swift
[53/320] Compiling _RopeModule BigString+Initializers.swift
[54/320] Compiling _RopeModule BigString+Insert.swift
[55/320] Compiling _RopeModule BigString+Managing Breaks.swift
[56/320] Compiling _RopeModule BigString+RemoveSubrange.swift
[57/320] Compiling _RopeModule BigString+ReplaceSubrange.swift
[58/320] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[59/320] Compiling HashTreeCollections _RawHashNode.swift
[60/320] Compiling HashTreeCollections _UnmanagedHashNode.swift
[61/320] Compiling HashTreeCollections _UnsafePath.swift
[62/320] Compiling HashTreeCollections TreeDictionary+Codable.swift
[63/320] Compiling HashTreeCollections TreeDictionary+Collection.swift
[64/320] Compiling _RopeModule Range+BigString.swift
[65/320] Compiling _RopeModule BigString+UTF16View.swift
[66/320] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[67/320] Compiling HashTreeCollections TreeDictionary+Keys.swift
[68/320] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[69/320] Compiling HashTreeCollections TreeDictionary+Merge.swift
[70/326] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[71/326] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[72/326] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[73/326] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[74/326] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[75/326] Compiling BitCollections BitSet.swift
[76/326] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/326] Compiling HashTreeCollections TreeSet+Equatable.swift
[78/326] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[79/326] Compiling HashTreeCollections TreeSet+Extras.swift
[80/326] Compiling HashTreeCollections TreeSet+Filter.swift
[81/326] Compiling HashTreeCollections TreeSet+Hashable.swift
[82/326] Compiling HashTreeCollections TreeSet+Sendable.swift
[83/326] Compiling HashTreeCollections TreeSet+Sequence.swift
[84/326] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[85/326] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[86/326] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[87/326] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[88/326] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[89/326] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[90/326] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[91/326] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[92/326] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[93/334] Compiling _RopeModule BigString+Split.swift
[105/334] Compiling HashTreeCollections _HashNode+Storage.swift
[106/334] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[107/334] Compiling HashTreeCollections _HashNode+Structural filter.swift
[108/334] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[109/334] Compiling _RopeModule BigString+Chunk+Splitting.swift
[110/334] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[116/334] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[121/334] Compiling _RopeModule BigString+Ingester.swift
[122/334] Compiling _RopeModule BigString+Invariants.swift
[125/334] Compiling HashTreeCollections _Bucket.swift
[126/334] Compiling _RopeModule BigString+Index.swift
[127/334] Compiling HashTreeCollections _AncestorHashSlots.swift
[128/334] Compiling HashTreeCollections _Bitmap.swift
[143/334] Compiling OrderedCollections OrderedSet+SubSequence.swift
[144/334] Compiling OrderedCollections OrderedSet+Testing.swift
[145/334] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[146/334] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/334] Compiling OrderedCollections OrderedSet.swift
[148/334] Compiling OrderedCollections _UnsafeBitset.swift
[156/334] Compiling _RopeModule BigString+BidirectionalCollection.swift
[157/334] Compiling _RopeModule BigString+Comparable.swift
[158/334] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[159/334] Compiling _RopeModule BigString+CustomStringConvertible.swift
[160/334] Compiling _RopeModule BigString+Equatable.swift
[172/334] Emitting module BitCollections
[179/334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/334] Compiling HashTreeCollections TreeSet.swift
[193/334] Emitting module DequeModule
[303/341] Emitting module OrderedCollections
[322/341] Compiling _RopeModule Rope+Remove.swift
[323/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[324/341] Compiling _RopeModule Rope+Split.swift
[325/341] Compiling _RopeModule Optional Utilities.swift
[326/341] Compiling _RopeModule String Utilities.swift
[327/341] Compiling _RopeModule String.Index+ABI.swift
[328/341] Compiling _RopeModule _CharacterRecognizer.swift
[329/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 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
[343/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
[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 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
[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] 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] 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] Write Objects.LinkFileList
[349/351] Linking watch
[350/351] Applying watch
Build complete! (18.48s)
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.