The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build A11yoop, reference 3.1.0 (c10a8b), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 20:05:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme A11yoop -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jackstone92/A11yoop.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jackstone92/A11yoop
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at c10a8be Merge pull request #22 from Jackstone92/develop
Cloned https://github.com/Jackstone92/A11yoop.git
Revision (git rev-parse @):
c10a8be8b248e7d341163d69ef6eea527f6d5478
SUCCESS checkout https://github.com/Jackstone92/A11yoop.git at 3.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Jackstone92/A11yoop.git
https://github.com/Jackstone92/A11yoop.git
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    }
  ],
  "manifest_display_name" : "A11yoop",
  "name" : "A11yoop",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "A11yoopMonitor",
      "targets" : [
        "A11yoopMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "A11yoopMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorTests",
      "path" : "Tests/A11yoopMonitorTests",
      "sources" : [
        "A11yFeatureTests/A11yFeatureType+DescriptionTests.swift",
        "A11yFeatureTests/A11yStatus+DescriptionTests.swift",
        "A11yFeatureTests/ContentSize+DescriptionTests.swift",
        "A11yFeatureTests/Extension Tests/A11yFeature+AsAnalyticsParamsTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsDisabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsEnabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsNotSupportedTests.swift",
        "A11yFeatureTests/Extension Tests/Bool+AsA11yStatusAdapterTests.swift",
        "A11yMonitorTests/A11yMonitorTests.swift",
        "A11yMonitorTests/MapperTests.swift",
        "A11yStatusEmitterTests/A11yStatusEmitterTests.swift",
        "A11yStatusObserverTests/A11yFeatureType+NotificationNameTests.swift",
        "A11yStatusObserverTests/A11yStatusObserverTests.swift",
        "A11yStatusProviderTests/A11StatusProvider+MockTests.swift",
        "A11yStatusProviderTests/A11yStatusProviderTests.swift",
        "A11yStatusProviderTests/UIContentSizeCategory+AsContentSizeTests.swift",
        "A11yStoreTests/A11yStoreDataRaceTests.swift",
        "A11yStoreTests/A11yStoreTests.swift",
        "A11yoopMonitorTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitorIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorIntegrationTests",
      "path" : "Tests/A11yoopMonitorIntegrationTests",
      "sources" : [
        "A11yoopMonitorIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitor",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitor",
      "path" : "Sources/A11yoopMonitor",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "A11yoopMonitor"
      ],
      "sources" : [
        "A11yFeature/A11yFeatureType.swift",
        "A11yFeature/A11yStatus.swift",
        "A11yFeature/ContentSize.swift",
        "A11yFeature/Extensions/A11yFeature+AsAnalyticsParams.swift",
        "A11yFeature/Extensions/A11yStatus+IsDisabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsEnabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsNotSupported.swift",
        "A11yFeature/Extensions/Bool+AsA11yStatus.swift",
        "A11yFeature/Interface.swift",
        "A11yMonitor/A11yMonitor+Live.swift",
        "A11yMonitor/A11yMonitor.swift",
        "A11yMonitor/Mapper.swift",
        "A11yStatusEmitter/A11yStatusEmitter+Live.swift",
        "A11yStatusEmitter/A11yStatusEmitter.swift",
        "A11yStatusObserver/A11yFeatureType+NotificationName.swift",
        "A11yStatusObserver/A11yStatusObserver+Live.swift",
        "A11yStatusObserver/A11yStatusObserver.swift",
        "A11yStatusProvider/A11yStatusProvider+Live.swift",
        "A11yStatusProvider/A11yStatusProvider+Mock.swift",
        "A11yStatusProvider/A11yStatusProvider.swift",
        "A11yStatusProvider/UIContentSizeCategory+AsContentSize.swift",
        "A11yStore/A11yStore+Live.swift",
        "A11yStore/A11yStore.swift",
        "A11yoopMonitor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/combine-schedulers (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Fetching from https://github.com/pointfreeco/swift-concurrency-extras (cached)
Creating working copy of package ‘swift-concurrency-extras’
Checking out 0.1.2 of package ‘swift-concurrency-extras’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 0.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘combine-schedulers’
Checking out 0.11.0 of package ‘combine-schedulers’
Resolve Package Graph
Resolved source packages:
  combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
  A11yoop: /Users/admin/builder/spi-builder-workspace
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
resolved source packages: combine-schedulers, A11yoop, swift-concurrency-extras, xctest-dynamic-overlay
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    }
  ],
  "manifest_display_name" : "A11yoop",
  "name" : "A11yoop",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "A11yoopMonitor",
      "targets" : [
        "A11yoopMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "A11yoopMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorTests",
      "path" : "Tests/A11yoopMonitorTests",
      "sources" : [
        "A11yFeatureTests/A11yFeatureType+DescriptionTests.swift",
        "A11yFeatureTests/A11yStatus+DescriptionTests.swift",
        "A11yFeatureTests/ContentSize+DescriptionTests.swift",
        "A11yFeatureTests/Extension Tests/A11yFeature+AsAnalyticsParamsTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsDisabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsEnabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsNotSupportedTests.swift",
        "A11yFeatureTests/Extension Tests/Bool+AsA11yStatusAdapterTests.swift",
        "A11yMonitorTests/A11yMonitorTests.swift",
        "A11yMonitorTests/MapperTests.swift",
        "A11yStatusEmitterTests/A11yStatusEmitterTests.swift",
        "A11yStatusObserverTests/A11yFeatureType+NotificationNameTests.swift",
        "A11yStatusObserverTests/A11yStatusObserverTests.swift",
        "A11yStatusProviderTests/A11StatusProvider+MockTests.swift",
        "A11yStatusProviderTests/A11yStatusProviderTests.swift",
        "A11yStatusProviderTests/UIContentSizeCategory+AsContentSizeTests.swift",
        "A11yStoreTests/A11yStoreDataRaceTests.swift",
        "A11yStoreTests/A11yStoreTests.swift",
        "A11yoopMonitorTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitorIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorIntegrationTests",
      "path" : "Tests/A11yoopMonitorIntegrationTests",
      "sources" : [
        "A11yoopMonitorIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitor",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitor",
      "path" : "Sources/A11yoopMonitor",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "A11yoopMonitor"
      ],
      "sources" : [
        "A11yFeature/A11yFeatureType.swift",
        "A11yFeature/A11yStatus.swift",
        "A11yFeature/ContentSize.swift",
        "A11yFeature/Extensions/A11yFeature+AsAnalyticsParams.swift",
        "A11yFeature/Extensions/A11yStatus+IsDisabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsEnabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsNotSupported.swift",
        "A11yFeature/Extensions/Bool+AsA11yStatus.swift",
        "A11yFeature/Interface.swift",
        "A11yMonitor/A11yMonitor+Live.swift",
        "A11yMonitor/A11yMonitor.swift",
        "A11yMonitor/Mapper.swift",
        "A11yStatusEmitter/A11yStatusEmitter+Live.swift",
        "A11yStatusEmitter/A11yStatusEmitter.swift",
        "A11yStatusObserver/A11yFeatureType+NotificationName.swift",
        "A11yStatusObserver/A11yStatusObserver+Live.swift",
        "A11yStatusObserver/A11yStatusObserver.swift",
        "A11yStatusProvider/A11yStatusProvider+Live.swift",
        "A11yStatusProvider/A11yStatusProvider+Mock.swift",
        "A11yStatusProvider/A11yStatusProvider.swift",
        "A11yStatusProvider/UIContentSizeCategory+AsContentSize.swift",
        "A11yStore/A11yStore+Live.swift",
        "A11yStore/A11yStore.swift",
        "A11yoopMonitor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "A11yoop"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme A11yoop -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme A11yoop -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
  A11yoop: /Users/admin/builder/spi-builder-workspace
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'A11yoopMonitor' in project 'A11yoop'
        ➜ Explicit dependency on target 'A11yoopMonitor' in project 'A11yoop'
        ➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
    Target 'A11yoopMonitor' in project 'A11yoop'
        ➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
    Target 'CombineSchedulers' in project 'combine-schedulers'
        ➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CombineSchedulers' in project 'combine-schedulers'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2f0f46429febe3e0d2ed53eaaea24ffc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2f0f46429febe3e0d2ed53eaaea24ffc.xcbuilddata
error: The package product 'CombineSchedulers' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'A11yoopMonitor' from project 'A11yoop')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme A11yoop
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
  A11yoop: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
resolved source packages: combine-schedulers, swift-concurrency-extras, A11yoop, xctest-dynamic-overlay
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    }
  ],
  "manifest_display_name" : "A11yoop",
  "name" : "A11yoop",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "A11yoopMonitor",
      "targets" : [
        "A11yoopMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "A11yoopMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorTests",
      "path" : "Tests/A11yoopMonitorTests",
      "sources" : [
        "A11yFeatureTests/A11yFeatureType+DescriptionTests.swift",
        "A11yFeatureTests/A11yStatus+DescriptionTests.swift",
        "A11yFeatureTests/ContentSize+DescriptionTests.swift",
        "A11yFeatureTests/Extension Tests/A11yFeature+AsAnalyticsParamsTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsDisabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsEnabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsNotSupportedTests.swift",
        "A11yFeatureTests/Extension Tests/Bool+AsA11yStatusAdapterTests.swift",
        "A11yMonitorTests/A11yMonitorTests.swift",
        "A11yMonitorTests/MapperTests.swift",
        "A11yStatusEmitterTests/A11yStatusEmitterTests.swift",
        "A11yStatusObserverTests/A11yFeatureType+NotificationNameTests.swift",
        "A11yStatusObserverTests/A11yStatusObserverTests.swift",
        "A11yStatusProviderTests/A11StatusProvider+MockTests.swift",
        "A11yStatusProviderTests/A11yStatusProviderTests.swift",
        "A11yStatusProviderTests/UIContentSizeCategory+AsContentSizeTests.swift",
        "A11yStoreTests/A11yStoreDataRaceTests.swift",
        "A11yStoreTests/A11yStoreTests.swift",
        "A11yoopMonitorTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitorIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorIntegrationTests",
      "path" : "Tests/A11yoopMonitorIntegrationTests",
      "sources" : [
        "A11yoopMonitorIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitor",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitor",
      "path" : "Sources/A11yoopMonitor",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "A11yoopMonitor"
      ],
      "sources" : [
        "A11yFeature/A11yFeatureType.swift",
        "A11yFeature/A11yStatus.swift",
        "A11yFeature/ContentSize.swift",
        "A11yFeature/Extensions/A11yFeature+AsAnalyticsParams.swift",
        "A11yFeature/Extensions/A11yStatus+IsDisabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsEnabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsNotSupported.swift",
        "A11yFeature/Extensions/Bool+AsA11yStatus.swift",
        "A11yFeature/Interface.swift",
        "A11yMonitor/A11yMonitor+Live.swift",
        "A11yMonitor/A11yMonitor.swift",
        "A11yMonitor/Mapper.swift",
        "A11yStatusEmitter/A11yStatusEmitter+Live.swift",
        "A11yStatusEmitter/A11yStatusEmitter.swift",
        "A11yStatusObserver/A11yFeatureType+NotificationName.swift",
        "A11yStatusObserver/A11yStatusObserver+Live.swift",
        "A11yStatusObserver/A11yStatusObserver.swift",
        "A11yStatusProvider/A11yStatusProvider+Live.swift",
        "A11yStatusProvider/A11yStatusProvider+Mock.swift",
        "A11yStatusProvider/A11yStatusProvider.swift",
        "A11yStatusProvider/UIContentSizeCategory+AsContentSize.swift",
        "A11yStore/A11yStore+Live.swift",
        "A11yStore/A11yStore.swift",
        "A11yoopMonitor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "A11yoop"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme A11yoop -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme A11yoop -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 0.9.0
  swift-concurrency-extras: https://github.com/pointfreeco/swift-concurrency-extras @ 0.1.2
  A11yoop: /Users/admin/builder/spi-builder-workspace
  combine-schedulers: https://github.com/pointfreeco/combine-schedulers @ 0.11.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'A11yoopMonitor' in project 'A11yoop'
        ➜ Explicit dependency on target 'A11yoopMonitor' in project 'A11yoop'
        ➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
    Target 'A11yoopMonitor' in project 'A11yoop'
        ➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
    Target 'CombineSchedulers' in project 'combine-schedulers'
        ➜ Explicit dependency on target 'CombineSchedulers' in project 'combine-schedulers'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'CombineSchedulers' in project 'combine-schedulers'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
        ➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
    Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay' (no dependencies)
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
        ➜ Explicit dependency on target 'ConcurrencyExtras' in project 'swift-concurrency-extras'
    Target 'ConcurrencyExtras' in project 'swift-concurrency-extras' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2facb95aba12e3f50f60cda64fd06b5a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2facb95aba12e3f50f60cda64fd06b5a.xcbuilddata
error: The package product 'CombineSchedulers' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'A11yoopMonitor' from project 'A11yoop')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:fc0b9c34abbc90f2d39516070d3e0690f4f661b2, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme A11yoop
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild