The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PlaygroundTester, reference main (1444c7), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 19 Jun 2025 16:27:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Losiowaty/PlaygroundTester.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Losiowaty/PlaygroundTester
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1444c7e Fix error when deliver app store. (#28)
Cloned https://github.com/Losiowaty/PlaygroundTester.git
Revision (git rev-parse @):
1444c7e0d2f15be1e4c75bdaa6ecc3139d3c3a83
SUCCESS checkout https://github.com/Losiowaty/PlaygroundTester.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Losiowaty/PlaygroundTester.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/krzysztofzablocki/Difference
Creating working copy of package ‘Difference’
Checking out 1.0.1 of package ‘Difference’
Resolve Package Graph
Resolved source packages:
  PlaygroundTester: /Users/admin/builder/spi-builder-workspace
  Difference: https://github.com/krzysztofzablocki/Difference @ 1.0.1
resolved source packages: PlaygroundTester, Difference
{
  "dependencies" : [
    {
      "identity" : "difference",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzysztofzablocki/Difference"
    }
  ],
  "manifest_display_name" : "PlaygroundTester",
  "name" : "PlaygroundTester",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "PlaygroundTester",
      "targets" : [
        "PlaygroundTester"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlaygroundTesterTests",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundTesterTests",
      "path" : "PlaygroundTester/Tests/PlaygroundTesterTests",
      "sources" : [
        "Mocks/MockAssertionStore.swift",
        "TestMethodTests.swift",
        "TestResultTests.swift",
        "TestSuiteTests.swift"
      ],
      "target_dependencies" : [
        "PlaygroundTester"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlaygroundTester",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundTester",
      "path" : "PlaygroundTester/Sources/PlaygroundTester",
      "product_dependencies" : [
        "Difference"
      ],
      "product_memberships" : [
        "PlaygroundTester"
      ],
      "sources" : [
        "Core/Assertions/Assertable.swift",
        "Core/Assertions/Assertion.swift",
        "Core/Assertions/AssertionStore.swift",
        "Core/Assertions/Expectation.swift",
        "Core/IdentityProvider.swift",
        "Core/TestMethod.swift",
        "Core/TestResult.swift",
        "Core/TestRunner.swift",
        "Core/TestSuite.swift",
        "Interface/PlaygroundTesterView.swift",
        "Interface/PlaygroundTesterWrapperView.swift",
        "Interface/ResultsToggleButton.swift",
        "Interface/TestCase.swift",
        "Views/AssertionSectionView.swift",
        "Views/AssertionView.swift",
        "Views/AssertionsView.swift",
        "Views/ResultViewModel.swift",
        "Views/TestMethodView.swift",
        "Views/TestMethodsView.swift",
        "Views/TestSuiteView.swift",
        "Views/TestSuitesView.swift",
        "Views/TestViewViewModel.swift",
        "Views/TestingView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PlaygroundTester"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PlaygroundTester -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 PlaygroundTester -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Difference: https://github.com/krzysztofzablocki/Difference @ 1.0.1
  PlaygroundTester: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'PlaygroundTester' in project 'PlaygroundTester'
        ➜ Explicit dependency on target 'PlaygroundTester' in project 'PlaygroundTester'
        ➜ Explicit dependency on target 'Difference' in project 'Difference'
    Target 'PlaygroundTester' in project 'PlaygroundTester'
        ➜ Explicit dependency on target 'Difference' in project 'Difference'
    Target 'Difference' in project 'Difference'
        ➜ Explicit dependency on target 'Difference' in project 'Difference'
    Target 'Difference' in project 'Difference' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 818a2aeebae5081b4072a1632b8c458c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/818a2aeebae5081b4072a1632b8c458c.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.DependencyStaticMetadataFileList (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.modulemap (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.DependencyMetadataFileList (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.SwiftConstValuesFileList (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.SwiftFileList (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester_const_extract_protocols.json (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-OutputFileMap.json (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.LinkFileList (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_const_extract_protocols.json (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftFileList (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftConstValuesFileList (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-OutputFileMap.json (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.LinkFileList (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.modulemap (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.DependencyStaticMetadataFileList (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.DependencyMetadataFileList (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PlaygroundTester.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.modulemap (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/PlaygroundTester.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Difference.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.modulemap (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Difference normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Difference -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-ETXGO0CCN50NJJJ1T7O9OG7QY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-8Z3DGWJN4BZ05LEF7ZV8ZZXOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-6TL9KT83HX9WCNN6MUJ4RXY13.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-BOGP854PAM05OU9SEQ6T6CKZF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B1DEY84NT78VC91CZTGCR6P2G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-4F6W88HH2I5QECJK4DQWSN688.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-771G992C02Z1PKJN0NBXDZ54L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CB7S9KW6BCE8K3W9BQR8Z8L7D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-74FSHJ7Y9OFU31XW3USCCV6H9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-CXIFL9FUFZMGL45NUHJFXF7KI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9DRP2UGNZ7B3VFK2LROWNHXAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2H78LDXQL2QSOBU9E8S6W5Q85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6ZZNJZ45HVZSO0GOX4U8979M9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4QFW3FVE99J7ELINJEIAOC3PZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-1FEZ8WXDGBOZ9ORWT6DRYUDKD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-9ZUSOOTZY4TE6H1909JZHSICE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-EVRLXEQT1RUE9WJZHPXUROVRH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-DUJTO8A4UY7XH87NSAUP6Y992.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-6Y7U46VS0V2C4QFLFRCY3W0XL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6NBUGIV2QW8A8LH005H34YCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BQP0R8JLYV2F1CPSK0VA3XD2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4SXQ0NNFO6D0W9PZ9T713HIVF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-E6P09CF5VM5JV7V9R2RRL1RC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CFV17P5GIIS6XIDB3Z4JNTJHB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-881WXGYR1RBOJ7T336TLGWOQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-B0XW8B8UX4R6SLAS5KEFFINY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-B2MMD5Z4G6HM52GN9F4MO00HT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-ABLA7SJUDIMMX99SIOZ8SN15.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8QVMIAJK18QWY0JDBLN5CE7RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-18ZXKRRAO7S8MJT79AVBEGMSD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-32XM9N84T9KYPA839NVNUSWS3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-2AI4IIFGG13NJB8A41NV2MF78.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Difference (in target 'Difference' from project 'Difference')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference/Sources/Difference.swift (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Difference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference/Sources/Difference.swift (in target 'Difference' from project 'Difference')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference/Sources/Difference.swift (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Difference (in target 'Difference' from project 'Difference')
SwiftDriver\ Compilation\ Requirements Difference normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Difference -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Difference-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-Swift.h (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Difference-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.abi.json (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftmodule (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftdoc (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftsourceinfo (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver PlaygroundTester normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PlaygroundTester -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DTESTING_ENABLED -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-2VDD5DGXSFXFYAFCURRRLCNZH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-9XJZ4P20L95D2PKL7SUMCPNCP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-5T7GHUQU58UKWFQNB2GAB37TQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-EPPNNX3L1NXPK4M2SDUTEIBGZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-9LQDWZH5Y0ZB4RWUFFKDZ23OR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DQ8B56HX9H30U1VC4FR7MUR73.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-DP8FPXVUR83Q7ADSGVFW62TMS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4WBNZTZACNE6TBAY73Y6K50U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-944U6YLLWD4SFRFM9WALKCPRN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-5ROV7BH8E6KVESIYYCEHT1YVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-88FW7PNBDBKHL20028MXEC7AO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-1QC2TREL4E841A16LGTTMBXTK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-2VXY9ORECNAH6UNF8M80EQLGI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-71BRF3UC4V45G8870O1CWM0MA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8K6OGVANM2PHZ1ZLR2FDCDNJ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-DQNWQ7O7VBOISP2WANTBH1TVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-EL7ZOBC6NM9PETBVVJ6E17R4R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-6S6DESUL4I71P95XT6TEQ7FDF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-DDPGYLXY21H794JRYT4O5LLF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-7YIXXMGHO4UJE35GGM2FFRA6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-OOGTKT65NOMASJH2TSIZP0VK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-80KYHHX1R2VRVAU4W8EZDEEOR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-31SCFGOSZHI37ZN5T6VDOBDWG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-91DS2RXYOJ8S506PBOGG46MQO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-5DNTT2TYSH7S2BIIFP4WY094L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-EFOBAM4KQHB4OYM24QTLYWOGQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-743YT5N6M7AW630GU6OBDXXS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-F2SGBH32805IRS4IQPGIRRYWD.pcm
SwiftDriverJobDiscovery normal arm64 Compiling Difference.swift (in target 'Difference' from project 'Difference')
SwiftDriver\ Compilation Difference normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Difference -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.o normal (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.o
ExtractAppIntentsMetadata (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Difference --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier difference.Difference --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Difference.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Difference.build/Debug/Difference.build/Objects-normal/arm64/Difference.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 09:26:59.520 appintentsmetadataprocessor[697:3947] Starting appintentsmetadataprocessor export
2025-06-19 09:26:59.582 appintentsmetadataprocessor[697:3947] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.o (in target 'Difference' from project 'Difference')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Difference
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Difference.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-DC9S0GEI0MZI50CQRK6M7H77H.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ PlaygroundTester (in target 'PlaygroundTester' from project 'PlaygroundTester')
EmitSwiftModule normal arm64 (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:10:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:10:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:14:16: error: 'ViewBuilder' is only available in macOS 10.15 or newer
  public init(@ViewBuilder content: () -> Content) {
               ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:14:10: note: add @available attribute to enclosing initializer
  public init(@ViewBuilder content: () -> Content) {
         ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:15: note: add @available attribute to enclosing generic struct
public struct PlaygroundTesterWrapperView<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:18:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:18:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:15: note: add @available attribute to enclosing generic struct
public struct PlaygroundTesterWrapperView<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:52: error: 'View' is only available in macOS 10.15 or newer
public struct PlaygroundTesterWrapperView<Content: View>: View {
                                                   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:15: note: add @available attribute to enclosing generic struct
public struct PlaygroundTesterWrapperView<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:4:4: error: 'Binding' is only available in macOS 10.15 or newer
  @Binding private(set) var isToggled: Bool
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:3:8: note: add @available attribute to enclosing struct
struct ResultsToggleButton: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:6:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:6:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:3:8: note: add @available attribute to enclosing struct
struct ResultsToggleButton: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift:10:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift:5:8: note: add @available attribute to enclosing struct
struct AssertionSectionView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:10:4: error: 'State' is only available in macOS 10.15 or newer
  @State var showingFullDiff = false
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:6:8: note: add @available attribute to enclosing struct
struct AssertionView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:12:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:6:8: note: add @available attribute to enclosing struct
struct AssertionView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:43:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:43:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:42:8: note: add @available attribute to enclosing struct
struct AssertionView_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift:10:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift:5:8: note: add @available attribute to enclosing struct
struct AssertionsView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift:10:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift:10:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift:5:15: note: add @available attribute to enclosing struct
public struct TestMethodView: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:10:4: error: 'Binding' is only available in macOS 10.15 or newer
  @Binding private(set) var failuresOnly: Bool
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:5:8: note: add @available attribute to enclosing struct
struct TestMethodsView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:12:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:5:8: note: add @available attribute to enclosing struct
struct TestMethodsView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift:11:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift:11:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift:5:15: note: add @available attribute to enclosing struct
public struct TestSuiteView: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:10:4: error: 'State' is only available in macOS 10.15 or newer
  @State private(set) var failuresOnly = false
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:5:8: note: add @available attribute to enclosing struct
struct TestSuitesView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:12:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:5:8: note: add @available attribute to enclosing struct
struct TestSuitesView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:25:4: error: 'Published' is only available in macOS 10.15 or newer
  @Published var state: State = .searchingForTests
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:14:13: note: add @available attribute to enclosing class
final class TestViewViewModel: ObservableObject {
            ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:14:32: error: 'ObservableObject' is only available in macOS 10.15 or newer
final class TestViewViewModel: ObservableObject {
                               ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:14:13: note: add @available attribute to enclosing class
final class TestViewViewModel: ObservableObject {
            ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:7:4: error: 'StateObject' is only available in macOS 11.0 or newer
  @StateObject var viewModel = TestViewViewModel()
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:9:4: error: 'State' is only available in macOS 10.15 or newer
  @State var showingResults = false
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:11:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:11:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:21:33: error: 'View' is only available in macOS 10.15 or newer
  private var testingView: some View {
                                ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:21:15: note: add @available attribute to enclosing property
  private var testingView: some View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertable.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertion.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/AssertionStore.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Expectation.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/IdentityProvider.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestMethod.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestResult.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestRunner.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestSuite.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/TestCase.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/ResultViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift -target arm64-apple-macos10.13 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D TESTING_ENABLED -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name PlaygroundTester -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name macosx26.0 -clang-target arm64-apple-macos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.abi.json
SwiftCompile normal arm64 Compiling\ TestViewViewModel.swift,\ TestingView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestMethodView.swift,\ TestMethodsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AssertionsView.swift,\ ResultViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/ResultViewModel.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/ResultViewModel.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestSuiteView.swift,\ TestSuitesView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestResult.swift,\ TestRunner.swift,\ TestSuite.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestResult.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestRunner.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestSuite.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestResult.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestRunner.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestSuite.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PlaygroundTesterView.swift,\ PlaygroundTesterWrapperView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Expectation.swift,\ IdentityProvider.swift,\ TestMethod.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Expectation.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/IdentityProvider.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestMethod.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Expectation.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/IdentityProvider.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestMethod.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AssertionSectionView.swift,\ AssertionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResultsToggleButton.swift,\ TestCase.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/TestCase.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/TestCase.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Assertable.swift,\ Assertion.swift,\ AssertionStore.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertable.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertion.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/AssertionStore.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'PlaygroundTester' from project 'PlaygroundTester')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PlaygroundTester (in target 'PlaygroundTester' from project 'PlaygroundTester')
	Building workspace spi-builder-workspace with scheme PlaygroundTester
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Difference: https://github.com/krzysztofzablocki/Difference @ 1.0.1
  PlaygroundTester: /Users/admin/builder/spi-builder-workspace
resolved source packages: Difference, PlaygroundTester
{
  "dependencies" : [
    {
      "identity" : "difference",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzysztofzablocki/Difference"
    }
  ],
  "manifest_display_name" : "PlaygroundTester",
  "name" : "PlaygroundTester",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "PlaygroundTester",
      "targets" : [
        "PlaygroundTester"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlaygroundTesterTests",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundTesterTests",
      "path" : "PlaygroundTester/Tests/PlaygroundTesterTests",
      "sources" : [
        "Mocks/MockAssertionStore.swift",
        "TestMethodTests.swift",
        "TestResultTests.swift",
        "TestSuiteTests.swift"
      ],
      "target_dependencies" : [
        "PlaygroundTester"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlaygroundTester",
      "module_type" : "SwiftTarget",
      "name" : "PlaygroundTester",
      "path" : "PlaygroundTester/Sources/PlaygroundTester",
      "product_dependencies" : [
        "Difference"
      ],
      "product_memberships" : [
        "PlaygroundTester"
      ],
      "sources" : [
        "Core/Assertions/Assertable.swift",
        "Core/Assertions/Assertion.swift",
        "Core/Assertions/AssertionStore.swift",
        "Core/Assertions/Expectation.swift",
        "Core/IdentityProvider.swift",
        "Core/TestMethod.swift",
        "Core/TestResult.swift",
        "Core/TestRunner.swift",
        "Core/TestSuite.swift",
        "Interface/PlaygroundTesterView.swift",
        "Interface/PlaygroundTesterWrapperView.swift",
        "Interface/ResultsToggleButton.swift",
        "Interface/TestCase.swift",
        "Views/AssertionSectionView.swift",
        "Views/AssertionView.swift",
        "Views/AssertionsView.swift",
        "Views/ResultViewModel.swift",
        "Views/TestMethodView.swift",
        "Views/TestMethodsView.swift",
        "Views/TestSuiteView.swift",
        "Views/TestSuitesView.swift",
        "Views/TestViewViewModel.swift",
        "Views/TestingView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PlaygroundTester"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PlaygroundTester -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 PlaygroundTester -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  PlaygroundTester: /Users/admin/builder/spi-builder-workspace
  Difference: https://github.com/krzysztofzablocki/Difference @ 1.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'PlaygroundTester' in project 'PlaygroundTester'
        ➜ Explicit dependency on target 'PlaygroundTester' in project 'PlaygroundTester'
        ➜ Explicit dependency on target 'Difference' in project 'Difference'
    Target 'PlaygroundTester' in project 'PlaygroundTester'
        ➜ Explicit dependency on target 'Difference' in project 'Difference'
    Target 'Difference' in project 'Difference'
        ➜ Explicit dependency on target 'Difference' in project 'Difference'
    Target 'Difference' in project 'Difference' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
SwiftDriver PlaygroundTester normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PlaygroundTester -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DTESTING_ENABLED -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Expectation.swift,\ IdentityProvider.swift,\ TestMethod.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Expectation.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/IdentityProvider.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestMethod.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Expectation.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/IdentityProvider.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestMethod.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestResult.swift,\ TestRunner.swift,\ TestSuite.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestResult.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestRunner.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestSuite.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestResult.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestRunner.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestSuite.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PlaygroundTesterView.swift,\ PlaygroundTesterWrapperView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Assertable.swift,\ Assertion.swift,\ AssertionStore.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertable.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertion.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/AssertionStore.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertable.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertion.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/AssertionStore.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AssertionsView.swift,\ ResultViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/ResultViewModel.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/ResultViewModel.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestMethodView.swift,\ TestMethodsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestViewViewModel.swift,\ TestingView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestSuiteView.swift,\ TestSuitesView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ PlaygroundTester (in target 'PlaygroundTester' from project 'PlaygroundTester')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertable.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Assertion.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/AssertionStore.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/Assertions/Expectation.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/IdentityProvider.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestMethod.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestResult.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestRunner.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Core/TestSuite.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/TestCase.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/ResultViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift -target arm64-apple-macos10.13 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D TESTING_ENABLED -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name PlaygroundTester -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name macosx26.0 -clang-target arm64-apple-macos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PlaygroundTester.build/Debug/PlaygroundTester.build/Objects-normal/arm64/PlaygroundTester.abi.json
EmitSwiftModule normal arm64 (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:10:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:10:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:14:16: error: 'ViewBuilder' is only available in macOS 10.15 or newer
  public init(@ViewBuilder content: () -> Content) {
               ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:14:10: note: add @available attribute to enclosing initializer
  public init(@ViewBuilder content: () -> Content) {
         ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:15: note: add @available attribute to enclosing generic struct
public struct PlaygroundTesterWrapperView<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:18:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:18:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:15: note: add @available attribute to enclosing generic struct
public struct PlaygroundTesterWrapperView<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:52: error: 'View' is only available in macOS 10.15 or newer
public struct PlaygroundTesterWrapperView<Content: View>: View {
                                                   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterWrapperView.swift:3:15: note: add @available attribute to enclosing generic struct
public struct PlaygroundTesterWrapperView<Content: View>: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:4:4: error: 'Binding' is only available in macOS 10.15 or newer
  @Binding private(set) var isToggled: Bool
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:3:8: note: add @available attribute to enclosing struct
struct ResultsToggleButton: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:6:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:6:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift:3:8: note: add @available attribute to enclosing struct
struct ResultsToggleButton: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift:10:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift:5:8: note: add @available attribute to enclosing struct
struct AssertionSectionView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:10:4: error: 'State' is only available in macOS 10.15 or newer
  @State var showingFullDiff = false
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:6:8: note: add @available attribute to enclosing struct
struct AssertionView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:12:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:6:8: note: add @available attribute to enclosing struct
struct AssertionView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:43:31: error: 'View' is only available in macOS 10.15 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:43:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift:42:8: note: add @available attribute to enclosing struct
struct AssertionView_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift:10:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionsView.swift:5:8: note: add @available attribute to enclosing struct
struct AssertionsView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift:10:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift:10:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodView.swift:5:15: note: add @available attribute to enclosing struct
public struct TestMethodView: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:10:4: error: 'Binding' is only available in macOS 10.15 or newer
  @Binding private(set) var failuresOnly: Bool
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:5:8: note: add @available attribute to enclosing struct
struct TestMethodsView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:12:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestMethodsView.swift:5:8: note: add @available attribute to enclosing struct
struct TestMethodsView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift:11:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift:11:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuiteView.swift:5:15: note: add @available attribute to enclosing struct
public struct TestSuiteView: View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:10:4: error: 'State' is only available in macOS 10.15 or newer
  @State private(set) var failuresOnly = false
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:5:8: note: add @available attribute to enclosing struct
struct TestSuitesView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:12:18: error: 'View' is only available in macOS 10.15 or newer
  var body: some View {
                 ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:12:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestSuitesView.swift:5:8: note: add @available attribute to enclosing struct
struct TestSuitesView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:25:4: error: 'Published' is only available in macOS 10.15 or newer
  @Published var state: State = .searchingForTests
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:14:13: note: add @available attribute to enclosing class
final class TestViewViewModel: ObservableObject {
            ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:14:32: error: 'ObservableObject' is only available in macOS 10.15 or newer
final class TestViewViewModel: ObservableObject {
                               ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestViewViewModel.swift:14:13: note: add @available attribute to enclosing class
final class TestViewViewModel: ObservableObject {
            ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:7:4: error: 'StateObject' is only available in macOS 11.0 or newer
  @StateObject var viewModel = TestViewViewModel()
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:9:4: error: 'State' is only available in macOS 10.15 or newer
  @State var showingResults = false
   ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:11:25: error: 'View' is only available in macOS 10.15 or newer
  public var body: some View {
                        ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:11:14: note: add @available attribute to enclosing property
  public var body: some View {
             ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:21:33: error: 'View' is only available in macOS 10.15 or newer
  private var testingView: some View {
                                ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:21:15: note: add @available attribute to enclosing property
  private var testingView: some View {
              ^
/Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/TestingView.swift:5:8: note: add @available attribute to enclosing struct
struct TestingView: View {
       ^
SwiftCompile normal arm64 Compiling\ AssertionSectionView.swift,\ AssertionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionSectionView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Views/AssertionView.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ResultsToggleButton.swift,\ TestCase.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/ResultsToggleButton.swift /Users/admin/builder/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/TestCase.swift (in target 'PlaygroundTester' from project 'PlaygroundTester')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:76191a1135dd3d7f5715395bbed61f9da0418e99, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PlaygroundTester (in target 'PlaygroundTester' from project 'PlaygroundTester')
	EmitSwiftModule normal arm64 (in target 'PlaygroundTester' from project 'PlaygroundTester')
	Building workspace spi-builder-workspace with scheme PlaygroundTester
(3 failures)
BUILD FAILURE 6.2 macosXcodebuild