The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Kodable, reference main (a48c37), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 08:06:54 UTC.

Swift 6 data race errors: 8

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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.1
Building package at path:  $PWD
https://github.com/jarmourato/Kodable.git
https://github.com/jarmourato/Kodable.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/wickwirew/Runtime
Fetching from https://github.com/rogerluan/JSEN
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
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 ‘Runtime’
Checking out 2.2.7 of package ‘Runtime’
Resolve Package Graph
Resolved source packages:
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Kodable: /Users/admin/builder/spi-builder-workspace
  JSEN: https://github.com/rogerluan/JSEN @ 1.2.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Runtime: https://github.com/wickwirew/Runtime @ 2.2.7
resolved source packages: CwlPreconditionTesting, Kodable, JSEN, CwlCatchException, Runtime
{
  "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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Kodable -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Kodable -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Kodable: /Users/admin/builder/spi-builder-workspace
  JSEN: https://github.com/rogerluan/JSEN @ 1.2.1
  Runtime: https://github.com/wickwirew/Runtime @ 2.2.7
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b530003fc66e4f8f76c18990ea6d306a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b530003fc66e4f8f76c18990ea6d306a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/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/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.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/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/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.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/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.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.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.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
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/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
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_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/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/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.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/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
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
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
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/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
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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -DXcode
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
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
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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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
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\ 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\ 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\ 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

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

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\ 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\ 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

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

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\ 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

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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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
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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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
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
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
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
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
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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling JSENRepresentable.swift (in target 'JSEN' from project 'JSEN')
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

SwiftDriverJobDiscovery normal arm64 Compiling PropertyInfo.swift, TypeInfo.swift, TypeInfoConvertible.swift, Pointers.swift (in target 'Runtime' from project 'Runtime')
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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling JSEN+KeyPath.swift (in target 'JSEN' from project 'JSEN')
SwiftDriverJobDiscovery normal arm64 Compiling JSEN+SyntacticSugar.swift (in target 'JSEN' from project 'JSEN')
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

SwiftDriverJobDiscovery normal arm64 Compiling StructTypeDescriptor.swift, TargetTypeGenericContextDescriptorHeader.swift, TupleMetadataLayout.swift, TypeDescriptor.swift, ValueWitnessTable.swift (in target 'Runtime' from project 'Runtime')
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

SwiftDriverJobDiscovery normal arm64 Compiling JSEN.swift (in target 'JSEN' from project 'JSEN')
SwiftDriverJobDiscovery normal arm64 Compiling NominalMetadataType.swift, ProtocolMetadata.swift, StructMetadata.swift, TupleMetadata.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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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
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/Extensions/Runtime+Utilities.swift:32:24: warning: static property 'cachedTypeInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: note: convert 'cachedTypeInfo' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: note: add '@MainActor' to make static property 'cachedTypeInfo' part of global actor 'MainActor'
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                       ^
    nonisolated(unsafe)
/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/KodableError.swift:11:10: warning: associated value 'validationFailed(type:property:parsedValue:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case validationFailed(type: Any, property: String, parsedValue: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:11:10: warning: associated value 'validationFailed(type:property:parsedValue:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case validationFailed(type: Any, property: String, parsedValue: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:13:19: warning: associated value 'failedDecodingProperty(property:key:type:underlyingError:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    indirect case failedDecodingProperty(property: String, key: String, type: Any, underlyingError: KodableError)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:15:19: warning: associated value 'failedDecodingType(type:underlyingError:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    indirect case failedDecodingType(type: Any, underlyingError: KodableError)
                  ^
/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
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:123:24: warning: static property 'iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let iso8601Formatter = ISO8601DateFormatter()
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:123:24: note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    private static let iso8601Formatter = ISO8601DateFormatter()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:123:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let iso8601Formatter = ISO8601DateFormatter()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:124:24: warning: static property 'iso8601WithFractionalSecondsFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let iso8601WithFractionalSecondsFormatter: ISO8601DateFormatter = {
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:124:24: note: add '@MainActor' to make static property 'iso8601WithFractionalSecondsFormatter' part of global actor 'MainActor'
    private static let iso8601WithFractionalSecondsFormatter: ISO8601DateFormatter = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let iso8601WithFractionalSecondsFormatter: ISO8601DateFormatter = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: warning: static property 'formatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var formatters: [String: Formatter] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: note: convert 'formatters' to a 'let' constant to make 'Sendable' shared state immutable
    private static var formatters: [String: Formatter] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: note: add '@MainActor' to make static property 'formatters' part of global actor 'MainActor'
    private static var formatters: [String: Formatter] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var formatters: [String: Formatter] = [:]
                       ^
    nonisolated(unsafe)
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

SwiftDriverJobDiscovery normal arm64 Compiling MetadataLayoutType.swift, ProtocolDescriptor.swift, ProtocolMetadataLayout.swift, ProtocolTypeContainer.swift, StructMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
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

/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:11:10: warning: associated value 'validationFailed(type:property:parsedValue:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case validationFailed(type: Any, property: String, parsedValue: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:11:10: warning: associated value 'validationFailed(type:property:parsedValue:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case validationFailed(type: Any, property: String, parsedValue: Any)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:13:19: warning: associated value 'failedDecodingProperty(property:key:type:underlyingError:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    indirect case failedDecodingProperty(property: String, key: String, type: Any, underlyingError: KodableError)
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Kodable/KodableError.swift:15:19: warning: associated value 'failedDecodingType(type:underlyingError:)' of 'Sendable'-conforming enum 'KodableError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    indirect case failedDecodingType(type: Any, underlyingError: KodableError)
                  ^
SwiftDriverJobDiscovery normal arm64 Compiling GettersSetters.swift, Pointer+Extensions.swift, RetainCounts.swift, String+Extensions.swift (in target 'Runtime' from project 'Runtime')
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

/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: warning: static property 'cachedTypeInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: note: convert 'cachedTypeInfo' to a 'let' constant to make 'Sendable' shared state immutable
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: note: add '@MainActor' to make static property 'cachedTypeInfo' part of global actor 'MainActor'
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/Runtime+Utilities.swift:32:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var cachedTypeInfo: [HashedType: TypeInfo] = [:]
                       ^
    nonisolated(unsafe)
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 RelativePointer.swift, RelativeVectorPointer.swift, Union.swift, Vector.swift (in target 'Runtime' from project 'Runtime')
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

SwiftDriverJobDiscovery normal arm64 Compiling Case.swift, Errors.swift, FunctionInfo.swift, Kind.swift (in target 'Runtime' from project 'Runtime')
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

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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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')
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
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 EnumMetadataLayout.swift, EnumTypeDescriptor.swift, ExistentialContainter.swift, FieldDescriptor.swift, FunctionMetadataLayout.swift (in target 'Runtime' from project 'Runtime')
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
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
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

/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:123:24: warning: static property 'iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let iso8601Formatter = ISO8601DateFormatter()
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:123:24: note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    private static let iso8601Formatter = ISO8601DateFormatter()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:123:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let iso8601Formatter = ISO8601DateFormatter()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:124:24: warning: static property 'iso8601WithFractionalSecondsFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let iso8601WithFractionalSecondsFormatter: ISO8601DateFormatter = {
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:124:24: note: add '@MainActor' to make static property 'iso8601WithFractionalSecondsFormatter' part of global actor 'MainActor'
    private static let iso8601WithFractionalSecondsFormatter: ISO8601DateFormatter = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:124:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let iso8601WithFractionalSecondsFormatter: ISO8601DateFormatter = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: warning: static property 'formatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var formatters: [String: Formatter] = [:]
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: note: convert 'formatters' to a 'let' constant to make 'Sendable' shared state immutable
    private static var formatters: [String: Formatter] = [:]
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: note: add '@MainActor' to make static property 'formatters' part of global actor 'MainActor'
    private static var formatters: [String: Formatter] = [:]
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Wrappers/CodableDate.swift:132:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var formatters: [String: Formatter] = [:]
                       ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Coding.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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling Codable+Utilities.swift, Comparable+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling Runtime+Utilities.swift, TryCatch+Utilities.swift (in target 'Kodable' from project 'Kodable')
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
SwiftDriverJobDiscovery normal arm64 Compiling DecodingError+Utilities.swift, Optional+Utilities.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling Kodable.swift, KodableError.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling JSEN+Codable.swift (in target 'JSEN' from project 'JSEN')
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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSEN.o
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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Runtime.o
ExtractAppIntentsMetadata (in target 'JSEN' from project 'JSEN')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/JSEN
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSEN --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --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-05-01 01:06:53.242 appintentsmetadataprocessor[900:4786] Starting appintentsmetadataprocessor export
2025-05-01 01:06:53.284 appintentsmetadataprocessor[900:4786] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling KodableOption.swift, KodableOptions+Presets.swift (in target 'Kodable' from project 'Kodable')
ExtractAppIntentsMetadata (in target 'Runtime' from project 'Runtime')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Runtime
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Runtime --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --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-05-01 01:06:53.242 appintentsmetadataprocessor[901:4796] Starting appintentsmetadataprocessor export
2025-05-01 01:06:53.284 appintentsmetadataprocessor[901:4796] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Codable+AnyCodingKey.swift, Codable+Lossless.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 DebugJSON.swift, Codable+NestedKeyable.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling KodableTransformable.swift (in target 'Kodable' from project 'Kodable')
SwiftDriverJobDiscovery normal arm64 Compiling CodableDate.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-16.3.0.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 -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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 -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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.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 -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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Kodable --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --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-05-01 01:06:53.404 appintentsmetadataprocessor[904:4823] Starting appintentsmetadataprocessor export
2025-05-01 01:06:53.437 appintentsmetadataprocessor[904:4823] 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.