The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoreJSON, reference 2.1.0 (d51bf4), with Swift 6.2 for iOS using Xcode 26.3 on 17 Jun 2025 17:53:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomquist/CoreJSON.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomquist/CoreJSON
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d51bf48 Add conformance to Codable
Cloned https://github.com/tomquist/CoreJSON.git
Revision (git rev-parse @):
d51bf4881192a9325a856d81c2e2fc7a5d25bc2d
SUCCESS checkout https://github.com/tomquist/CoreJSON.git at 2.1.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomquist/CoreJSON.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreJSON",
  "name" : "CoreJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreJSON",
      "targets" : [
        "CoreJSON",
        "CoreJSONConvenience",
        "CoreJSONFoundation",
        "CoreJSONLiterals",
        "CoreJSONSubscript",
        "CoreJSONPointer",
        "CoreJSONCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONTests",
      "path" : "Tests/CoreJSONTests",
      "sources" : [
        "CoreJSONTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONSubscriptTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONSubscriptTests",
      "path" : "Tests/CoreJSONSubscriptTests",
      "sources" : [
        "CoreJSONSubscriptTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONSubscript",
        "CoreJSONConvenience",
        "CoreJSONLiterals"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONSubscript",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONSubscript",
      "path" : "Sources/CoreJSONSubscript",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONSubscript.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONPointerTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONPointerTests",
      "path" : "Tests/CoreJSONPointerTests",
      "sources" : [
        "CoreJSONPointerTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONPointer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONPointer",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONPointer",
      "path" : "Sources/CoreJSONPointer",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONPointer.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONLiteralsTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONLiteralsTests",
      "path" : "Tests/CoreJSONLiteralsTests",
      "sources" : [
        "CoreJSONLiteralsTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONLiterals"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONLiterals",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONLiterals",
      "path" : "Sources/CoreJSONLiterals",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONLiterals.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONFoundationTests",
      "path" : "Tests/CoreJSONFoundationTests",
      "sources" : [
        "CoreJSONFromFoundationTests.swift",
        "CoreJSONToFoundationTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONFoundation",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONFoundation",
      "path" : "Sources/CoreJSONFoundation",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "FromFoundation.swift",
        "ToFoundation.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONConvenienceTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONConvenienceTests",
      "path" : "Tests/CoreJSONConvenienceTests",
      "sources" : [
        "CoreJSONConvenienceTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONConvenience"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONConvenience",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONConvenience",
      "path" : "Sources/CoreJSONConvenience",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONConvenience.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONCodableTests",
      "path" : "Tests/CoreJSONCodableTests",
      "sources" : [
        "CoreJSONCodableTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONCodable",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONCodable",
      "path" : "Sources/CoreJSONCodable",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONCodable.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSON",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSON",
      "path" : "Sources/CoreJSON",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CoreJSON",
    "schemes" : [
      "CoreJSON-Package"
    ],
    "targets" : [
      "CoreJSON",
      "CoreJSONCodable",
      "CoreJSONCodableTests",
      "CoreJSONConvenience",
      "CoreJSONConvenienceTests",
      "CoreJSONFoundation",
      "CoreJSONFoundationTests",
      "CoreJSONLiterals",
      "CoreJSONLiteralsTests",
      "CoreJSONPackageDescription",
      "CoreJSONPackageTests",
      "CoreJSONPointer",
      "CoreJSONPointerTests",
      "CoreJSONSubscript",
      "CoreJSONSubscriptTests",
      "CoreJSONTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CoreJSON-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CoreJSON-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'CoreJSONConvenience' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONLiterals' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONSubscript' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONPointer' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONCodable' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONFoundation' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSON' in project 'CoreJSON' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7931b274e40b07dec53869bc94e8e789
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7931b274e40b07dec53869bc94e8e789.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj
    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/CoreJSON.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/CoreJSONSubscript.DependencyStaticMetadataFileList (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/CoreJSONSubscript.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.SwiftFileList (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-OutputFileMap.json (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.SwiftConstValuesFileList (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer_const_extract_protocols.json (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.LinkFileList (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftConstValuesFileList (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftFileList (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript_const_extract_protocols.json (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/CoreJSONSubscript.DependencyMetadataFileList (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/CoreJSONSubscript.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.LinkFileList (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer-OutputFileMap.json (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/CoreJSONPointer.DependencyStaticMetadataFileList (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/CoreJSONPointer.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/CoreJSONPointer.DependencyMetadataFileList (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/CoreJSONPointer.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.LinkFileList (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftFileList (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftConstValuesFileList (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals_const_extract_protocols.json (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-OutputFileMap.json (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/CoreJSONLiterals.DependencyStaticMetadataFileList (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/CoreJSONLiterals.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/CoreJSONLiterals.DependencyMetadataFileList (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/CoreJSONLiterals.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation_const_extract_protocols.json (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.SwiftConstValuesFileList (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.SwiftFileList (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.LinkFileList (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation-OutputFileMap.json (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/CoreJSONFoundation.DependencyStaticMetadataFileList (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/CoreJSONFoundation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/CoreJSONFoundation.DependencyMetadataFileList (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/CoreJSONFoundation.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience_const_extract_protocols.json (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftFileList (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftConstValuesFileList (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.LinkFileList (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-OutputFileMap.json (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/CoreJSONConvenience.DependencyStaticMetadataFileList (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/CoreJSONConvenience.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/CoreJSONConvenience.DependencyMetadataFileList (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/CoreJSONConvenience.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftFileList (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable_const_extract_protocols.json (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftConstValuesFileList (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.LinkFileList (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-OutputFileMap.json (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/CoreJSONCodable.DependencyStaticMetadataFileList (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/CoreJSONCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/CoreJSONCodable.DependencyMetadataFileList (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/CoreJSONCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_const_extract_protocols.json (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftFileList (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftConstValuesFileList (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.LinkFileList (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-OutputFileMap.json (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/CoreJSON.DependencyStaticMetadataFileList (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/CoreJSON.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/CoreJSON.DependencyMetadataFileList (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/CoreJSON.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Headers (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONPointer.framework/Headers (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONPointer.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONPointer.framework (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONPointer.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Headers (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONFoundation.framework (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONFoundation.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONFoundation.framework/Headers (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONFoundation.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Headers (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Headers (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Headers (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Info.plist /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj/CoreJSON_Info.plist (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj/CoreJSON_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Info.plist
SwiftDriver CoreJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-AQP6XDEB25GGYPUYJ1V2IQCTJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-3GS24A7I07LYWVQ481RE97JI2.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreJSON (in target 'CoreJSON' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSON/JSON.swift (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreJSON/JSON.swift (in target 'CoreJSON' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSON/JSON.swift (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for CoreJSON (in target 'CoreJSON' from project 'CoreJSON')
SwiftDriver\ Compilation\ Requirements CoreJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Headers/CoreJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-Swift.h (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Headers/CoreJSON-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftdoc (in target 'CoreJSON' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.abi.json (in target 'CoreJSON' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftmodule (in target 'CoreJSON' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftsourceinfo (in target 'CoreJSON' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/Modules/CoreJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver CoreJSONSubscript normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONSubscript -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript_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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreJSONPointer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONPointer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.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/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer_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/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreJSONLiterals normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONLiterals -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals_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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreJSONFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.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/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation_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/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreJSONConvenience normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONConvenience -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience_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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreJSONCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable_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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreJSONSubscript (in target 'CoreJSONSubscript' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONSubscript/JSONSubscript.swift (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreJSONCodable (in target 'CoreJSONCodable' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:27:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: Encodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:27:1: note: add '@retroactive' to silence this warning
extension JSON: Encodable {
^               ~~~~~~~~~
                @retroactive Encodable
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:42:1: warning: extension declares a conformance of imported type 'JSONNumber' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSONNumber: Encodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:42:1: note: add '@retroactive' to silence this warning
extension JSONNumber: Encodable {
^                     ~~~~~~~~~
                      @retroactive Encodable
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:54:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: Decodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:54:1: note: add '@retroactive' to silence this warning
extension JSON: Decodable {
^               ~~~~~~~~~
                @retroactive Decodable
SwiftCompile normal arm64 Compiling\ JSONSubscript.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONSubscript/JSONSubscript.swift (in target 'CoreJSONSubscript' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONSubscript/JSONSubscript.swift (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ JSONCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift (in target 'CoreJSONCodable' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:27:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: Encodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:27:1: note: add '@retroactive' to silence this warning
extension JSON: Encodable {
^               ~~~~~~~~~
                @retroactive Encodable
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:42:1: warning: extension declares a conformance of imported type 'JSONNumber' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSONNumber: Encodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:42:1: note: add '@retroactive' to silence this warning
extension JSONNumber: Encodable {
^                     ~~~~~~~~~
                      @retroactive Encodable
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:54:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: Decodable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONCodable/JSONCodable.swift:54:1: note: add '@retroactive' to silence this warning
extension JSON: Decodable {
^               ~~~~~~~~~
                @retroactive Decodable
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreJSONLiterals (in target 'CoreJSONLiterals' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:28:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:28:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByIntegerLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:34:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:34:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByNilLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:40:1: warning: extension declares a conformance of imported type 'JSON' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:40:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByStringLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:52:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:52:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByFloatLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:58:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:58:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByBooleanLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:64:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByArrayLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:64:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByArrayLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByArrayLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:70:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByDictionaryLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:70:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByDictionaryLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByDictionaryLiteral
SwiftEmitModule normal arm64 Emitting\ module\ for\ CoreJSONConvenience (in target 'CoreJSONConvenience' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONConvenience/JSONConvenience.swift (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ JSONLiterals.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift (in target 'CoreJSONLiterals' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:28:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:28:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByIntegerLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByIntegerLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:34:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByNilLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByNilLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:34:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByNilLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByNilLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:40:1: warning: extension declares a conformance of imported type 'JSON' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:40:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByStringLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:52:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByFloatLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:52:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByFloatLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByFloatLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:58:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:58:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByBooleanLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByBooleanLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:64:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByArrayLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:64:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByArrayLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByArrayLiteral
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:70:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'ExpressibleByDictionaryLiteral'; this will not behave correctly if the owners of 'CoreJSON' introduce this conformance in the future
extension JSON: ExpressibleByDictionaryLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/CoreJSONLiterals/JSONLiterals.swift:70:1: note: add '@retroactive' to silence this warning
extension JSON: ExpressibleByDictionaryLiteral {
^               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                @retroactive ExpressibleByDictionaryLiteral
SwiftCompile normal arm64 Compiling\ JSONConvenience.swift /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONConvenience/JSONConvenience.swift (in target 'CoreJSONConvenience' from project 'CoreJSON')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CoreJSONConvenience/JSONConvenience.swift (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for CoreJSONConvenience (in target 'CoreJSONConvenience' from project 'CoreJSON')
SwiftDriver\ Compilation\ Requirements CoreJSONConvenience normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONConvenience -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience_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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for CoreJSONCodable (in target 'CoreJSONCodable' from project 'CoreJSON')
SwiftDriver\ Compilation\ Requirements CoreJSONCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable_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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Headers/CoreJSONConvenience-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-Swift.h (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Headers/CoreJSONConvenience-Swift.h
SwiftDriverJobDiscovery normal arm64 Emitting module for CoreJSONLiterals (in target 'CoreJSONLiterals' from project 'CoreJSON')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.swiftmodule (in target 'CoreJSONConvenience' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.swiftdoc (in target 'CoreJSONConvenience' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.abi.json (in target 'CoreJSONConvenience' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/arm64-apple-ios.abi.json
SwiftDriver\ Compilation\ Requirements CoreJSONLiterals normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONLiterals -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals_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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.swiftsourceinfo (in target 'CoreJSONConvenience' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONConvenience.framework/Modules/CoreJSONConvenience.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Headers/CoreJSONLiterals-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-Swift.h (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Headers/CoreJSONLiterals-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.swiftmodule (in target 'CoreJSONLiterals' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.swiftdoc (in target 'CoreJSONLiterals' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.abi.json (in target 'CoreJSONLiterals' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.swiftsourceinfo (in target 'CoreJSONLiterals' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONLiterals.framework/Modules/CoreJSONLiterals.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Headers/CoreJSONCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-Swift.h (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Headers/CoreJSONCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.swiftmodule (in target 'CoreJSONCodable' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.swiftdoc (in target 'CoreJSONCodable' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.abi.json (in target 'CoreJSONCodable' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.swiftsourceinfo (in target 'CoreJSONCodable' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONCodable.framework/Modules/CoreJSONCodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for CoreJSONSubscript (in target 'CoreJSONSubscript' from project 'CoreJSON')
SwiftDriver\ Compilation\ Requirements CoreJSONSubscript normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONSubscript -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript_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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Headers/CoreJSONSubscript-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-Swift.h (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Headers/CoreJSONSubscript-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.swiftmodule (in target 'CoreJSONSubscript' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.swiftdoc (in target 'CoreJSONSubscript' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.abi.json (in target 'CoreJSONSubscript' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.swiftsourceinfo (in target 'CoreJSONSubscript' from project 'CoreJSON')
    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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSONSubscript.framework/Modules/CoreJSONSubscript.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONCodable.swift (in target 'CoreJSONCodable' from project 'CoreJSON')
SwiftDriver\ Compilation CoreJSONCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONCodable' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable.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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable_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/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONCodable.build/Objects-normal/arm64/CoreJSONCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONLiterals.swift (in target 'CoreJSONLiterals' from project 'CoreJSON')
SwiftDriverJobDiscovery normal arm64 Compiling JSONSubscript.swift (in target 'CoreJSONSubscript' from project 'CoreJSON')
SwiftDriver\ Compilation CoreJSONSubscript normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONSubscript' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONSubscript -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript.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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript_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/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONSubscript.build/Objects-normal/arm64/CoreJSONSubscript-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation CoreJSONLiterals normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONLiterals' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONLiterals -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals.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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals_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/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONLiterals.build/Objects-normal/arm64/CoreJSONLiterals-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'CoreJSON' from project 'CoreJSON')
SwiftDriver\ Compilation CoreJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_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/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/CoreJSON normal (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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 -F/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.LinkFileList -install_name @rpath/CoreJSON.framework/CoreJSON -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/CoreJSON
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONSubscript' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONPointer' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONLiterals' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONFoundation' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONConvenience' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONCodable' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSON' from project 'CoreJSON')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/CoreJSON normal (in target 'CoreJSON' from project 'CoreJSON')
	Building project CoreJSON with scheme CoreJSON-Package
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreJSON",
  "name" : "CoreJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoreJSON",
      "targets" : [
        "CoreJSON",
        "CoreJSONConvenience",
        "CoreJSONFoundation",
        "CoreJSONLiterals",
        "CoreJSONSubscript",
        "CoreJSONPointer",
        "CoreJSONCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoreJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONTests",
      "path" : "Tests/CoreJSONTests",
      "sources" : [
        "CoreJSONTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONSubscriptTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONSubscriptTests",
      "path" : "Tests/CoreJSONSubscriptTests",
      "sources" : [
        "CoreJSONSubscriptTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONSubscript",
        "CoreJSONConvenience",
        "CoreJSONLiterals"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONSubscript",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONSubscript",
      "path" : "Sources/CoreJSONSubscript",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONSubscript.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONPointerTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONPointerTests",
      "path" : "Tests/CoreJSONPointerTests",
      "sources" : [
        "CoreJSONPointerTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONPointer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONPointer",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONPointer",
      "path" : "Sources/CoreJSONPointer",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONPointer.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONLiteralsTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONLiteralsTests",
      "path" : "Tests/CoreJSONLiteralsTests",
      "sources" : [
        "CoreJSONLiteralsTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONLiterals"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONLiterals",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONLiterals",
      "path" : "Sources/CoreJSONLiterals",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONLiterals.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONFoundationTests",
      "path" : "Tests/CoreJSONFoundationTests",
      "sources" : [
        "CoreJSONFromFoundationTests.swift",
        "CoreJSONToFoundationTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONFoundation",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONFoundation",
      "path" : "Sources/CoreJSONFoundation",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "FromFoundation.swift",
        "ToFoundation.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONConvenienceTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONConvenienceTests",
      "path" : "Tests/CoreJSONConvenienceTests",
      "sources" : [
        "CoreJSONConvenienceTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONConvenience"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONConvenience",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONConvenience",
      "path" : "Sources/CoreJSONConvenience",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONConvenience.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSONCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONCodableTests",
      "path" : "Tests/CoreJSONCodableTests",
      "sources" : [
        "CoreJSONCodableTests.swift"
      ],
      "target_dependencies" : [
        "CoreJSON",
        "CoreJSONCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreJSONCodable",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSONCodable",
      "path" : "Sources/CoreJSONCodable",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSONCodable.swift"
      ],
      "target_dependencies" : [
        "CoreJSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreJSON",
      "module_type" : "SwiftTarget",
      "name" : "CoreJSON",
      "path" : "Sources/CoreJSON",
      "product_memberships" : [
        "CoreJSON"
      ],
      "sources" : [
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CoreJSON",
    "schemes" : [
      "CoreJSON-Package"
    ],
    "targets" : [
      "CoreJSON",
      "CoreJSONCodable",
      "CoreJSONCodableTests",
      "CoreJSONConvenience",
      "CoreJSONConvenienceTests",
      "CoreJSONFoundation",
      "CoreJSONFoundationTests",
      "CoreJSONLiterals",
      "CoreJSONLiteralsTests",
      "CoreJSONPackageDescription",
      "CoreJSONPackageTests",
      "CoreJSONPointer",
      "CoreJSONPointerTests",
      "CoreJSONSubscript",
      "CoreJSONSubscriptTests",
      "CoreJSONTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CoreJSON-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CoreJSON-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'CoreJSONConvenience' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONLiterals' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONSubscript' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONPointer' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONCodable' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSONFoundation' in project 'CoreJSON'
        ➜ Explicit dependency on target 'CoreJSON' in project 'CoreJSON'
    Target 'CoreJSON' in project 'CoreJSON' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONPointer' from project 'CoreJSON')
SwiftDriver CoreJSONPointer normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONPointer' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONPointer -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer.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/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer_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/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONPointer.build/Objects-normal/arm64/CoreJSONPointer-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver CoreJSONFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONFoundation' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation.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/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation_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/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONFoundation.build/Objects-normal/arm64/CoreJSONFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/CoreJSON normal (in target 'CoreJSON' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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 -F/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.LinkFileList -install_name @rpath/CoreJSON.framework/CoreJSON -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSON.build/Objects-normal/arm64/CoreJSON-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/CoreJSON
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
SwiftDriver CoreJSONConvenience normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CoreJSONConvenience' from project 'CoreJSON')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CoreJSONConvenience -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios8.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience.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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience_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/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CoreJSON.build/Debug-iphoneos/CoreJSONConvenience.build/Objects-normal/arm64/CoreJSONConvenience-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONCodable' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONLiterals' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONSubscript' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONFoundation' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSON' from project 'CoreJSON')
/Users/admin/builder/spi-builder-workspace/CoreJSON.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 26.0.99. (in target 'CoreJSONConvenience' from project 'CoreJSON')
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CoreJSON.framework/CoreJSON normal (in target 'CoreJSON' from project 'CoreJSON')
	Building project CoreJSON with scheme CoreJSON-Package
(2 failures)
BUILD FAILURE 6.2 iOS