The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Existential Graphs Foundation, reference 1.0.0 (06f7eb), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 22:23:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Existential Graphs Foundation -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/Existential-Graphs-Foundation.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/Existential-Graphs-Foundation
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 06f7eb4 Create LICENSE
Cloned https://github.com/Gerzer/Existential-Graphs-Foundation.git
Revision (git rev-parse @):
06f7eb458a656ab99277a571f5eef1f24e692ec5
SUCCESS checkout https://github.com/Gerzer/Existential-Graphs-Foundation.git at 1.0.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Gerzer/Existential-Graphs-Foundation.git
https://github.com/Gerzer/Existential-Graphs-Foundation.git
{
  "dependencies" : [
    {
      "identity" : "silica",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Silica.git"
    },
    {
      "identity" : "logicparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Gerzer/LogicParser.git"
    }
  ],
  "manifest_display_name" : "Existential Graphs Foundation",
  "name" : "Existential Graphs Foundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ExistentialGraphsFoundation",
      "targets" : [
        "ExistentialGraphsFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExistentialGraphsFoundation",
      "module_type" : "SwiftTarget",
      "name" : "ExistentialGraphsFoundation",
      "path" : "Sources/ExistentialGraphsFoundation",
      "product_dependencies" : [
        "Silica",
        "LogicParser"
      ],
      "product_memberships" : [
        "ExistentialGraphsFoundation"
      ],
      "sources" : [
        "Bounded.swift",
        "Cut.swift",
        "ExistentialGraphsFoundation.swift",
        "Graph.swift",
        "GraphElement.swift",
        "GraphObject.swift",
        "Literal.swift",
        "TransformationTransaction.swift",
        "Unique.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/PureSwift/Silica.git
Fetching from https://github.com/PureSwift/Cairo.git
Fetching from https://github.com/PureSwift/FontConfig.git
Fetching from https://github.com/Gerzer/LogicParser.git
Fetching from https://github.com/palle-k/Covfefe.git
Creating working copy of package ‘Covfefe’
Checking out 0.6.1 of package ‘Covfefe’
Creating working copy of package ‘Silica’
Checking out master (16f8c29) of package ‘Silica’
Creating working copy of package ‘Cairo’
Checking out master (646b210) of package ‘Cairo’
Creating working copy of package ‘FontConfig’
Checking out master (02b7b62) of package ‘FontConfig’
Creating working copy of package ‘LogicParser’
Checking out 1.0.0 of package ‘LogicParser’
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install freetype using your system-packager:
    brew install freetype2
Resolve Package Graph
you may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install freetype using your system-packager:
    brew install freetype2
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
Resolved source packages:
  Cairo: https://github.com/PureSwift/Cairo.git @ master (646b210)
  Covfefe: https://github.com/palle-k/Covfefe.git @ 0.6.1
  Silica: https://github.com/PureSwift/Silica.git @ master (16f8c29)
  FontConfig: https://github.com/PureSwift/FontConfig.git @ master (02b7b62)
  Logic Parser: https://github.com/Gerzer/LogicParser.git @ 1.0.0
  Existential Graphs Foundation: /Users/admin/builder/spi-builder-workspace
resolved source packages: Cairo, Covfefe, Silica, FontConfig, Logic Parser, Existential Graphs Foundation
{
  "dependencies" : [
    {
      "identity" : "silica",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Silica.git"
    },
    {
      "identity" : "logicparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Gerzer/LogicParser.git"
    }
  ],
  "manifest_display_name" : "Existential Graphs Foundation",
  "name" : "Existential Graphs Foundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ExistentialGraphsFoundation",
      "targets" : [
        "ExistentialGraphsFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExistentialGraphsFoundation",
      "module_type" : "SwiftTarget",
      "name" : "ExistentialGraphsFoundation",
      "path" : "Sources/ExistentialGraphsFoundation",
      "product_dependencies" : [
        "Silica",
        "LogicParser"
      ],
      "product_memberships" : [
        "ExistentialGraphsFoundation"
      ],
      "sources" : [
        "Bounded.swift",
        "Cut.swift",
        "ExistentialGraphsFoundation.swift",
        "Graph.swift",
        "GraphElement.swift",
        "GraphObject.swift",
        "Literal.swift",
        "TransformationTransaction.swift",
        "Unique.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Existential Graphs Foundation"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Existential Graphs Foundation -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme "Existential Graphs Foundation" -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install freetype using your system-packager:
    brew install freetype2
Resolve Package Graph
you may be able to install fontconfig using your system-packager:
    brew install fontconfig
you may be able to install cairo using your system-packager:
    brew install cairo
you may be able to install freetype using your system-packager:
    brew install freetype2
Resolved source packages:
  FontConfig: https://github.com/PureSwift/FontConfig.git @ master (02b7b62)
  Existential Graphs Foundation: /Users/admin/builder/spi-builder-workspace
  Logic Parser: https://github.com/Gerzer/LogicParser.git @ 1.0.0
  Covfefe: https://github.com/palle-k/Covfefe.git @ 0.6.1
  Silica: https://github.com/PureSwift/Silica.git @ master (16f8c29)
  Cairo: https://github.com/PureSwift/Cairo.git @ master (646b210)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'ExistentialGraphsFoundation' in project 'Existential Graphs Foundation'
        ➜ Explicit dependency on target 'ExistentialGraphsFoundation' in project 'Existential Graphs Foundation'
        ➜ Explicit dependency on target 'LogicParser' in project 'Logic Parser'
    Target 'ExistentialGraphsFoundation' in project 'Existential Graphs Foundation'
        ➜ Explicit dependency on target 'LogicParser' in project 'Logic Parser'
    Target 'LogicParser' in project 'Logic Parser'
        ➜ Explicit dependency on target 'LogicParser' in project 'Logic Parser'
        ➜ Explicit dependency on target 'Covfefe' in project 'Covfefe'
    Target 'LogicParser' in project 'Logic Parser'
        ➜ Explicit dependency on target 'Covfefe' in project 'Covfefe'
    Target 'Covfefe' in project 'Covfefe'
        ➜ Explicit dependency on target 'Covfefe' in project 'Covfefe'
    Target 'Covfefe' in project 'Covfefe' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6bc6df19c0006be2da9c232762284514
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6bc6df19c0006be2da9c232762284514.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
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
    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/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.modulemap (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.modulemap (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.LinkFileList (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_const_extract_protocols.json (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftConstValuesFileList (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-OutputFileMap.json (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftFileList (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_const_extract_protocols.json (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftConstValuesFileList (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.LinkFileList (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-OutputFileMap.json (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.modulemap (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.DependencyStaticMetadataFileList (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.DependencyMetadataFileList (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftFileList (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.DependencyStaticMetadataFileList (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.DependencyMetadataFileList (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ExistentialGraphsFoundation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.modulemap (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.DependencyStaticMetadataFileList (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.DependencyMetadataFileList (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/LogicParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.modulemap (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Covfefe.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.modulemap (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    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/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver Covfefe normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Covfefe -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.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/Covfefe.build/Debug-appletvos/Covfefe.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Covfefe (in target 'Covfefe' from project 'Covfefe')
EmitSwiftModule normal arm64 (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Covfefe (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation\ Requirements Covfefe normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Covfefe -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.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/Covfefe.build/Debug-appletvos/Covfefe.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EBNFImporter.swift, EarleyParser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Covfefe-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Covfefe-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftdoc (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.abi.json (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftsourceinfo (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver LogicParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LogicParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Utility.swift (in target 'Covfefe' from project 'Covfefe')
SwiftEmitModule normal arm64 Emitting\ module\ for\ LogicParser (in target 'LogicParser' from project 'Logic Parser')
EmitSwiftModule normal arm64 (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Tokenizer.swift (in target 'Covfefe' from project 'Covfefe')
SwiftCompile normal arm64 Compiling\ LogicNode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser/Sources/LogicParser/LogicNode.swift (in target 'LogicParser' from project 'Logic Parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser/Sources/LogicParser/LogicNode.swift (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ABNFImporter.swift, BNFImporter.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Grammar.swift, GrammarCheck.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling CYKParser.swift, CharacterSets.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling SyntaxTree.swift, Terminal.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling PrefixGrammar.swift, Productions.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling StringUtility.swift, Symbols.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriverJobDiscovery normal arm64 Compiling Normalization.swift, Parser.swift (in target 'Covfefe' from project 'Covfefe')
SwiftDriver\ Compilation Covfefe normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Covfefe -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.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/Covfefe.build/Debug-appletvos/Covfefe.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.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/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe-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-appletvos/Covfefe.o normal (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.o
SwiftDriverJobDiscovery normal arm64 Emitting module for LogicParser (in target 'LogicParser' from project 'Logic Parser')
SwiftDriver\ Compilation\ Requirements LogicParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LogicParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-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-appletvos/LogicParser-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-Swift.h (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/LogicParser-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift (in target 'LogicParser' from project 'Logic Parser')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftmodule (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.abi.json (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftdoc (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftsourceinfo (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver ExistentialGraphsFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExistentialGraphsFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ExistentialGraphsFoundation.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/ExistentialGraphsFoundation.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/ExistentialGraphsFoundation.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ExistentialGraphsFoundation (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
EmitSwiftModule normal arm64 (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift:37:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGPoint: AdditiveArithmetic {
^
/Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift:37:1: note: add '@retroactive' to silence this warning
extension CGPoint: AdditiveArithmetic {
^                  ~~~~~~~~~~~~~~~~~~
                   @retroactive AdditiveArithmetic
SwiftCompile normal arm64 Compiling\ Unique.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Unique.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Unique.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Graph.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Graph.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Graph.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TransformationTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/TransformationTransaction.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/TransformationTransaction.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GraphObject.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/GraphObject.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/GraphObject.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift:37:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
extension CGPoint: AdditiveArithmetic {
^
/Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift:37:1: note: add '@retroactive' to silence this warning
extension CGPoint: AdditiveArithmetic {
^                  ~~~~~~~~~~~~~~~~~~
                   @retroactive AdditiveArithmetic
SwiftCompile normal arm64 Compiling\ Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Literal.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Literal.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GraphElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/GraphElement.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/GraphElement.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LogicParser.swift (in target 'LogicParser' from project 'Logic Parser')
SwiftCompile normal arm64 Compiling\ Bounded.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Bounded.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Bounded.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LogicNode.swift (in target 'LogicParser' from project 'Logic Parser')
SwiftDriver\ Compilation LogicParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LogicParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.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/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ExistentialGraphsFoundation.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 Compiling\ Cut.swift /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Cut.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Cut.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling TransformationTransaction.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
ExtractAppIntentsMetadata (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Covfefe --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier covfefe.Covfefe --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Covfefe.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Covfefe.build/Debug-appletvos/Covfefe.build/Objects-normal/arm64/Covfefe.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:23:15.706 appintentsmetadataprocessor[944:5009] Starting appintentsmetadataprocessor export
2025-04-26 15:23:15.755 appintentsmetadataprocessor[944:5009] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Unique.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.o (in target 'Covfefe' from project 'Covfefe')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Covfefe
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Covfefe.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.o normal (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.o
ExtractAppIntentsMetadata (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LogicParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier logicparser.LogicParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/LogicParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Logic\ Parser.build/Debug-appletvos/LogicParser.build/Objects-normal/arm64/LogicParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:23:15.822 appintentsmetadataprocessor[947:5032] Starting appintentsmetadataprocessor export
2025-04-26 15:23:15.861 appintentsmetadataprocessor[947:5032] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.o (in target 'LogicParser' from project 'Logic Parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogicParser
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LogicParser.o
SwiftDriverJobDiscovery normal arm64 Compiling GraphObject.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriverJobDiscovery normal arm64 Emitting module for ExistentialGraphsFoundation (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriver\ Compilation\ Requirements ExistentialGraphsFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExistentialGraphsFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-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-appletvos/ExistentialGraphsFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-Swift.h (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ExistentialGraphsFoundation-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftmodule (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftdoc (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.abi.json (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftsourceinfo (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Bounded.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriverJobDiscovery normal arm64 Compiling Utilities.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriverJobDiscovery normal arm64 Compiling Graph.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriverJobDiscovery normal arm64 Compiling Literal.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriverJobDiscovery normal arm64 Compiling GraphElement.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriverJobDiscovery normal arm64 Compiling Cut.swift (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
SwiftDriver\ Compilation ExistentialGraphsFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ExistentialGraphsFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.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/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation-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-appletvos/ExistentialGraphsFoundation.o normal (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.o
ExtractAppIntentsMetadata (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ExistentialGraphsFoundation --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.ExistentialGraphsFoundation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/ExistentialGraphsFoundation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Existential\ Graphs\ Foundation.build/Debug-appletvos/ExistentialGraphsFoundation.build/Objects-normal/arm64/ExistentialGraphsFoundation.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 15:23:17.186 appintentsmetadataprocessor[950:5053] Starting appintentsmetadataprocessor export
2025-04-26 15:23:17.219 appintentsmetadataprocessor[950:5053] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.o (in target 'ExistentialGraphsFoundation' from project 'Existential Graphs Foundation')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ExistentialGraphsFoundation.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "silica",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Silica.git"
    },
    {
      "identity" : "logicparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Gerzer/LogicParser.git"
    }
  ],
  "manifest_display_name" : "Existential Graphs Foundation",
  "name" : "Existential Graphs Foundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ExistentialGraphsFoundation",
      "targets" : [
        "ExistentialGraphsFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExistentialGraphsFoundation",
      "module_type" : "SwiftTarget",
      "name" : "ExistentialGraphsFoundation",
      "path" : "Sources/ExistentialGraphsFoundation",
      "product_dependencies" : [
        "Silica",
        "LogicParser"
      ],
      "product_memberships" : [
        "ExistentialGraphsFoundation"
      ],
      "sources" : [
        "Bounded.swift",
        "Cut.swift",
        "ExistentialGraphsFoundation.swift",
        "Graph.swift",
        "GraphElement.swift",
        "GraphObject.swift",
        "Literal.swift",
        "TransformationTransaction.swift",
        "Unique.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.