The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncFileMonitor, reference main (459ec1), with Swift 6.1 for Linux on 1 Oct 2025 06:54:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/AsyncFileMonitor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CleanCocoa/AsyncFileMonitor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 459ec12 Merge pull request #2 from vanvoorden/ordered-collections
Cloned https://github.com/CleanCocoa/AsyncFileMonitor.git
Revision (git rev-parse @):
459ec128b1b5bffa400bde3127974f0d8029e338
SUCCESS checkout https://github.com/CleanCocoa/AsyncFileMonitor.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CleanCocoa/AsyncFileMonitor.git
https://github.com/CleanCocoa/AsyncFileMonitor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : [
        "Watch.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" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "AsyncFileMonitor",
        "watch"
      ],
      "sources" : [
        "Change.swift",
        "FileSystemEventStream.swift",
        "FolderContentChangeEvent.swift",
        "FolderContentMonitor.swift",
        "MulticastAsyncStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[2095/20072] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.19s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3538] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/29] Emitting module InternalCollectionsUtilities
<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
[9/31] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.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
[10/31] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.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
[11/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.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
[12/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.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
[13/31] Compiling InternalCollectionsUtilities LifetimeOverride.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
[14/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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
[15/31] Compiling InternalCollectionsUtilities _SortedCollection.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
[16/31] Compiling InternalCollectionsUtilities _UniqueCollection.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
[17/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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
[18/31] Compiling InternalCollectionsUtilities Integer rank.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
[19/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.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
[20/31] Compiling InternalCollectionsUtilities UInt+reversed.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
[21/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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
[22/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.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
[23/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.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
[24/31] Compiling InternalCollectionsUtilities Debugging.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
[25/31] Compiling InternalCollectionsUtilities Descriptions.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
[26/32] Wrapping AST for InternalCollectionsUtilities for debugging
[28/87] Compiling OrderedCollections OrderedDictionary.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
[29/87] Compiling OrderedCollections OrderedSet+Codable.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
[30/87] Compiling OrderedCollections OrderedSet+CustomReflectable.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
[31/87] Compiling OrderedCollections OrderedSet+Descriptions.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
[32/87] Compiling OrderedCollections OrderedSet+Diffing.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
[33/87] Compiling OrderedCollections OrderedSet+Equatable.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
[34/87] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.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
[35/87] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/94] Compiling OrderedCollections OrderedSet+Initializers.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
[37/94] Compiling OrderedCollections OrderedSet+Insertions.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
[38/94] Compiling OrderedCollections OrderedSet+Invariants.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
[39/94] Compiling OrderedCollections OrderedSet+Partial MutableCollection.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
[40/94] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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
[41/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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
[42/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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
[43/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
[44/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[45/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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
[46/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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
[47/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[48/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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
[49/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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
[50/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
[51/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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
[52/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[53/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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
[54/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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
[55/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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
[56/94] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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
[57/94] Compiling OrderedCollections OrderedSet+ReserveCapacity.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
[58/94] Compiling OrderedCollections OrderedDictionary+Codable.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
[59/94] Compiling OrderedCollections OrderedDictionary+CustomReflectable.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
[60/94] Compiling OrderedCollections OrderedDictionary+Deprecations.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
[61/94] Compiling OrderedCollections OrderedDictionary+Descriptions.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
[62/94] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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
[63/94] Compiling OrderedCollections OrderedDictionary+Elements.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
[64/94] Compiling OrderedCollections OrderedDictionary+Equatable.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
[65/94] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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
[66/94] Compiling OrderedCollections OrderedDictionary+Hashable.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
[67/94] Compiling OrderedCollections OrderedDictionary+Initializers.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
[68/94] Compiling OrderedCollections OrderedDictionary+Invariants.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
[69/94] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.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
[70/94] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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
[71/94] Compiling OrderedCollections OrderedDictionary+Sendable.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
[72/94] Compiling OrderedCollections OrderedDictionary+Sequence.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
[73/94] Compiling OrderedCollections OrderedDictionary+Values.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
[74/94] Compiling OrderedCollections _HashTable+Bucket.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
[75/94] Compiling OrderedCollections _HashTable+BucketIterator.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
[76/94] Compiling OrderedCollections _HashTable+Constants.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
[77/94] Compiling OrderedCollections _HashTable+CustomStringConvertible.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
[78/94] Compiling OrderedCollections _HashTable+Testing.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
[79/94] Compiling OrderedCollections _HashTable+UnsafeHandle.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
[80/94] Compiling OrderedCollections _HashTable.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
[81/94] Compiling OrderedCollections _Hashtable+Header.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
[82/94] Emitting module OrderedCollections
<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
[83/94] Compiling OrderedCollections OrderedSet+Sendable.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
[84/94] Compiling OrderedCollections OrderedSet+SubSequence.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
[85/94] Compiling OrderedCollections OrderedSet+Testing.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
[86/94] Compiling OrderedCollections OrderedSet+UnorderedView.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
[87/94] Compiling OrderedCollections OrderedSet+UnstableInternals.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
[88/94] Compiling OrderedCollections OrderedSet.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
[89/94] Compiling OrderedCollections _UnsafeBitset.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
[90/95] Wrapping AST for OrderedCollections for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/101] 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
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:31:26: error: cannot find type 'FSEventStreamEventFlags' in scope
 29 | 	///
 30 | 	/// - Parameter eventFlags: The `FSEventStreamEventFlags` to convert.
 31 | 	public init(eventFlags: FSEventStreamEventFlags) {
    |                          `- error: cannot find type 'FSEventStreamEventFlags' in scope
 32 | 		self.rawValue = Int(eventFlags)
 33 | 	}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:36:51: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 34 |
 35 | 	/// The changed item is a directory.
 36 | 	public static let isDirectory = Change(rawValue: kFSEventStreamEventFlagItemIsDir)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 37 |
 38 | 	/// The changed item is a file.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:39:46: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 37 |
 38 | 	/// The changed item is a file.
 39 | 	public static let isFile = Change(rawValue: kFSEventStreamEventFlagItemIsFile)
    |                                              `- error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 40 |
 41 | 	/// The changed item is a hard link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:42:50: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 40 |
 41 | 	/// The changed item is a hard link.
 42 | 	public static let isHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsHardlink)
    |                                                  `- error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:45:54: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
 45 | 	public static let isLastHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsLastHardlink)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:48:49: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
 48 | 	public static let isSymlink = Change(rawValue: kFSEventStreamEventFlagItemIsSymlink)
    |                                                 `- error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 49 |
 50 | 	/// The item was created.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:51:47: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 49 |
 50 | 	/// The item was created.
 51 | 	public static let created = Change(rawValue: kFSEventStreamEventFlagItemCreated)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 52 |
 53 | 	/// The item was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:54:48: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 52 |
 53 | 	/// The item was modified.
 54 | 	public static let modified = Change(rawValue: kFSEventStreamEventFlagItemModified)
    |                                                `- error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 55 |
 56 | 	/// The item was removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:57:47: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 55 |
 56 | 	/// The item was removed.
 57 | 	public static let removed = Change(rawValue: kFSEventStreamEventFlagItemRemoved)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 58 |
 59 | 	/// The item was renamed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:60:47: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 58 |
 59 | 	/// The item was renamed.
 60 | 	public static let renamed = Change(rawValue: kFSEventStreamEventFlagItemRenamed)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 61 |
 62 | 	/// The item's owner was changed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:63:51: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 61 |
 62 | 	/// The item's owner was changed.
 63 | 	public static let changeOwner = Change(rawValue: kFSEventStreamEventFlagItemChangeOwner)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:66:58: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
 66 | 	public static let finderInfoModified = Change(rawValue: kFSEventStreamEventFlagItemFinderInfoMod)
    |                                                          `- error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:69:57: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
 69 | 	public static let inodeMetaModified = Change(rawValue: kFSEventStreamEventFlagItemInodeMetaMod)
    |                                                         `- error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:72:54: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
 72 | 	public static let xattrsModified = Change(rawValue: kFSEventStreamEventFlagItemXattrMod)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 73 | }
 74 |
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:38:40: error: cannot find type 'FSEventStreamCallback' in scope
 36 | /// Direct FSEventStream callback that forwards events to the provided handler.
 37 | /// This eliminates Swift concurrency Task scheduling and prevents event reordering.
 38 | private let directEventStreamCallback: FSEventStreamCallback = {
    |                                        `- error: cannot find type 'FSEventStreamCallback' in scope
 39 | 	(stream, contextInfo, numEvents, eventPaths, eventFlags, eventIDs) in
 40 | 	guard let contextInfo else { return }
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:61:25: error: cannot find type 'FSEventStreamRef' in scope
 59 | /// The FileSystemEventStream has exactly one "port" - the event handler closure.
 60 | final class FileSystemEventStream {
 61 | 	private let streamRef: FSEventStreamRef
    |                         `- error: cannot find type 'FSEventStreamRef' in scope
 62 | 	private let queue: DispatchQueue
 63 | 	private let eventHandlerBox: EventHandlerBox
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:75:14: error: cannot find type 'FSEventStreamEventId' in scope
 73 | 	init(
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 76 | 		latency: CFTimeInterval,
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:76:12: error: cannot find type 'CFTimeInterval' in scope
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
 76 | 		latency: CFTimeInterval,
    |            `- error: cannot find type 'CFTimeInterval' in scope
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
 78 | 	) throws {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:21:17: error: cannot find type 'FSEventStreamEventId' in scope
19 | 	///
20 | 	/// This is an alias for ``eventID`` to satisfy the `Identifiable` protocol.
21 | 	public var id: FSEventStreamEventId { eventID }
   |                 `- error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:24:22: error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
24 | 	public let eventID: FSEventStreamEventId
   |                      `- error: cannot find type 'FSEventStreamEventId' in scope
25 |
26 | 	/// The file system path where the change occurred.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:50:12: error: cannot find type 'FSEventStreamEventId' in scope
48 | 	///   - change: The ``Change`` flags describing what happened
49 | 	public init(
50 | 		eventID: FSEventStreamEventId,
   |            `- error: cannot find type 'FSEventStreamEventId' in scope
51 | 		eventPath: String,
52 | 		change: Change
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:58:22: error: cannot find type 'CFTimeInterval' in scope
 56 | 	/// Interval (in seconds) that the system should wait before reporting events,
 57 | 	/// allowing multiple related events to be coalesced. A value of `0.0` means no delay.
 58 | 	public let latency: CFTimeInterval
    |                      `- error: cannot find type 'CFTimeInterval' in scope
 59 |
 60 | 	/// The FSEventStreamEventId to start from.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:64:24: error: cannot find type 'FSEventStreamEventId' in scope
 62 | 	/// This determines which events should be reported. Use `kFSEventStreamEventIdSinceNow`
 63 | 	/// to only receive events that occur after monitoring starts.
 64 | 	public let sinceWhen: FSEventStreamEventId
    |                        `- error: cannot find type 'FSEventStreamEventId' in scope
 65 |
 66 | 	/// Create a new monitor for the specified paths.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:74:14: error: cannot find type 'FSEventStreamEventId' in scope
 72 | 	public init(
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 75 | 		latency: CFTimeInterval = 0
 76 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:75:12: error: cannot find type 'CFTimeInterval' in scope
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 75 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 76 | 	) {
 77 | 		self.paths = paths
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:90:14: error: cannot find type 'FSEventStreamEventId' in scope
 88 | 	public convenience init(
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 91 | 		latency: CFTimeInterval = 0
 92 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:91:12: error: cannot find type 'CFTimeInterval' in scope
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 91 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 92 | 	) {
 93 | 		precondition(url.isFileURL)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:184:14: error: cannot find type 'FSEventStreamEventId' in scope
182 | 	public static func makeStream(
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
185 | 		latency: CFTimeInterval = 0
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:185:12: error: cannot find type 'CFTimeInterval' in scope
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
185 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
187 | 		let monitor = FolderContentMonitor(
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:218:14: error: cannot find type 'FSEventStreamEventId' in scope
216 | 	public static func makeStream(
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
219 | 		latency: CFTimeInterval = 0
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:219:12: error: cannot find type 'CFTimeInterval' in scope
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
219 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
221 | 		let monitor = FolderContentMonitor(
[93/101] 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
[94/101] 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
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:31:26: error: cannot find type 'FSEventStreamEventFlags' in scope
 29 | 	///
 30 | 	/// - Parameter eventFlags: The `FSEventStreamEventFlags` to convert.
 31 | 	public init(eventFlags: FSEventStreamEventFlags) {
    |                          `- error: cannot find type 'FSEventStreamEventFlags' in scope
 32 | 		self.rawValue = Int(eventFlags)
 33 | 	}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:36:51: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 34 |
 35 | 	/// The changed item is a directory.
 36 | 	public static let isDirectory = Change(rawValue: kFSEventStreamEventFlagItemIsDir)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 37 |
 38 | 	/// The changed item is a file.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:39:46: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 37 |
 38 | 	/// The changed item is a file.
 39 | 	public static let isFile = Change(rawValue: kFSEventStreamEventFlagItemIsFile)
    |                                              `- error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 40 |
 41 | 	/// The changed item is a hard link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:42:50: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 40 |
 41 | 	/// The changed item is a hard link.
 42 | 	public static let isHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsHardlink)
    |                                                  `- error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:45:54: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
 45 | 	public static let isLastHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsLastHardlink)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:48:49: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
 48 | 	public static let isSymlink = Change(rawValue: kFSEventStreamEventFlagItemIsSymlink)
    |                                                 `- error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 49 |
 50 | 	/// The item was created.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:51:47: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 49 |
 50 | 	/// The item was created.
 51 | 	public static let created = Change(rawValue: kFSEventStreamEventFlagItemCreated)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 52 |
 53 | 	/// The item was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:54:48: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 52 |
 53 | 	/// The item was modified.
 54 | 	public static let modified = Change(rawValue: kFSEventStreamEventFlagItemModified)
    |                                                `- error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 55 |
 56 | 	/// The item was removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:57:47: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 55 |
 56 | 	/// The item was removed.
 57 | 	public static let removed = Change(rawValue: kFSEventStreamEventFlagItemRemoved)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 58 |
 59 | 	/// The item was renamed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:60:47: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 58 |
 59 | 	/// The item was renamed.
 60 | 	public static let renamed = Change(rawValue: kFSEventStreamEventFlagItemRenamed)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 61 |
 62 | 	/// The item's owner was changed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:63:51: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 61 |
 62 | 	/// The item's owner was changed.
 63 | 	public static let changeOwner = Change(rawValue: kFSEventStreamEventFlagItemChangeOwner)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:66:58: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
 66 | 	public static let finderInfoModified = Change(rawValue: kFSEventStreamEventFlagItemFinderInfoMod)
    |                                                          `- error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:69:57: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
 69 | 	public static let inodeMetaModified = Change(rawValue: kFSEventStreamEventFlagItemInodeMetaMod)
    |                                                         `- error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:72:54: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
 72 | 	public static let xattrsModified = Change(rawValue: kFSEventStreamEventFlagItemXattrMod)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 73 | }
 74 |
[95/101] 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
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:21:17: error: cannot find type 'FSEventStreamEventId' in scope
19 | 	///
20 | 	/// This is an alias for ``eventID`` to satisfy the `Identifiable` protocol.
21 | 	public var id: FSEventStreamEventId { eventID }
   |                 `- error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:24:22: error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
24 | 	public let eventID: FSEventStreamEventId
   |                      `- error: cannot find type 'FSEventStreamEventId' in scope
25 |
26 | 	/// The file system path where the change occurred.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:50:12: error: cannot find type 'FSEventStreamEventId' in scope
48 | 	///   - change: The ``Change`` flags describing what happened
49 | 	public init(
50 | 		eventID: FSEventStreamEventId,
   |            `- error: cannot find type 'FSEventStreamEventId' in scope
51 | 		eventPath: String,
52 | 		change: Change
[96/101] 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
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:58:22: error: cannot find type 'CFTimeInterval' in scope
 56 | 	/// Interval (in seconds) that the system should wait before reporting events,
 57 | 	/// allowing multiple related events to be coalesced. A value of `0.0` means no delay.
 58 | 	public let latency: CFTimeInterval
    |                      `- error: cannot find type 'CFTimeInterval' in scope
 59 |
 60 | 	/// The FSEventStreamEventId to start from.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:64:24: error: cannot find type 'FSEventStreamEventId' in scope
 62 | 	/// This determines which events should be reported. Use `kFSEventStreamEventIdSinceNow`
 63 | 	/// to only receive events that occur after monitoring starts.
 64 | 	public let sinceWhen: FSEventStreamEventId
    |                        `- error: cannot find type 'FSEventStreamEventId' in scope
 65 |
 66 | 	/// Create a new monitor for the specified paths.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:74:14: error: cannot find type 'FSEventStreamEventId' in scope
 72 | 	public init(
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 75 | 		latency: CFTimeInterval = 0
 76 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:75:12: error: cannot find type 'CFTimeInterval' in scope
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 75 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 76 | 	) {
 77 | 		self.paths = paths
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:90:14: error: cannot find type 'FSEventStreamEventId' in scope
 88 | 	public convenience init(
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 91 | 		latency: CFTimeInterval = 0
 92 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:91:12: error: cannot find type 'CFTimeInterval' in scope
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 91 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 92 | 	) {
 93 | 		precondition(url.isFileURL)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:184:14: error: cannot find type 'FSEventStreamEventId' in scope
182 | 	public static func makeStream(
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
185 | 		latency: CFTimeInterval = 0
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:185:12: error: cannot find type 'CFTimeInterval' in scope
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
185 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
187 | 		let monitor = FolderContentMonitor(
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:218:14: error: cannot find type 'FSEventStreamEventId' in scope
216 | 	public static func makeStream(
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
219 | 		latency: CFTimeInterval = 0
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:219:12: error: cannot find type 'CFTimeInterval' in scope
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
219 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
221 | 		let monitor = FolderContentMonitor(
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:75:14: error: cannot find type 'FSEventStreamEventId' in scope
 73 | 	init(
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 76 | 		latency: CFTimeInterval,
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:76:12: error: cannot find type 'CFTimeInterval' in scope
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
 76 | 		latency: CFTimeInterval,
    |            `- error: cannot find type 'CFTimeInterval' in scope
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
 78 | 	) throws {
[97/101] 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
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:38:40: error: cannot find type 'FSEventStreamCallback' in scope
 36 | /// Direct FSEventStream callback that forwards events to the provided handler.
 37 | /// This eliminates Swift concurrency Task scheduling and prevents event reordering.
 38 | private let directEventStreamCallback: FSEventStreamCallback = {
    |                                        `- error: cannot find type 'FSEventStreamCallback' in scope
 39 | 	(stream, contextInfo, numEvents, eventPaths, eventFlags, eventIDs) in
 40 | 	guard let contextInfo else { return }
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:61:25: error: cannot find type 'FSEventStreamRef' in scope
 59 | /// The FileSystemEventStream has exactly one "port" - the event handler closure.
 60 | final class FileSystemEventStream {
 61 | 	private let streamRef: FSEventStreamRef
    |                         `- error: cannot find type 'FSEventStreamRef' in scope
 62 | 	private let queue: DispatchQueue
 63 | 	private let eventHandlerBox: EventHandlerBox
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:75:14: error: cannot find type 'FSEventStreamEventId' in scope
 73 | 	init(
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 76 | 		latency: CFTimeInterval,
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:76:12: error: cannot find type 'CFTimeInterval' in scope
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
 76 | 		latency: CFTimeInterval,
    |            `- error: cannot find type 'CFTimeInterval' in scope
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
 78 | 	) throws {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:84:17: error: cannot find 'FSEventStreamContext' in scope
 82 | 		// Create the callback context - pass the event handler box as the context
 83 | 		let contextPointer = Unmanaged.passUnretained(eventHandlerBox).toOpaque()
 84 | 		var context = FSEventStreamContext(
    |                 `- error: cannot find 'FSEventStreamContext' in scope
 85 | 			version: 0,
 86 | 			info: contextPointer,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:87:12: error: 'nil' requires a contextual type
 85 | 			version: 0,
 86 | 			info: contextPointer,
 87 | 			retain: nil,
    |            `- error: 'nil' requires a contextual type
 88 | 			release: nil,
 89 | 			copyDescription: nil
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:88:13: error: 'nil' requires a contextual type
 86 | 			info: contextPointer,
 87 | 			retain: nil,
 88 | 			release: nil,
    |             `- error: 'nil' requires a contextual type
 89 | 			copyDescription: nil
 90 | 		)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:89:21: error: 'nil' requires a contextual type
 87 | 			retain: nil,
 88 | 			release: nil,
 89 | 			copyDescription: nil
    |                     `- error: 'nil' requires a contextual type
 90 | 		)
 91 |
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:92:22: error: cannot find 'kFSEventStreamCreateFlagUseCFTypes' in scope
 90 | 		)
 91 |
 92 | 		let flags = UInt32(kFSEventStreamCreateFlagUseCFTypes | kFSEventStreamCreateFlagFileEvents)
    |                      `- error: cannot find 'kFSEventStreamCreateFlagUseCFTypes' in scope
 93 |
 94 | 		guard
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:92:59: error: cannot find 'kFSEventStreamCreateFlagFileEvents' in scope
 90 | 		)
 91 |
 92 | 		let flags = UInt32(kFSEventStreamCreateFlagUseCFTypes | kFSEventStreamCreateFlagFileEvents)
    |                                                           `- error: cannot find 'kFSEventStreamCreateFlagFileEvents' in scope
 93 |
 94 | 		guard
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:95:17: error: cannot find 'FSEventStreamCreate' in scope
 93 |
 94 | 		guard
 95 | 			let stream = FSEventStreamCreate(
    |                 `- error: cannot find 'FSEventStreamCreate' in scope
 96 | 				kCFAllocatorDefault,
 97 | 				directEventStreamCallback,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:96:5: error: cannot find 'kCFAllocatorDefault' in scope
 94 | 		guard
 95 | 			let stream = FSEventStreamCreate(
 96 | 				kCFAllocatorDefault,
    |     `- error: cannot find 'kCFAllocatorDefault' in scope
 97 | 				directEventStreamCallback,
 98 | 				&context,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:99:14: error: cannot find type 'CFArray' in scope
 97 | 				directEventStreamCallback,
 98 | 				&context,
 99 | 				paths as CFArray,
    |              `- error: cannot find type 'CFArray' in scope
100 | 				sinceWhen,
101 | 				latency,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:112:3: error: cannot find 'FSEventStreamSetDispatchQueue' in scope
110 |
111 | 		// Configure the stream to use our queue and start monitoring
112 | 		FSEventStreamSetDispatchQueue(streamRef, queue)
    |   `- error: cannot find 'FSEventStreamSetDispatchQueue' in scope
113 |
114 | 		guard FSEventStreamStart(streamRef) else {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:114:9: error: cannot find 'FSEventStreamStart' in scope
112 | 		FSEventStreamSetDispatchQueue(streamRef, queue)
113 |
114 | 		guard FSEventStreamStart(streamRef) else {
    |         `- error: cannot find 'FSEventStreamStart' in scope
115 | 			FSEventStreamRelease(streamRef)
116 | 			throw FileSystemEventStreamError.startFailed
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:115:4: error: cannot find 'FSEventStreamRelease' in scope
113 |
114 | 		guard FSEventStreamStart(streamRef) else {
115 | 			FSEventStreamRelease(streamRef)
    |    `- error: cannot find 'FSEventStreamRelease' in scope
116 | 			throw FileSystemEventStreamError.startFailed
117 | 		}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:121:3: error: cannot find 'FSEventStreamStop' in scope
119 |
120 | 	deinit {
121 | 		FSEventStreamStop(streamRef)
    |   `- error: cannot find 'FSEventStreamStop' in scope
122 | 		FSEventStreamInvalidate(streamRef)
123 | 		FSEventStreamRelease(streamRef)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:122:3: error: cannot find 'FSEventStreamInvalidate' in scope
120 | 	deinit {
121 | 		FSEventStreamStop(streamRef)
122 | 		FSEventStreamInvalidate(streamRef)
    |   `- error: cannot find 'FSEventStreamInvalidate' in scope
123 | 		FSEventStreamRelease(streamRef)
124 | 	}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:123:3: error: cannot find 'FSEventStreamRelease' in scope
121 | 		FSEventStreamStop(streamRef)
122 | 		FSEventStreamInvalidate(streamRef)
123 | 		FSEventStreamRelease(streamRef)
    |   `- error: cannot find 'FSEventStreamRelease' in scope
124 | 	}
125 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write swift-version-24593BA9C3E375BF.txt
[4/25] Compiling InternalCollectionsUtilities Debugging.swift
[5/25] Compiling InternalCollectionsUtilities Descriptions.swift
[6/27] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[7/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/27] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/27] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/27] Emitting module InternalCollectionsUtilities
[15/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/27] Compiling InternalCollectionsUtilities Integer rank.swift
[19/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[24/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[25/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[26/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[27/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[28/82] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[29/82] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[30/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[31/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[32/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[33/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[34/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[35/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[36/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[37/89] Compiling OrderedCollections OrderedDictionary.swift
[38/89] Compiling OrderedCollections OrderedSet+Codable.swift
[39/89] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[40/89] Compiling OrderedCollections OrderedSet+Descriptions.swift
[41/89] Compiling OrderedCollections OrderedSet+Diffing.swift
[42/89] Compiling OrderedCollections OrderedSet+Equatable.swift
[43/89] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[44/89] Compiling OrderedCollections OrderedSet+Hashable.swift
[45/89] Compiling OrderedCollections OrderedSet+Initializers.swift
[46/89] Compiling OrderedCollections OrderedSet+Insertions.swift
[47/89] Compiling OrderedCollections OrderedSet+Invariants.swift
[48/89] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[49/89] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[50/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[51/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[52/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[53/89] Compiling OrderedCollections OrderedDictionary+Codable.swift
[54/89] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[55/89] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[56/89] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[57/89] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[58/89] Compiling OrderedCollections OrderedDictionary+Elements.swift
[59/89] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[60/89] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[61/89] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[62/89] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[63/89] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[64/89] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[65/89] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[66/89] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[67/89] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[68/89] Compiling OrderedCollections OrderedDictionary+Values.swift
[69/89] Compiling OrderedCollections OrderedSet+Sendable.swift
[70/89] Compiling OrderedCollections OrderedSet+SubSequence.swift
[71/89] Compiling OrderedCollections OrderedSet+Testing.swift
[72/89] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/89] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/89] Compiling OrderedCollections OrderedSet.swift
[75/89] Compiling OrderedCollections _UnsafeBitset.swift
[76/89] Compiling OrderedCollections _HashTable+Bucket.swift
[77/89] Compiling OrderedCollections _HashTable+BucketIterator.swift
[78/89] Compiling OrderedCollections _HashTable+Constants.swift
[79/89] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/89] Compiling OrderedCollections _HashTable+Testing.swift
[81/89] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[82/89] Compiling OrderedCollections _HashTable.swift
[83/89] Compiling OrderedCollections _Hashtable+Header.swift
[84/89] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[86/95] Emitting module AsyncFileMonitor
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:31:26: error: cannot find type 'FSEventStreamEventFlags' in scope
 29 | 	///
 30 | 	/// - Parameter eventFlags: The `FSEventStreamEventFlags` to convert.
 31 | 	public init(eventFlags: FSEventStreamEventFlags) {
    |                          `- error: cannot find type 'FSEventStreamEventFlags' in scope
 32 | 		self.rawValue = Int(eventFlags)
 33 | 	}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:36:51: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 34 |
 35 | 	/// The changed item is a directory.
 36 | 	public static let isDirectory = Change(rawValue: kFSEventStreamEventFlagItemIsDir)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 37 |
 38 | 	/// The changed item is a file.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:39:46: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 37 |
 38 | 	/// The changed item is a file.
 39 | 	public static let isFile = Change(rawValue: kFSEventStreamEventFlagItemIsFile)
    |                                              `- error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 40 |
 41 | 	/// The changed item is a hard link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:42:50: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 40 |
 41 | 	/// The changed item is a hard link.
 42 | 	public static let isHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsHardlink)
    |                                                  `- error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:45:54: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
 45 | 	public static let isLastHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsLastHardlink)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:48:49: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
 48 | 	public static let isSymlink = Change(rawValue: kFSEventStreamEventFlagItemIsSymlink)
    |                                                 `- error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 49 |
 50 | 	/// The item was created.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:51:47: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 49 |
 50 | 	/// The item was created.
 51 | 	public static let created = Change(rawValue: kFSEventStreamEventFlagItemCreated)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 52 |
 53 | 	/// The item was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:54:48: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 52 |
 53 | 	/// The item was modified.
 54 | 	public static let modified = Change(rawValue: kFSEventStreamEventFlagItemModified)
    |                                                `- error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 55 |
 56 | 	/// The item was removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:57:47: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 55 |
 56 | 	/// The item was removed.
 57 | 	public static let removed = Change(rawValue: kFSEventStreamEventFlagItemRemoved)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 58 |
 59 | 	/// The item was renamed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:60:47: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 58 |
 59 | 	/// The item was renamed.
 60 | 	public static let renamed = Change(rawValue: kFSEventStreamEventFlagItemRenamed)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 61 |
 62 | 	/// The item's owner was changed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:63:51: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 61 |
 62 | 	/// The item's owner was changed.
 63 | 	public static let changeOwner = Change(rawValue: kFSEventStreamEventFlagItemChangeOwner)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:66:58: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
 66 | 	public static let finderInfoModified = Change(rawValue: kFSEventStreamEventFlagItemFinderInfoMod)
    |                                                          `- error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:69:57: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
 69 | 	public static let inodeMetaModified = Change(rawValue: kFSEventStreamEventFlagItemInodeMetaMod)
    |                                                         `- error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:72:54: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
 72 | 	public static let xattrsModified = Change(rawValue: kFSEventStreamEventFlagItemXattrMod)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 73 | }
 74 |
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:38:40: error: cannot find type 'FSEventStreamCallback' in scope
 36 | /// Direct FSEventStream callback that forwards events to the provided handler.
 37 | /// This eliminates Swift concurrency Task scheduling and prevents event reordering.
 38 | private let directEventStreamCallback: FSEventStreamCallback = {
    |                                        `- error: cannot find type 'FSEventStreamCallback' in scope
 39 | 	(stream, contextInfo, numEvents, eventPaths, eventFlags, eventIDs) in
 40 | 	guard let contextInfo else { return }
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:61:25: error: cannot find type 'FSEventStreamRef' in scope
 59 | /// The FileSystemEventStream has exactly one "port" - the event handler closure.
 60 | final class FileSystemEventStream {
 61 | 	private let streamRef: FSEventStreamRef
    |                         `- error: cannot find type 'FSEventStreamRef' in scope
 62 | 	private let queue: DispatchQueue
 63 | 	private let eventHandlerBox: EventHandlerBox
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:75:14: error: cannot find type 'FSEventStreamEventId' in scope
 73 | 	init(
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 76 | 		latency: CFTimeInterval,
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:76:12: error: cannot find type 'CFTimeInterval' in scope
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
 76 | 		latency: CFTimeInterval,
    |            `- error: cannot find type 'CFTimeInterval' in scope
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
 78 | 	) throws {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:21:17: error: cannot find type 'FSEventStreamEventId' in scope
19 | 	///
20 | 	/// This is an alias for ``eventID`` to satisfy the `Identifiable` protocol.
21 | 	public var id: FSEventStreamEventId { eventID }
   |                 `- error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:24:22: error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
24 | 	public let eventID: FSEventStreamEventId
   |                      `- error: cannot find type 'FSEventStreamEventId' in scope
25 |
26 | 	/// The file system path where the change occurred.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:50:12: error: cannot find type 'FSEventStreamEventId' in scope
48 | 	///   - change: The ``Change`` flags describing what happened
49 | 	public init(
50 | 		eventID: FSEventStreamEventId,
   |            `- error: cannot find type 'FSEventStreamEventId' in scope
51 | 		eventPath: String,
52 | 		change: Change
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:58:22: error: cannot find type 'CFTimeInterval' in scope
 56 | 	/// Interval (in seconds) that the system should wait before reporting events,
 57 | 	/// allowing multiple related events to be coalesced. A value of `0.0` means no delay.
 58 | 	public let latency: CFTimeInterval
    |                      `- error: cannot find type 'CFTimeInterval' in scope
 59 |
 60 | 	/// The FSEventStreamEventId to start from.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:64:24: error: cannot find type 'FSEventStreamEventId' in scope
 62 | 	/// This determines which events should be reported. Use `kFSEventStreamEventIdSinceNow`
 63 | 	/// to only receive events that occur after monitoring starts.
 64 | 	public let sinceWhen: FSEventStreamEventId
    |                        `- error: cannot find type 'FSEventStreamEventId' in scope
 65 |
 66 | 	/// Create a new monitor for the specified paths.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:74:14: error: cannot find type 'FSEventStreamEventId' in scope
 72 | 	public init(
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 75 | 		latency: CFTimeInterval = 0
 76 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:75:12: error: cannot find type 'CFTimeInterval' in scope
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 75 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 76 | 	) {
 77 | 		self.paths = paths
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:90:14: error: cannot find type 'FSEventStreamEventId' in scope
 88 | 	public convenience init(
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 91 | 		latency: CFTimeInterval = 0
 92 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:91:12: error: cannot find type 'CFTimeInterval' in scope
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 91 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 92 | 	) {
 93 | 		precondition(url.isFileURL)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:184:14: error: cannot find type 'FSEventStreamEventId' in scope
182 | 	public static func makeStream(
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
185 | 		latency: CFTimeInterval = 0
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:185:12: error: cannot find type 'CFTimeInterval' in scope
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
185 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
187 | 		let monitor = FolderContentMonitor(
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:218:14: error: cannot find type 'FSEventStreamEventId' in scope
216 | 	public static func makeStream(
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
219 | 		latency: CFTimeInterval = 0
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:219:12: error: cannot find type 'CFTimeInterval' in scope
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
219 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
221 | 		let monitor = FolderContentMonitor(
[87/95] Compiling AsyncFileMonitor Change.swift
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:31:26: error: cannot find type 'FSEventStreamEventFlags' in scope
 29 | 	///
 30 | 	/// - Parameter eventFlags: The `FSEventStreamEventFlags` to convert.
 31 | 	public init(eventFlags: FSEventStreamEventFlags) {
    |                          `- error: cannot find type 'FSEventStreamEventFlags' in scope
 32 | 		self.rawValue = Int(eventFlags)
 33 | 	}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:36:51: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 34 |
 35 | 	/// The changed item is a directory.
 36 | 	public static let isDirectory = Change(rawValue: kFSEventStreamEventFlagItemIsDir)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
 37 |
 38 | 	/// The changed item is a file.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:39:46: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 37 |
 38 | 	/// The changed item is a file.
 39 | 	public static let isFile = Change(rawValue: kFSEventStreamEventFlagItemIsFile)
    |                                              `- error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
 40 |
 41 | 	/// The changed item is a hard link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:42:50: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 40 |
 41 | 	/// The changed item is a hard link.
 42 | 	public static let isHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsHardlink)
    |                                                  `- error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:45:54: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 43 |
 44 | 	/// The changed item is the last hard link to a file that is being removed.
 45 | 	public static let isLastHardlink = Change(rawValue: kFSEventStreamEventFlagItemIsLastHardlink)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:48:49: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 46 |
 47 | 	/// The changed item is a symbolic link.
 48 | 	public static let isSymlink = Change(rawValue: kFSEventStreamEventFlagItemIsSymlink)
    |                                                 `- error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
 49 |
 50 | 	/// The item was created.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:51:47: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 49 |
 50 | 	/// The item was created.
 51 | 	public static let created = Change(rawValue: kFSEventStreamEventFlagItemCreated)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
 52 |
 53 | 	/// The item was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:54:48: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 52 |
 53 | 	/// The item was modified.
 54 | 	public static let modified = Change(rawValue: kFSEventStreamEventFlagItemModified)
    |                                                `- error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
 55 |
 56 | 	/// The item was removed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:57:47: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 55 |
 56 | 	/// The item was removed.
 57 | 	public static let removed = Change(rawValue: kFSEventStreamEventFlagItemRemoved)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
 58 |
 59 | 	/// The item was renamed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:60:47: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 58 |
 59 | 	/// The item was renamed.
 60 | 	public static let renamed = Change(rawValue: kFSEventStreamEventFlagItemRenamed)
    |                                               `- error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
 61 |
 62 | 	/// The item's owner was changed.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:63:51: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 61 |
 62 | 	/// The item's owner was changed.
 63 | 	public static let changeOwner = Change(rawValue: kFSEventStreamEventFlagItemChangeOwner)
    |                                                   `- error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:66:58: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 64 |
 65 | 	/// The item's Finder information was modified.
 66 | 	public static let finderInfoModified = Change(rawValue: kFSEventStreamEventFlagItemFinderInfoMod)
    |                                                          `- error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:69:57: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 67 |
 68 | 	/// The item's inode metadata was modified.
 69 | 	public static let inodeMetaModified = Change(rawValue: kFSEventStreamEventFlagItemInodeMetaMod)
    |                                                         `- error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/Change.swift:72:54: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 70 |
 71 | 	/// The item's extended attributes were modified.
 72 | 	public static let xattrsModified = Change(rawValue: kFSEventStreamEventFlagItemXattrMod)
    |                                                      `- error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
 73 | }
 74 |
[88/95] Compiling AsyncFileMonitor MulticastAsyncStream.swift
[89/95] Compiling AsyncFileMonitor FolderContentMonitor.swift
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:58:22: error: cannot find type 'CFTimeInterval' in scope
 56 | 	/// Interval (in seconds) that the system should wait before reporting events,
 57 | 	/// allowing multiple related events to be coalesced. A value of `0.0` means no delay.
 58 | 	public let latency: CFTimeInterval
    |                      `- error: cannot find type 'CFTimeInterval' in scope
 59 |
 60 | 	/// The FSEventStreamEventId to start from.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:64:24: error: cannot find type 'FSEventStreamEventId' in scope
 62 | 	/// This determines which events should be reported. Use `kFSEventStreamEventIdSinceNow`
 63 | 	/// to only receive events that occur after monitoring starts.
 64 | 	public let sinceWhen: FSEventStreamEventId
    |                        `- error: cannot find type 'FSEventStreamEventId' in scope
 65 |
 66 | 	/// Create a new monitor for the specified paths.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:74:14: error: cannot find type 'FSEventStreamEventId' in scope
 72 | 	public init(
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 75 | 		latency: CFTimeInterval = 0
 76 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:75:12: error: cannot find type 'CFTimeInterval' in scope
 73 | 		paths: [String],
 74 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 75 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 76 | 	) {
 77 | 		self.paths = paths
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:90:14: error: cannot find type 'FSEventStreamEventId' in scope
 88 | 	public convenience init(
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 91 | 		latency: CFTimeInterval = 0
 92 | 	) {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:91:12: error: cannot find type 'CFTimeInterval' in scope
 89 | 		url: URL,
 90 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
 91 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
 92 | 	) {
 93 | 		precondition(url.isFileURL)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:184:14: error: cannot find type 'FSEventStreamEventId' in scope
182 | 	public static func makeStream(
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
185 | 		latency: CFTimeInterval = 0
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:185:12: error: cannot find type 'CFTimeInterval' in scope
183 | 		url: URL,
184 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
185 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
186 | 	) -> AsyncStream<FolderContentChangeEvent> {
187 | 		let monitor = FolderContentMonitor(
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:218:14: error: cannot find type 'FSEventStreamEventId' in scope
216 | 	public static func makeStream(
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
219 | 		latency: CFTimeInterval = 0
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentMonitor.swift:219:12: error: cannot find type 'CFTimeInterval' in scope
217 | 		paths: [String],
218 | 		sinceWhen: FSEventStreamEventId = FSEventStreamEventId(kFSEventStreamEventIdSinceNow),
219 | 		latency: CFTimeInterval = 0
    |            `- error: cannot find type 'CFTimeInterval' in scope
220 | 	) -> AsyncStream<FolderContentChangeEvent> {
221 | 		let monitor = FolderContentMonitor(
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:75:14: error: cannot find type 'FSEventStreamEventId' in scope
 73 | 	init(
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 76 | 		latency: CFTimeInterval,
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:76:12: error: cannot find type 'CFTimeInterval' in scope
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
 76 | 		latency: CFTimeInterval,
    |            `- error: cannot find type 'CFTimeInterval' in scope
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
 78 | 	) throws {
[90/95] Compiling AsyncFileMonitor FileSystemEventStream.swift
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:38:40: error: cannot find type 'FSEventStreamCallback' in scope
 36 | /// Direct FSEventStream callback that forwards events to the provided handler.
 37 | /// This eliminates Swift concurrency Task scheduling and prevents event reordering.
 38 | private let directEventStreamCallback: FSEventStreamCallback = {
    |                                        `- error: cannot find type 'FSEventStreamCallback' in scope
 39 | 	(stream, contextInfo, numEvents, eventPaths, eventFlags, eventIDs) in
 40 | 	guard let contextInfo else { return }
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:61:25: error: cannot find type 'FSEventStreamRef' in scope
 59 | /// The FileSystemEventStream has exactly one "port" - the event handler closure.
 60 | final class FileSystemEventStream {
 61 | 	private let streamRef: FSEventStreamRef
    |                         `- error: cannot find type 'FSEventStreamRef' in scope
 62 | 	private let queue: DispatchQueue
 63 | 	private let eventHandlerBox: EventHandlerBox
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:75:14: error: cannot find type 'FSEventStreamEventId' in scope
 73 | 	init(
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
    |              `- error: cannot find type 'FSEventStreamEventId' in scope
 76 | 		latency: CFTimeInterval,
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:76:12: error: cannot find type 'CFTimeInterval' in scope
 74 | 		paths: [String],
 75 | 		sinceWhen: FSEventStreamEventId,
 76 | 		latency: CFTimeInterval,
    |            `- error: cannot find type 'CFTimeInterval' in scope
 77 | 		eventHandler: @escaping @Sendable (FolderContentChangeEvent) -> Void
 78 | 	) throws {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:84:17: error: cannot find 'FSEventStreamContext' in scope
 82 | 		// Create the callback context - pass the event handler box as the context
 83 | 		let contextPointer = Unmanaged.passUnretained(eventHandlerBox).toOpaque()
 84 | 		var context = FSEventStreamContext(
    |                 `- error: cannot find 'FSEventStreamContext' in scope
 85 | 			version: 0,
 86 | 			info: contextPointer,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:87:12: error: 'nil' requires a contextual type
 85 | 			version: 0,
 86 | 			info: contextPointer,
 87 | 			retain: nil,
    |            `- error: 'nil' requires a contextual type
 88 | 			release: nil,
 89 | 			copyDescription: nil
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:88:13: error: 'nil' requires a contextual type
 86 | 			info: contextPointer,
 87 | 			retain: nil,
 88 | 			release: nil,
    |             `- error: 'nil' requires a contextual type
 89 | 			copyDescription: nil
 90 | 		)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:89:21: error: 'nil' requires a contextual type
 87 | 			retain: nil,
 88 | 			release: nil,
 89 | 			copyDescription: nil
    |                     `- error: 'nil' requires a contextual type
 90 | 		)
 91 |
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:92:22: error: cannot find 'kFSEventStreamCreateFlagUseCFTypes' in scope
 90 | 		)
 91 |
 92 | 		let flags = UInt32(kFSEventStreamCreateFlagUseCFTypes | kFSEventStreamCreateFlagFileEvents)
    |                      `- error: cannot find 'kFSEventStreamCreateFlagUseCFTypes' in scope
 93 |
 94 | 		guard
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:92:59: error: cannot find 'kFSEventStreamCreateFlagFileEvents' in scope
 90 | 		)
 91 |
 92 | 		let flags = UInt32(kFSEventStreamCreateFlagUseCFTypes | kFSEventStreamCreateFlagFileEvents)
    |                                                           `- error: cannot find 'kFSEventStreamCreateFlagFileEvents' in scope
 93 |
 94 | 		guard
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:95:17: error: cannot find 'FSEventStreamCreate' in scope
 93 |
 94 | 		guard
 95 | 			let stream = FSEventStreamCreate(
    |                 `- error: cannot find 'FSEventStreamCreate' in scope
 96 | 				kCFAllocatorDefault,
 97 | 				directEventStreamCallback,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:96:5: error: cannot find 'kCFAllocatorDefault' in scope
 94 | 		guard
 95 | 			let stream = FSEventStreamCreate(
 96 | 				kCFAllocatorDefault,
    |     `- error: cannot find 'kCFAllocatorDefault' in scope
 97 | 				directEventStreamCallback,
 98 | 				&context,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:99:14: error: cannot find type 'CFArray' in scope
 97 | 				directEventStreamCallback,
 98 | 				&context,
 99 | 				paths as CFArray,
    |              `- error: cannot find type 'CFArray' in scope
100 | 				sinceWhen,
101 | 				latency,
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:112:3: error: cannot find 'FSEventStreamSetDispatchQueue' in scope
110 |
111 | 		// Configure the stream to use our queue and start monitoring
112 | 		FSEventStreamSetDispatchQueue(streamRef, queue)
    |   `- error: cannot find 'FSEventStreamSetDispatchQueue' in scope
113 |
114 | 		guard FSEventStreamStart(streamRef) else {
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:114:9: error: cannot find 'FSEventStreamStart' in scope
112 | 		FSEventStreamSetDispatchQueue(streamRef, queue)
113 |
114 | 		guard FSEventStreamStart(streamRef) else {
    |         `- error: cannot find 'FSEventStreamStart' in scope
115 | 			FSEventStreamRelease(streamRef)
116 | 			throw FileSystemEventStreamError.startFailed
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:115:4: error: cannot find 'FSEventStreamRelease' in scope
113 |
114 | 		guard FSEventStreamStart(streamRef) else {
115 | 			FSEventStreamRelease(streamRef)
    |    `- error: cannot find 'FSEventStreamRelease' in scope
116 | 			throw FileSystemEventStreamError.startFailed
117 | 		}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:121:3: error: cannot find 'FSEventStreamStop' in scope
119 |
120 | 	deinit {
121 | 		FSEventStreamStop(streamRef)
    |   `- error: cannot find 'FSEventStreamStop' in scope
122 | 		FSEventStreamInvalidate(streamRef)
123 | 		FSEventStreamRelease(streamRef)
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:122:3: error: cannot find 'FSEventStreamInvalidate' in scope
120 | 	deinit {
121 | 		FSEventStreamStop(streamRef)
122 | 		FSEventStreamInvalidate(streamRef)
    |   `- error: cannot find 'FSEventStreamInvalidate' in scope
123 | 		FSEventStreamRelease(streamRef)
124 | 	}
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FileSystemEventStream.swift:123:3: error: cannot find 'FSEventStreamRelease' in scope
121 | 		FSEventStreamStop(streamRef)
122 | 		FSEventStreamInvalidate(streamRef)
123 | 		FSEventStreamRelease(streamRef)
    |   `- error: cannot find 'FSEventStreamRelease' in scope
124 | 	}
125 | }
[91/95] Compiling AsyncFileMonitor FolderContentChangeEvent.swift
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:21:17: error: cannot find type 'FSEventStreamEventId' in scope
19 | 	///
20 | 	/// This is an alias for ``eventID`` to satisfy the `Identifiable` protocol.
21 | 	public var id: FSEventStreamEventId { eventID }
   |                 `- error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:24:22: error: cannot find type 'FSEventStreamEventId' in scope
22 |
23 | 	/// The unique event identifier assigned by Core Services.
24 | 	public let eventID: FSEventStreamEventId
   |                      `- error: cannot find type 'FSEventStreamEventId' in scope
25 |
26 | 	/// The file system path where the change occurred.
/host/spi-builder-workspace/Sources/AsyncFileMonitor/FolderContentChangeEvent.swift:50:12: error: cannot find type 'FSEventStreamEventId' in scope
48 | 	///   - change: The ``Change`` flags describing what happened
49 | 	public init(
50 | 		eventID: FSEventStreamEventId,
   |            `- error: cannot find type 'FSEventStreamEventId' in scope
51 | 		eventPath: String,
52 | 		change: Change
BUILD FAILURE 6.1 linux