The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Kodable, reference main (a48c37), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 23 Jun 2025 16:33:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Kodable -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jarmourato/Kodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jarmourato/Kodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a48c374 update CI
Cloned https://github.com/jarmourato/Kodable.git
Revision (git rev-parse @):
a48c374e7fd3c88c61bfda5ea0c4f8dfe5b5a943
SUCCESS checkout https://github.com/jarmourato/Kodable.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jarmourato/Kodable.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/wickwirew/Runtime
Fetching from https://github.com/rogerluan/JSEN
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘Runtime’
Checking out 2.2.7 of package ‘Runtime’
Creating working copy of package ‘JSEN’
Checking out 1.2.1 of package ‘JSEN’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Runtime: https://github.com/wickwirew/Runtime @ 2.2.7
  JSEN: https://github.com/rogerluan/JSEN @ 1.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Kodable: /Users/admin/builder/spi-builder-workspace
resolved source packages: CwlCatchException, Runtime, JSEN, CwlPreconditionTesting, Kodable
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "jsen",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rogerluan/JSEN"
    },
    {
      "identity" : "runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/Runtime"
    }
  ],
  "manifest_display_name" : "Kodable",
  "name" : "Kodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Kodable",
      "targets" : [
        "Kodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KodableTests",
      "module_type" : "SwiftTarget",
      "name" : "KodableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "KodableTests.swift",
        "XCTestCase+Utilities.swift"
      ],
      "target_dependencies" : [
        "Kodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kodable",
      "module_type" : "SwiftTarget",
      "name" : "Kodable",
      "path" : "Sources",
      "product_dependencies" : [
        "Runtime",
        "JSEN"
      ],
      "product_memberships" : [
        "Kodable"
      ],
      "sources" : [
        "Debug/DebugJSON.swift",
        "Extensions/Codable+NestedKeyable.swift",
        "Extensions/Codable+Utilities.swift",
        "Extensions/Comparable+Utilities.swift",
        "Extensions/DecodingError+Utilities.swift",
        "Extensions/Optional+Utilities.swift",
        "Extensions/Runtime+Utilities.swift",
        "Extensions/TryCatch+Utilities.swift",
        "Kodable/Codable+AnyCodingKey.swift",
        "Kodable/Codable+Lossless.swift",
        "Kodable/Kodable.swift",
        "Kodable/KodableError.swift",
        "Kodable/KodableOption.swift",
        "Kodable/KodableOptions+Presets.swift",
        "Kodable/KodableTransformable.swift",
        "Wrappers/CodableDate.swift",
        "Wrappers/Coding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JSEN",
      "Kodable"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JSEN",
      "Kodable"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Kodable -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Kodable -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Kodable: /Users/admin/builder/spi-builder-workspace
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  JSEN: https://github.com/rogerluan/JSEN @ 1.2.1
  Runtime: https://github.com/wickwirew/Runtime @ 2.2.7
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'Kodable' in project 'Kodable'
        ➜ Explicit dependency on target 'Kodable' in project 'Kodable'
        ➜ Explicit dependency on target 'Runtime' in project 'Runtime'
        ➜ Explicit dependency on target 'JSEN' in project 'JSEN'
    Target 'Kodable' in project 'Kodable'
        ➜ Explicit dependency on target 'Runtime' in project 'Runtime'
        ➜ Explicit dependency on target 'JSEN' in project 'JSEN'
    Target 'JSEN' in project 'JSEN'
        ➜ Explicit dependency on target 'JSEN' in project 'JSEN'
    Target 'JSEN' in project 'JSEN' (no dependencies)
    Target 'Runtime' in project 'Runtime'
        ➜ Explicit dependency on target 'Runtime' in project 'Runtime'
        ➜ Explicit dependency on target 'CRuntime' in project 'Runtime'
    Target 'Runtime' in project 'Runtime'
        ➜ Explicit dependency on target 'CRuntime' in project 'Runtime'
    Target 'CRuntime' in project 'Runtime' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fa65b8348d4e4a54154f36151479851f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fa65b8348d4e4a54154f36151479851f.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.modulemap (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.DependencyMetadataFileList (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.DependencyStaticMetadataFileList (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.modulemap (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.LinkFileList (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_const_extract_protocols.json (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftFileList (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_const_extract_protocols.json (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftConstValuesFileList (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-OutputFileMap.json (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Runtime.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.modulemap (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    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/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.LinkFileList (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_const_extract_protocols.json (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-OutputFileMap.json (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftFileList (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftConstValuesFileList (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.modulemap (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.DependencyStaticMetadataFileList (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.DependencyMetadataFileList (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftFileList (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftConstValuesFileList (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.LinkFileList (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.DependencyStaticMetadataFileList (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-OutputFileMap.json (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.DependencyMetadataFileList (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Kodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.modulemap (in target 'Kodable' from project 'Kodable')
    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/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSEN.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.modulemap (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    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/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/CRuntime.DependencyStaticMetadataFileList (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/CRuntime.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/CRuntime.DependencyMetadataFileList (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/CRuntime.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios12.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=CRuntime' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/CRuntime.LinkFileList (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/CRuntime.LinkFileList
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/dummy.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/dummy.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o -index-unit-output-path /Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o
SwiftDriver Runtime normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Runtime -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.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/Runtime.build/Debug-iphoneos/Runtime.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver JSEN normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSEN -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.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/JSEN.build/Debug-iphoneos/JSEN.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/dummy.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/dummy.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o -index-unit-output-path /Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/dummy.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CRuntime.o normal (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/CRuntime.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/CRuntime_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/CRuntime.build/Objects-normal/arm64/CRuntime_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CRuntime.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CRuntime.o (in target 'CRuntime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CRuntime.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3HTANMTZCP6Y9JNQ39FV59MRN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-9VKHEL45GO0S9UFDNN13E0L1J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-EZ51YITGRGUNDHIOWBTBDX3HG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-4FVR452VOSL178WGP8X8D0KNJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6FWRIXJQD5QRT88O82SYSLG08.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-KAXGLN8PC6ZXUDIXGFUI0P34.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-CBS67EYEN5VWGBB8OVQ8EUINJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-6FQ15SRU9D9A044YPILL0CXXX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CXC27J8YUXK4G20ZP1M0E8MG3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4RWDBESMZFX3KO83RWRWMFLI8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AJQDCBD0YWO0ZLC72RMWSWKZ9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-8YP91F7W9MGAILZQKSZI35L2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-EYM3FL12NJ59LL2IBGYAY10L8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4ETX325NXP3BU0VNYJERSG1VG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-91RAPV12LSOIG9C27D473G2K3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/CRuntime-57QHFFRTWTFMQ80CM7JU4DYTO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BFJPZN6CR5B4H4UOGESGS2YS4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-BR0ISXVR4NA7TUR9FO6ZN9BUX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DOHLKNIW7LGJIBKLRH4VGIFZV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-7RHAFQD18Z6AJZGMVSTXXMBCA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AHBR8CP1AD519ISL3E1UCJ16C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-4IWW8YK6LXOSTJY4P6C2VVRVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-6VOE3RHR5QPYA9TUEA3OEO0DS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-68WAU4OA82VV0C7HGEKHI9G17.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-C5WUIBSEU2CG1IFZQSODUOG9A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-49MC91NHVGD4Y6BRKL8ZQMQZD.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Runtime (in target 'Runtime' from project 'Runtime')
EmitSwiftModule normal arm64 (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ GettersSetters.swift,\ Pointer+Extensions.swift,\ RetainCounts.swift,\ String+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/GettersSetters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/Pointer+Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/RetainCounts.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/String+Extensions.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/GettersSetters.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/Pointer+Extensions.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Utilities/String+Extensions.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MetadataLayoutType.swift,\ ProtocolDescriptor.swift,\ ProtocolMetadataLayout.swift,\ ProtocolTypeContainer.swift,\ StructMetadataLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/MetadataLayoutType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ProtocolDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ProtocolMetadataLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ProtocolTypeContainer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/StructMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/MetadataLayoutType.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ PropertyInfo.swift,\ TypeInfo.swift,\ TypeInfoConvertible.swift,\ Pointers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/PropertyInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/TypeInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/TypeInfoConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Pointers/Pointers.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/PropertyInfo.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ RelativePointer.swift,\ RelativeVectorPointer.swift,\ Union.swift,\ Vector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Pointers/RelativePointer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Pointers/RelativeVectorPointer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Pointers/Union.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Pointers/Vector.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Pointers/RelativePointer.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ Case.swift,\ Errors.swift,\ FunctionInfo.swift,\ Kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/Case.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/FunctionInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/Kind.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Models/Case.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ StructTypeDescriptor.swift,\ TargetTypeGenericContextDescriptorHeader.swift,\ TupleMetadataLayout.swift,\ TypeDescriptor.swift,\ ValueWitnessTable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/StructTypeDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/TargetTypeGenericContextDescriptorHeader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/TupleMetadataLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/TypeDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ValueWitnessTable.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/StructTypeDescriptor.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ ClassMetadata.swift,\ EnumMetadata.swift,\ FuntionMetadata.swift,\ Metadata.swift,\ MetadataType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/EnumMetadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/FuntionMetadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/Metadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/MetadataType.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/ClassMetadata.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ NominalMetadataType.swift,\ ProtocolMetadata.swift,\ StructMetadata.swift,\ TupleMetadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/NominalMetadataType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/ProtocolMetadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/StructMetadata.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Metadata/NominalMetadataType.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ DefaultValue.swift,\ Factory.swift,\ ClassHeader.swift,\ ClassMetadataLayout.swift,\ ClassTypeDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Factory/DefaultValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Factory/Factory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ClassHeader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ClassMetadataLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ClassTypeDescriptor.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Factory/DefaultValue.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for JSEN (in target 'JSEN' from project 'JSEN')
SwiftDriver\ Compilation\ Requirements JSEN normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSEN -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.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/JSEN.build/Debug-iphoneos/JSEN.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Runtime (in target 'Runtime' from project 'Runtime')
SwiftDriver\ Compilation\ Requirements Runtime normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Runtime -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.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/Runtime.build/Debug-iphoneos/Runtime.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ EnumMetadataLayout.swift,\ EnumTypeDescriptor.swift,\ ExistentialContainter.swift,\ FieldDescriptor.swift,\ FunctionMetadataLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/EnumMetadataLayout.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/EnumTypeDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/ExistentialContainter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/FieldDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/FunctionMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/Runtime/Layouts/EnumMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Runtime-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-Swift.h (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Runtime-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling RelativePointer.swift, RelativeVectorPointer.swift, Union.swift, Vector.swift (in target 'Runtime' from project 'Runtime')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftmodule (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftdoc (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling MetadataLayoutType.swift, ProtocolDescriptor.swift, ProtocolMetadataLayout.swift, ProtocolTypeContainer.swift, StructMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.abi.json (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftsourceinfo (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSEN-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-Swift.h (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSEN-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Case.swift, Errors.swift, FunctionInfo.swift, Kind.swift (in target 'Runtime' from project 'Runtime')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftmodule (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftdoc (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.abi.json (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftsourceinfo (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling StructTypeDescriptor.swift, TargetTypeGenericContextDescriptorHeader.swift, TupleMetadataLayout.swift, TypeDescriptor.swift, ValueWitnessTable.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 Compiling\ KeyPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN/Sources/KeyPath.swift (in target 'JSEN' from project 'JSEN')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN/Sources/KeyPath.swift (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling GettersSetters.swift, Pointer+Extensions.swift, RetainCounts.swift, String+Extensions.swift (in target 'Runtime' from project 'Runtime')
SwiftDriverJobDiscovery normal arm64 Compiling NominalMetadataType.swift, ProtocolMetadata.swift, StructMetadata.swift, TupleMetadata.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 Compiling\ JSEN.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN/Sources/JSEN.swift (in target 'JSEN' from project 'JSEN')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN/Sources/JSEN.swift (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PropertyInfo.swift, TypeInfo.swift, TypeInfoConvertible.swift, Pointers.swift (in target 'Runtime' from project 'Runtime')
SwiftDriver Kodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Kodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.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/Kodable.build/Debug-iphoneos/Kodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ClassMetadata.swift, EnumMetadata.swift, FuntionMetadata.swift, Metadata.swift, MetadataType.swift (in target 'Runtime' from project 'Runtime')
SwiftDriverJobDiscovery normal arm64 Compiling JSEN+SyntacticSugar.swift (in target 'JSEN' from project 'JSEN')
SwiftDriverJobDiscovery normal arm64 Compiling JSENRepresentable.swift (in target 'JSEN' from project 'JSEN')
SwiftDriverJobDiscovery normal arm64 Compiling JSEN+KeyPath.swift (in target 'JSEN' from project 'JSEN')
SwiftDriverJobDiscovery normal arm64 Compiling JSEN.swift (in target 'JSEN' from project 'JSEN')
SwiftCompile normal arm64 Compiling\ Codable+Utilities.swift,\ Comparable+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Codable+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Codable+Utilities.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DecodingError+Utilities.swift,\ Optional+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Optional+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Utilities.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Optional+Utilities.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Codable+AnyCodingKey.swift,\ Codable+Lossless.swift /Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+AnyCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+AnyCodingKey.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: note: add '@retroactive' to silence this warning
extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
^                   ~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: note: add '@retroactive' to silence this warning
extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive LosslessStringConvertible
SwiftEmitModule normal arm64 Emitting\ module\ for\ Kodable (in target 'Kodable' from project 'Kodable')
EmitSwiftModule normal arm64 (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:166:1: note: add '@retroactive' to silence this warning
extension Optional: CustomStringConvertible where Wrapped: LosslessDecodable {
^                   ~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'LosslessStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/Codable+Lossless.swift:175:1: note: add '@retroactive' to silence this warning
extension Optional: LosslessStringConvertible where Wrapped: LosslessDecodable {
^                   ~~~~~~~~~~~~~~~~~~~~~~~~~
                    @retroactive LosslessStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: Comparable where Wrapped: Comparable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: note: add '@retroactive' to silence this warning
extension Optional: Comparable where Wrapped: Comparable {
^                   ~~~~~~~~~~
                    @retroactive Comparable
SwiftCompile normal arm64 Compiling\ DebugJSON.swift,\ Codable+NestedKeyable.swift /Users/admin/builder/spi-builder-workspace/Sources/Debug/DebugJSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Codable+NestedKeyable.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Debug/DebugJSON.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Codable+NestedKeyable.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Runtime+Utilities.swift,\ TryCatch+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/TryCatch+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/TryCatch+Utilities.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling EnumMetadataLayout.swift, EnumTypeDescriptor.swift, ExistentialContainter.swift, FieldDescriptor.swift, FunctionMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
SwiftCompile normal arm64 Compiling\ KodableOption.swift,\ KodableOptions+Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOption.swift /Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOption.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
extension Optional: Comparable where Wrapped: Comparable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableOptions+Presets.swift:90:1: note: add '@retroactive' to silence this warning
extension Optional: Comparable where Wrapped: Comparable {
^                   ~~~~~~~~~~
                    @retroactive Comparable
SwiftDriverJobDiscovery normal arm64 Emitting module for Kodable (in target 'Kodable' from project 'Kodable')
SwiftDriver\ Compilation\ Requirements Kodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Kodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.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/Kodable.build/Debug-iphoneos/Kodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Runtime+Utilities.swift, TryCatch+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 Compiling\ Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/Wrappers/Coding.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wrappers/Coding.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Kodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-Swift.h (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Kodable-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling JSEN+Codable.swift (in target 'JSEN' from project 'JSEN')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftmodule (in target 'Kodable' from project 'Kodable')
    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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftdoc (in target 'Kodable' from project 'Kodable')
    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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.abi.json (in target 'Kodable' from project 'Kodable')
    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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftsourceinfo (in target 'Kodable' from project 'Kodable')
    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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Codable+Utilities.swift, Comparable+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 Compiling\ KodableTransformable.swift /Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableTransformable.swift (in target 'Kodable' from project 'Kodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableTransformable.swift (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling KodableOption.swift, KodableOptions+Presets.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling Codable+AnyCodingKey.swift, Codable+Lossless.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling DebugJSON.swift, Codable+NestedKeyable.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling DecodingError+Utilities.swift, Optional+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultValue.swift, Factory.swift, ClassHeader.swift, ClassMetadataLayout.swift, ClassTypeDescriptor.swift (in target 'Runtime' from project 'Runtime')
SwiftDriver\ Compilation Runtime normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Runtime -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.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/Runtime.build/Debug-iphoneos/Runtime.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.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/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-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-iphoneos/Runtime.o normal (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.o
SwiftDriverJobDiscovery normal arm64 Compiling KeyPath.swift (in target 'JSEN' from project 'JSEN')
SwiftDriver\ Compilation JSEN normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSEN -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.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/JSEN.build/Debug-iphoneos/JSEN.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.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/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-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-iphoneos/JSEN.o normal (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.o
SwiftDriverJobDiscovery normal arm64 Compiling CodableDate.swift (in target 'Kodable' from project 'Kodable')
ExtractAppIntentsMetadata (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSEN --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 12.0 --bundle-identifier jsen.JSEN --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/JSEN.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSEN.build/Debug-iphoneos/JSEN.build/Objects-normal/arm64/JSEN.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-23 09:33:32.760 appintentsmetadataprocessor[830:4672] Starting appintentsmetadataprocessor export
2025-06-23 09:33:32.827 appintentsmetadataprocessor[830:4672] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Runtime --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 12.0 --bundle-identifier runtime.Runtime --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Runtime.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Runtime.build/Debug-iphoneos/Runtime.build/Objects-normal/arm64/Runtime.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-23 09:33:32.760 appintentsmetadataprocessor[831:4673] Starting appintentsmetadataprocessor export
2025-06-23 09:33:32.827 appintentsmetadataprocessor[831:4673] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Coding.swift (in target 'Kodable' from project 'Kodable')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.o (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.o (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.o
SwiftDriverJobDiscovery normal arm64 Compiling KodableTransformable.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling Kodable.swift, KodableError.swift (in target 'Kodable' from project 'Kodable')
SwiftDriver\ Compilation Kodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Kodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.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/Kodable.build/Debug-iphoneos/Kodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime/Sources/CRuntime/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.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/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-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-iphoneos/Kodable.o normal (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.o
ExtractAppIntentsMetadata (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Kodable --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Kodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Kodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kodable.build/Debug-iphoneos/Kodable.build/Objects-normal/arm64/Kodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-23 09:33:32.894 appintentsmetadataprocessor[834:4698] Starting appintentsmetadataprocessor export
2025-06-23 09:33:32.939 appintentsmetadataprocessor[834:4698] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.o (in target 'Kodable' from project 'Kodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kodable.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "jsen",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rogerluan/JSEN"
    },
    {
      "identity" : "runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wickwirew/Runtime"
    }
  ],
  "manifest_display_name" : "Kodable",
  "name" : "Kodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Kodable",
      "targets" : [
        "Kodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KodableTests",
      "module_type" : "SwiftTarget",
      "name" : "KodableTests",
      "path" : "Tests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "KodableTests.swift",
        "XCTestCase+Utilities.swift"
      ],
      "target_dependencies" : [
        "Kodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kodable",
      "module_type" : "SwiftTarget",
      "name" : "Kodable",
      "path" : "Sources",
      "product_dependencies" : [
        "Runtime",
        "JSEN"
      ],
      "product_memberships" : [
        "Kodable"
      ],
      "sources" : [
        "Debug/DebugJSON.swift",
        "Extensions/Codable+NestedKeyable.swift",
        "Extensions/Codable+Utilities.swift",
        "Extensions/Comparable+Utilities.swift",
        "Extensions/DecodingError+Utilities.swift",
        "Extensions/Optional+Utilities.swift",
        "Extensions/Runtime+Utilities.swift",
        "Extensions/TryCatch+Utilities.swift",
        "Kodable/Codable+AnyCodingKey.swift",
        "Kodable/Codable+Lossless.swift",
        "Kodable/Kodable.swift",
        "Kodable/KodableError.swift",
        "Kodable/KodableOption.swift",
        "Kodable/KodableOptions+Presets.swift",
        "Kodable/KodableTransformable.swift",
        "Wrappers/CodableDate.swift",
        "Wrappers/Coding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.