The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ASN1, reference master (90c6d1), with Swift 6.1 for visionOS using Xcode 16.3 on 23 Apr 2026 02:20:58 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/ASN1.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/ASN1
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 90c6d16 fix: Non-Apple platforms build support
Cloned https://github.com/mIwr/ASN1.git
Revision (git rev-parse @):
90c6d16743c44c2a9ed7fe32d1986f2c4f7f67a1
SUCCESS checkout https://github.com/mIwr/ASN1.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mIwr/ASN1.git
https://github.com/mIwr/ASN1.git
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mIwr/BigInt"
    }
  ],
  "manifest_display_name" : "ASN1",
  "name" : "ASN1",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1",
      "targets" : [
        "ASN1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASN1Tests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Tests",
      "path" : "Tests/ASN1Tests",
      "sources" : [
        "ASN1Tests.swift",
        "ErrorTests.swift",
        "PerformanceTest.swift"
      ],
      "target_dependencies" : [
        "ASN1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1",
      "module_type" : "SwiftTarget",
      "name" : "ASN1",
      "path" : "Sources/ASN1",
      "product_dependencies" : [
        "BigInt"
      ],
      "product_memberships" : [
        "ASN1"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ASN1.swift",
        "ASN1BMPString.swift",
        "ASN1BitString.swift",
        "ASN1Boolean.swift",
        "ASN1Collection.swift",
        "ASN1Ctx.swift",
        "ASN1Exception.swift",
        "ASN1GeneralizedTime.swift",
        "ASN1IA5String.swift",
        "ASN1Integer.swift",
        "ASN1Null.swift",
        "ASN1ObjectIdentifier.swift",
        "ASN1OctetString.swift",
        "ASN1PrintableString.swift",
        "ASN1Sequence.swift",
        "ASN1Set.swift",
        "ASN1SimpleType.swift",
        "ASN1T61String.swift",
        "ASN1Time.swift",
        "ASN1UTCTime.swift",
        "ASN1UTF8String.swift",
        "InputStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mIwr/BigInt
Creating working copy of package ‘BigInt’
Checking out 1.23.1 of package ‘BigInt’
Resolved source packages:
  BigInt: https://github.com/mIwr/BigInt @ 1.23.1
resolved source packages: BigInt
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mIwr/BigInt"
    }
  ],
  "manifest_display_name" : "ASN1",
  "name" : "ASN1",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1",
      "targets" : [
        "ASN1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASN1Tests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Tests",
      "path" : "Tests/ASN1Tests",
      "sources" : [
        "ASN1Tests.swift",
        "ErrorTests.swift",
        "PerformanceTest.swift"
      ],
      "target_dependencies" : [
        "ASN1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1",
      "module_type" : "SwiftTarget",
      "name" : "ASN1",
      "path" : "Sources/ASN1",
      "product_dependencies" : [
        "BigInt"
      ],
      "product_memberships" : [
        "ASN1"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ASN1.swift",
        "ASN1BMPString.swift",
        "ASN1BitString.swift",
        "ASN1Boolean.swift",
        "ASN1Collection.swift",
        "ASN1Ctx.swift",
        "ASN1Exception.swift",
        "ASN1GeneralizedTime.swift",
        "ASN1IA5String.swift",
        "ASN1Integer.swift",
        "ASN1Null.swift",
        "ASN1ObjectIdentifier.swift",
        "ASN1OctetString.swift",
        "ASN1PrintableString.swift",
        "ASN1Sequence.swift",
        "ASN1Set.swift",
        "ASN1SimpleType.swift",
        "ASN1T61String.swift",
        "ASN1Time.swift",
        "ASN1UTCTime.swift",
        "ASN1UTF8String.swift",
        "InputStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "ASN1",
    "schemes" : [
      "ASN1"
    ],
    "targets" : [
      "ASN1",
      "ASN1Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASN1 -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ASN1 -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  BigInt: https://github.com/mIwr/BigInt @ 1.23.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ASN1' in project 'ASN1'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt_BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt_BigInt' in project 'BigInt'
    Target 'BigInt_BigInt' in project 'BigInt' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: eb8e5370c31209532aa6801c39373d35
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/eb8e5370c31209532aa6801c39373d35.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/ASN1.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
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyStaticMetadataFileList (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyMetadataFileList (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module.modulemap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros2.4 '-std=gnu17' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ASN1' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros '-fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt.modulemap'
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.hmap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-diagnostic-filename-map.json (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-target-headers.hmap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers/ASN1.h /Users/admin/builder/spi-builder-workspace/Sources/ASN1.h (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ASN1.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/PrivacyInfo.xcprivacy (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle (in target 'BigInt_BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
SwiftDriver BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BitSieve.swift,\ BurnikelZiegler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BitSieve.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BitSieve.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839237331-swift-frontend-BigInt-BitSieve.swift-arm64_apple_xros1.0-o-Onone-3323479602.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6336 seconds (4.0819 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0279 (  7.1%)   0.0819 ( 34.4%)   0.1097 ( 17.3%)   1.8252 ( 44.7%)  parse-and-resolve-imports
   0.0268 (  6.8%)   0.0809 ( 34.0%)   0.1077 ( 17.0%)   1.8231 ( 44.7%)  Import resolution
   0.0691 ( 17.5%)   0.0112 (  4.7%)   0.0803 ( 12.7%)   0.0811 (  2.0%)  perform-sema
   0.0690 ( 17.5%)   0.0112 (  4.7%)   0.0802 ( 12.7%)   0.0810 (  2.0%)  Type checking and Semantic analysis
   0.0653 ( 16.5%)   0.0104 (  4.4%)   0.0758 ( 12.0%)   0.0765 (  1.9%)  typecheck-stmt
   0.0461 ( 11.7%)   0.0077 (  3.2%)   0.0538 (  8.5%)   0.0545 (  1.3%)  typecheck-expr
   0.0118 (  3.0%)   0.0202 (  8.5%)   0.0321 (  5.1%)   0.0454 (  1.1%)  load-stdlib
   0.0153 (  3.9%)   0.0020 (  0.8%)   0.0172 (  2.7%)   0.0174 (  0.4%)  precheck-target
   0.0157 (  4.0%)   0.0001 (  0.0%)   0.0158 (  2.5%)   0.0159 (  0.4%)  SIL optimization
   0.0124 (  3.1%)   0.0022 (  0.9%)   0.0146 (  2.3%)   0.0148 (  0.4%)  typecheck-decl
   0.0094 (  2.4%)   0.0036 (  1.5%)   0.0130 (  2.0%)   0.0132 (  0.3%)  build-rewrite-system
   0.0076 (  1.9%)   0.0040 (  1.7%)   0.0115 (  1.8%)   0.0119 (  0.3%)  IRGen
   0.0081 (  2.0%)   0.0009 (  0.4%)   0.0090 (  1.4%)   0.0091 (  0.2%)  SILGen
   0.0069 (  1.8%)   0.0007 (  0.3%)   0.0077 (  1.2%)   0.0078 (  0.2%)  SILGen-function
   0.0030 (  0.8%)   0.0004 (  0.2%)   0.0034 (  0.5%)   0.0034 (  0.1%)  typecheck-for-each
   0.0005 (  0.1%)   0.0007 (  0.3%)   0.0011 (  0.2%)   0.0011 (  0.0%)  import-clang-decl
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3953 (100.0%)   0.2383 (100.0%)   0.6336 (100.0%)   4.0819 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3440 seconds (2.0749 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2130 (100.0%)   0.1310 (100.0%)   0.3440 (100.0%)   2.0749 (100.0%)  Building Target
   0.2130 (100.0%)   0.1310 (100.0%)   0.3440 (100.0%)   2.0749 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ CRT.swift,\ ExpMod.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/CRT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ExpMod.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839241475-swift-frontend-BigInt-CRT.swift-arm64_apple_xros1.0-o-Onone-3188314227.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5779 seconds (3.4124 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 (  5.8%)   0.0772 ( 35.8%)   0.0983 ( 17.0%)   1.4916 ( 43.7%)  parse-and-resolve-imports
   0.0202 (  5.6%)   0.0764 ( 35.5%)   0.0965 ( 16.7%)   1.4899 ( 43.7%)  Import resolution
   0.0571 ( 15.7%)   0.0073 (  3.4%)   0.0644 ( 11.1%)   0.0644 (  1.9%)  perform-sema
   0.0570 ( 15.7%)   0.0073 (  3.4%)   0.0643 ( 11.1%)   0.0643 (  1.9%)  Type checking and Semantic analysis
   0.0018 (  0.5%)   0.0114 (  5.3%)   0.0132 (  2.3%)   0.0609 (  1.8%)  load-stdlib
   0.0518 ( 14.3%)   0.0063 (  2.9%)   0.0582 ( 10.1%)   0.0582 (  1.7%)  typecheck-stmt
   0.0429 ( 11.8%)   0.0136 (  6.3%)   0.0565 (  9.8%)   0.0566 (  1.7%)  build-rewrite-system
   0.0461 ( 12.7%)   0.0057 (  2.6%)   0.0517 (  9.0%)   0.0517 (  1.5%)  typecheck-expr
   0.0135 (  3.7%)   0.0022 (  1.0%)   0.0157 (  2.7%)   0.0158 (  0.5%)  typecheck-decl
   0.0119 (  3.3%)   0.0012 (  0.5%)   0.0130 (  2.3%)   0.0130 (  0.4%)  precheck-target
   0.0120 (  3.3%)   0.0002 (  0.1%)   0.0122 (  2.1%)   0.0122 (  0.4%)  SIL optimization
   0.0082 (  2.3%)   0.0036 (  1.7%)   0.0118 (  2.0%)   0.0118 (  0.3%)  IRGen
   0.0069 (  1.9%)   0.0008 (  0.4%)   0.0077 (  1.3%)   0.0077 (  0.2%)  SILGen
   0.0057 (  1.6%)   0.0005 (  0.2%)   0.0062 (  1.1%)   0.0062 (  0.2%)  SILGen-function
   0.0051 (  1.4%)   0.0005 (  0.2%)   0.0055 (  1.0%)   0.0055 (  0.2%)  typecheck-for-each
   0.0010 (  0.3%)   0.0012 (  0.6%)   0.0022 (  0.4%)   0.0022 (  0.1%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3625 (100.0%)   0.2154 (100.0%)   0.5779 (100.0%)   3.4124 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5764 seconds (2.0229 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4155 (100.0%)   0.1609 (100.0%)   0.5764 (100.0%)   2.0229 (100.0%)  Building Target
   0.4155 (100.0%)   0.1609 (100.0%)   0.5764 (100.0%)   2.0229 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/CRT.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ExpMod.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ BigFrac.swift,\ BigInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigFrac.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigFrac.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BigInt.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839255746-swift-frontend-BigInt-BigFrac.swift-arm64_apple_xros1.0-o-Onone-2369745968.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1369 seconds (6.0110 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 (  0.8%)   0.0787 ( 17.7%)   0.1015 (  3.2%)   1.5121 ( 25.2%)  parse-and-resolve-imports
   0.0221 (  0.8%)   0.0777 ( 17.5%)   0.0998 (  3.2%)   1.5104 ( 25.1%)  Import resolution
   0.6061 ( 22.5%)   0.0634 ( 14.3%)   0.6695 ( 21.3%)   0.6726 ( 11.2%)  perform-sema
   0.6059 ( 22.5%)   0.0634 ( 14.3%)   0.6693 ( 21.3%)   0.6724 ( 11.2%)  Type checking and Semantic analysis
   0.5640 ( 20.9%)   0.0558 ( 12.6%)   0.6198 ( 19.8%)   0.6223 ( 10.4%)  typecheck-stmt
   0.4240 ( 15.7%)   0.0447 ( 10.1%)   0.4687 ( 14.9%)   0.4707 (  7.8%)  typecheck-expr
   0.1421 (  5.3%)   0.0209 (  4.7%)   0.1630 (  5.2%)   0.1636 (  2.7%)  typecheck-decl
   0.1013 (  3.8%)   0.0028 (  0.6%)   0.1041 (  3.3%)   0.1043 (  1.7%)  precheck-target
   0.0432 (  1.6%)   0.0112 (  2.5%)   0.0544 (  1.7%)   0.0544 (  0.9%)  build-rewrite-system
   0.0015 (  0.1%)   0.0066 (  1.5%)   0.0081 (  0.3%)   0.0493 (  0.8%)  load-stdlib
   0.0402 (  1.5%)   0.0003 (  0.1%)   0.0405 (  1.3%)   0.0405 (  0.7%)  SIL optimization
   0.0370 (  1.4%)   0.0032 (  0.7%)   0.0402 (  1.3%)   0.0402 (  0.7%)  SILGen
   0.0322 (  1.2%)   0.0021 (  0.5%)   0.0343 (  1.1%)   0.0343 (  0.6%)  SILGen-function
   0.0265 (  1.0%)   0.0048 (  1.1%)   0.0313 (  1.0%)   0.0313 (  0.5%)  IRGen
   0.0092 (  0.3%)   0.0076 (  1.7%)   0.0168 (  0.5%)   0.0168 (  0.3%)  import-clang-decl
   0.0106 (  0.4%)   0.0005 (  0.1%)   0.0111 (  0.4%)   0.0111 (  0.2%)  typecheck-for-each
   0.0028 (  0.1%)   0.0005 (  0.1%)   0.0034 (  0.1%)   0.0034 (  0.1%)  typecheck-expr-pattern
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.6926 (100.0%)   0.4443 (100.0%)   3.1369 (100.0%)   6.0110 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4677 seconds (2.9233 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2573 (100.0%)   0.2104 (100.0%)   1.4677 (100.0%)   2.9233 (100.0%)  Building Target
   1.2573 (100.0%)   0.2104 (100.0%)   1.4677 (100.0%)   2.9233 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ FFT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839246895-swift-frontend-BigInt-FFT.swift-arm64_apple_xros1.0-o-Onone-958795186.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6482 seconds (3.5736 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 (  5.3%)   0.0794 ( 34.2%)   0.1015 ( 15.7%)   1.5448 ( 43.2%)  parse-and-resolve-imports
   0.0209 (  5.0%)   0.0783 ( 33.8%)   0.0993 ( 15.3%)   1.5425 ( 43.2%)  Import resolution
   0.0677 ( 16.3%)   0.0099 (  4.3%)   0.0776 ( 12.0%)   0.0777 (  2.2%)  perform-sema
   0.0677 ( 16.3%)   0.0099 (  4.3%)   0.0775 ( 12.0%)   0.0776 (  2.2%)  Type checking and Semantic analysis
   0.0629 ( 15.1%)   0.0090 (  3.9%)   0.0718 ( 11.1%)   0.0719 (  2.0%)  typecheck-stmt
   0.0605 ( 14.5%)   0.0086 (  3.7%)   0.0691 ( 10.7%)   0.0691 (  1.9%)  typecheck-expr
   0.0435 ( 10.5%)   0.0142 (  6.1%)   0.0578 (  8.9%)   0.0577 (  1.6%)  build-rewrite-system
   0.0017 (  0.4%)   0.0111 (  4.8%)   0.0128 (  2.0%)   0.0514 (  1.4%)  load-stdlib
   0.0218 (  5.2%)   0.0038 (  1.6%)   0.0255 (  3.9%)   0.0255 (  0.7%)  typecheck-decl
   0.0157 (  3.8%)   0.0016 (  0.7%)   0.0173 (  2.7%)   0.0173 (  0.5%)  precheck-target
   0.0111 (  2.7%)   0.0001 (  0.0%)   0.0111 (  1.7%)   0.0111 (  0.3%)  SIL optimization
   0.0063 (  1.5%)   0.0033 (  1.4%)   0.0096 (  1.5%)   0.0096 (  0.3%)  IRGen
   0.0061 (  1.5%)   0.0008 (  0.4%)   0.0069 (  1.1%)   0.0069 (  0.2%)  SILGen
   0.0056 (  1.3%)   0.0007 (  0.3%)   0.0063 (  1.0%)   0.0063 (  0.2%)  SILGen-function
   0.0010 (  0.2%)   0.0013 (  0.6%)   0.0023 (  0.3%)   0.0023 (  0.1%)  import-clang-decl
   0.0010 (  0.3%)   0.0000 (  0.0%)   0.0011 (  0.2%)   0.0011 (  0.0%)  typecheck-for-each
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4162 (100.0%)   0.2320 (100.0%)   0.6482 (100.0%)   3.5736 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5922 seconds (2.0770 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4374 (100.0%)   0.1548 (100.0%)   0.5922 (100.0%)   2.0770 (100.0%)  Building Target
   0.4374 (100.0%)   0.1548 (100.0%)   0.5922 (100.0%)   2.0770 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ BailliePSW.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BailliePSW.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839245931-swift-frontend-BigInt-resource_bundle_accessor.swift-arm64_apple_xros1.0-o-Onone-2640835162.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5468 seconds (3.2982 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0209 (  6.9%)   0.0774 ( 31.6%)   0.0983 ( 18.0%)   1.4539 ( 44.1%)  parse-and-resolve-imports
   0.0199 (  6.6%)   0.0767 ( 31.3%)   0.0966 ( 17.7%)   1.4522 ( 44.0%)  Import resolution
   0.0799 ( 26.5%)   0.0250 ( 10.2%)   0.1049 ( 19.2%)   0.1048 (  3.2%)  build-rewrite-system
   0.0019 (  0.6%)   0.0103 (  4.2%)   0.0123 (  2.2%)   0.0525 (  1.6%)  load-stdlib
   0.0333 ( 11.0%)   0.0100 (  4.1%)   0.0433 (  7.9%)   0.0433 (  1.3%)  perform-sema
   0.0332 ( 11.0%)   0.0099 (  4.1%)   0.0432 (  7.9%)   0.0432 (  1.3%)  Type checking and Semantic analysis
   0.0268 (  8.9%)   0.0067 (  2.7%)   0.0335 (  6.1%)   0.0335 (  1.0%)  typecheck-expr
   0.0203 (  6.7%)   0.0086 (  3.5%)   0.0289 (  5.3%)   0.0289 (  0.9%)  typecheck-decl
   0.0128 (  4.2%)   0.0093 (  3.8%)   0.0220 (  4.0%)   0.0221 (  0.7%)  import-clang-decl
   0.0160 (  5.3%)   0.0016 (  0.7%)   0.0176 (  3.2%)   0.0176 (  0.5%)  typecheck-stmt
   0.0132 (  4.4%)   0.0028 (  1.1%)   0.0160 (  2.9%)   0.0160 (  0.5%)  precheck-target
   0.0063 (  2.1%)   0.0042 (  1.7%)   0.0105 (  1.9%)   0.0105 (  0.3%)  IRGen
   0.0056 (  1.9%)   0.0004 (  0.2%)   0.0060 (  1.1%)   0.0060 (  0.2%)  SIL optimization
   0.0050 (  1.7%)   0.0008 (  0.3%)   0.0058 (  1.1%)   0.0058 (  0.2%)  SILGen
   0.0043 (  1.4%)   0.0007 (  0.3%)   0.0050 (  0.9%)   0.0050 (  0.2%)  SILGen-function
   0.0015 (  0.5%)   0.0002 (  0.1%)   0.0016 (  0.3%)   0.0016 (  0.0%)  typecheck-for-each
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.3020 (100.0%)   0.2448 (100.0%)   0.5468 (100.0%)   3.2982 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3057 seconds (2.7127 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8991 (100.0%)   0.4065 (100.0%)   1.3057 (100.0%)   2.7127 (100.0%)  Building Target
   0.8991 (100.0%)   0.4065 (100.0%)   1.3057 (100.0%)   2.7127 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BailliePSW.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ Factorial.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839259423-swift-frontend-BigInt-Factorial.swift-arm64_apple_xros1.0-o-Onone-2319595416.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1926 seconds (3.1388 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7017 ( 45.3%)   0.3050 ( 47.5%)   1.0068 ( 45.9%)   1.4634 ( 46.6%)  parse-and-resolve-imports
   0.7008 ( 45.2%)   0.3044 ( 47.4%)   1.0052 ( 45.8%)   1.4619 ( 46.6%)  Import resolution
   0.0464 (  3.0%)   0.0083 (  1.3%)   0.0548 (  2.5%)   0.0547 (  1.7%)  build-rewrite-system
   0.0013 (  0.1%)   0.0055 (  0.9%)   0.0068 (  0.3%)   0.0383 (  1.2%)  load-stdlib
   0.0182 (  1.2%)   0.0031 (  0.5%)   0.0214 (  1.0%)   0.0214 (  0.7%)  perform-sema
   0.0182 (  1.2%)   0.0031 (  0.5%)   0.0213 (  1.0%)   0.0213 (  0.7%)  Type checking and Semantic analysis
   0.0165 (  1.1%)   0.0027 (  0.4%)   0.0192 (  0.9%)   0.0192 (  0.6%)  typecheck-expr
   0.0151 (  1.0%)   0.0022 (  0.3%)   0.0173 (  0.8%)   0.0173 (  0.5%)  typecheck-stmt
   0.0084 (  0.5%)   0.0018 (  0.3%)   0.0102 (  0.5%)   0.0102 (  0.3%)  typecheck-decl
   0.0088 (  0.6%)   0.0010 (  0.2%)   0.0098 (  0.4%)   0.0098 (  0.3%)  precheck-target
   0.0075 (  0.5%)   0.0004 (  0.1%)   0.0079 (  0.4%)   0.0079 (  0.3%)  SIL optimization
   0.0026 (  0.2%)   0.0013 (  0.2%)   0.0040 (  0.2%)   0.0040 (  0.1%)  IRGen
   0.0020 (  0.1%)   0.0012 (  0.2%)   0.0033 (  0.1%)   0.0039 (  0.1%)  SILGen
   0.0015 (  0.1%)   0.0010 (  0.2%)   0.0025 (  0.1%)   0.0031 (  0.1%)  SILGen-function
   0.0009 (  0.1%)   0.0011 (  0.2%)   0.0019 (  0.1%)   0.0019 (  0.1%)  import-clang-decl
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.5504 (100.0%)   0.6422 (100.0%)   2.1926 (100.0%)   3.1388 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4546 seconds (1.9565 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0655 (100.0%)   0.3891 (100.0%)   1.4546 (100.0%)   1.9565 (100.0%)  Building Target
   1.0655 (100.0%)   0.3891 (100.0%)   1.4546 (100.0%)   1.9565 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftEmitModule normal arm64 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839261266-swift-frontend-BigInt-all-arm64_apple_xros1.0-swiftmodule-Onone-3589773090.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5779 seconds (3.9155 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 (  6.4%)   0.0718 ( 33.2%)   0.0948 ( 16.4%)   1.7450 ( 44.6%)  parse-and-resolve-imports
   0.0219 (  6.1%)   0.0708 ( 32.8%)   0.0927 ( 16.0%)   1.7430 ( 44.5%)  Import resolution
   0.0684 ( 18.9%)   0.0126 (  5.8%)   0.0810 ( 14.0%)   0.0810 (  2.1%)  perform-sema
   0.0682 ( 18.8%)   0.0125 (  5.8%)   0.0808 ( 14.0%)   0.0808 (  2.1%)  Type checking and Semantic analysis
   0.0470 ( 13.0%)   0.0105 (  4.8%)   0.0574 (  9.9%)   0.0574 (  1.5%)  typecheck-decl
   0.0449 ( 12.4%)   0.0082 (  3.8%)   0.0532 (  9.2%)   0.0532 (  1.4%)  typecheck-expr
   0.0011 (  0.3%)   0.0035 (  1.6%)   0.0047 (  0.8%)   0.0397 (  1.0%)  load-stdlib
   0.0238 (  6.6%)   0.0027 (  1.2%)   0.0265 (  4.6%)   0.0265 (  0.7%)  typecheck-stmt
   0.0155 (  4.3%)   0.0064 (  3.0%)   0.0219 (  3.8%)   0.0228 (  0.6%)  SIL optimization
   0.0118 (  3.3%)   0.0022 (  1.0%)   0.0140 (  2.4%)   0.0140 (  0.4%)  precheck-target
   0.0107 (  2.9%)   0.0030 (  1.4%)   0.0136 (  2.4%)   0.0136 (  0.3%)  SILGen
   0.0076 (  2.1%)   0.0020 (  0.9%)   0.0096 (  1.7%)   0.0096 (  0.2%)  SILGen-function
   0.0068 (  1.9%)   0.0021 (  1.0%)   0.0088 (  1.5%)   0.0088 (  0.2%)  build-rewrite-system
   0.0025 (  0.7%)   0.0032 (  1.5%)   0.0057 (  1.0%)   0.0063 (  0.2%)  Serialization, swiftmodule
   0.0030 (  0.8%)   0.0028 (  1.3%)   0.0057 (  1.0%)   0.0057 (  0.1%)  import-clang-decl
   0.0025 (  0.7%)   0.0012 (  0.6%)   0.0037 (  0.6%)   0.0041 (  0.1%)  Serialization, swiftdoc
   0.0015 (  0.4%)   0.0003 (  0.1%)   0.0018 (  0.3%)   0.0018 (  0.0%)  typecheck-expr-pattern
   0.0012 (  0.3%)   0.0002 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.0%)  Serialization, swiftsourceinfo
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.3619 (100.0%)   0.2160 (100.0%)   0.5779 (100.0%)   3.9155 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2407 seconds (1.9284 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1369 (100.0%)   0.1039 (100.0%)   0.2407 (100.0%)   1.9284 (100.0%)  Building Target
   0.1369 (100.0%)   0.1039 (100.0%)   0.2407 (100.0%)   1.9284 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ Karatsuba.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Karatsuba.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839259926-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_xros1.0-o-Onone-1029078756.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3943 seconds (3.2405 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0227 ( 11.9%)   0.0804 ( 39.7%)   0.1031 ( 26.2%)   1.5073 ( 46.5%)  parse-and-resolve-imports
   0.0218 ( 11.4%)   0.0796 ( 39.4%)   0.1015 ( 25.7%)   1.5056 ( 46.5%)  Import resolution
   0.0441 ( 23.0%)   0.0143 (  7.1%)   0.0584 ( 14.8%)   0.0584 (  1.8%)  build-rewrite-system
   0.0013 (  0.7%)   0.0055 (  2.7%)   0.0068 (  1.7%)   0.0449 (  1.4%)  load-stdlib
   0.0201 ( 10.5%)   0.0043 (  2.1%)   0.0244 (  6.2%)   0.0244 (  0.8%)  perform-sema
   0.0200 ( 10.4%)   0.0043 (  2.1%)   0.0244 (  6.2%)   0.0244 (  0.8%)  Type checking and Semantic analysis
   0.0179 (  9.4%)   0.0039 (  1.9%)   0.0219 (  5.5%)   0.0219 (  0.7%)  typecheck-stmt
   0.0119 (  6.2%)   0.0024 (  1.2%)   0.0143 (  3.6%)   0.0143 (  0.4%)  typecheck-expr
   0.0110 (  5.7%)   0.0023 (  1.1%)   0.0132 (  3.4%)   0.0132 (  0.4%)  typecheck-decl
   0.0078 (  4.1%)   0.0014 (  0.7%)   0.0092 (  2.3%)   0.0092 (  0.3%)  precheck-target
   0.0063 (  3.3%)   0.0000 (  0.0%)   0.0063 (  1.6%)   0.0063 (  0.2%)  SIL optimization
   0.0023 (  1.2%)   0.0021 (  1.0%)   0.0044 (  1.1%)   0.0044 (  0.1%)  IRGen
   0.0019 (  1.0%)   0.0003 (  0.1%)   0.0022 (  0.5%)   0.0022 (  0.1%)  SILGen
   0.0009 (  0.5%)   0.0012 (  0.6%)   0.0020 (  0.5%)   0.0020 (  0.1%)  import-clang-decl
   0.0014 (  0.7%)   0.0002 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1919 (100.0%)   0.2024 (100.0%)   0.3943 (100.0%)   3.2405 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5158 seconds (1.9597 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3734 (100.0%)   0.1425 (100.0%)   0.5158 (100.0%)   1.9597 (100.0%)  Building Target
   0.3734 (100.0%)   0.1425 (100.0%)   0.5158 (100.0%)   1.9597 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Karatsuba.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ ToomCook.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839259502-swift-frontend-BigInt-ToomCook.swift-arm64_apple_xros1.0-o-Onone-92212882.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4819 seconds (3.2701 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0212 (  7.4%)   0.0708 ( 36.3%)   0.0920 ( 19.1%)   1.4667 ( 44.9%)  parse-and-resolve-imports
   0.0203 (  7.1%)   0.0701 ( 36.0%)   0.0904 ( 18.7%)   1.4651 ( 44.8%)  Import resolution
   0.0464 ( 16.2%)   0.0148 (  7.6%)   0.0612 ( 12.7%)   0.0612 (  1.9%)  build-rewrite-system
   0.0013 (  0.4%)   0.0057 (  3.0%)   0.0070 (  1.5%)   0.0455 (  1.4%)  load-stdlib
   0.0369 ( 12.9%)   0.0061 (  3.1%)   0.0430 (  8.9%)   0.0430 (  1.3%)  perform-sema
   0.0369 ( 12.8%)   0.0060 (  3.1%)   0.0429 (  8.9%)   0.0429 (  1.3%)  Type checking and Semantic analysis
   0.0339 ( 11.8%)   0.0053 (  2.7%)   0.0392 (  8.1%)   0.0392 (  1.2%)  typecheck-stmt
   0.0311 ( 10.8%)   0.0047 (  2.4%)   0.0359 (  7.4%)   0.0359 (  1.1%)  typecheck-expr
   0.0279 (  9.7%)   0.0046 (  2.4%)   0.0325 (  6.7%)   0.0325 (  1.0%)  typecheck-decl
   0.0115 (  4.0%)   0.0015 (  0.8%)   0.0130 (  2.7%)   0.0130 (  0.4%)  precheck-target
   0.0080 (  2.8%)   0.0002 (  0.1%)   0.0082 (  1.7%)   0.0082 (  0.3%)  SIL optimization
   0.0040 (  1.4%)   0.0025 (  1.3%)   0.0065 (  1.4%)   0.0065 (  0.2%)  IRGen
   0.0033 (  1.1%)   0.0007 (  0.3%)   0.0039 (  0.8%)   0.0040 (  0.1%)  SILGen
   0.0028 (  1.0%)   0.0006 (  0.3%)   0.0034 (  0.7%)   0.0035 (  0.1%)  SILGen-function
   0.0009 (  0.3%)   0.0009 (  0.5%)   0.0018 (  0.4%)   0.0018 (  0.1%)  import-clang-decl
   0.0006 (  0.2%)   0.0001 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-for-each
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2873 (100.0%)   0.1947 (100.0%)   0.4819 (100.0%)   3.2701 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5532 seconds (1.9707 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4101 (100.0%)   0.1432 (100.0%)   0.5532 (100.0%)   1.9707 (100.0%)  Building Target
   0.4101 (100.0%)   0.1432 (100.0%)   0.5532 (100.0%)   1.9707 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ Limbs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910839261400-swift-frontend-BigInt-Limbs.swift-arm64_apple_xros1.0-o-Onone-3094363945.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7316 seconds (3.8192 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2808 ( 21.2%)   0.1401 ( 34.4%)   0.4209 ( 24.3%)   1.4457 ( 37.9%)  parse-and-resolve-imports
   0.2796 ( 21.1%)   0.1378 ( 33.9%)   0.4175 ( 24.1%)   1.4407 ( 37.7%)  Import resolution
   0.1602 ( 12.1%)   0.0273 (  6.7%)   0.1874 ( 10.8%)   0.1903 (  5.0%)  perform-sema
   0.1600 ( 12.1%)   0.0272 (  6.7%)   0.1873 ( 10.8%)   0.1901 (  5.0%)  Type checking and Semantic analysis
   0.1515 ( 11.4%)   0.0176 (  4.3%)   0.1690 (  9.8%)   0.1696 (  4.4%)  typecheck-stmt
   0.1370 ( 10.3%)   0.0162 (  4.0%)   0.1532 (  8.8%)   0.1538 (  4.0%)  typecheck-expr
   0.0440 (  3.3%)   0.0113 (  2.8%)   0.0553 (  3.2%)   0.0557 (  1.5%)  build-rewrite-system
   0.0262 (  2.0%)   0.0121 (  3.0%)   0.0384 (  2.2%)   0.0406 (  1.1%)  typecheck-decl
   0.0012 (  0.1%)   0.0037 (  0.9%)   0.0049 (  0.3%)   0.0331 (  0.9%)  load-stdlib
   0.0261 (  2.0%)   0.0031 (  0.8%)   0.0292 (  1.7%)   0.0297 (  0.8%)  precheck-target
   0.0199 (  1.5%)   0.0002 (  0.0%)   0.0200 (  1.2%)   0.0200 (  0.5%)  SIL optimization
   0.0129 (  1.0%)   0.0027 (  0.7%)   0.0156 (  0.9%)   0.0156 (  0.4%)  SILGen
   0.0117 (  0.9%)   0.0024 (  0.6%)   0.0142 (  0.8%)   0.0142 (  0.4%)  SILGen-function
   0.0111 (  0.8%)   0.0023 (  0.6%)   0.0134 (  0.8%)   0.0134 (  0.4%)  IRGen
   0.0011 (  0.1%)   0.0027 (  0.7%)   0.0037 (  0.2%)   0.0050 (  0.1%)  import-clang-decl
   0.0010 (  0.1%)   0.0000 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   1.3247 (100.0%)   0.4068 (100.0%)   1.7316 (100.0%)   3.8192 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0847 seconds (2.1452 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8575 (100.0%)   0.2272 (100.0%)   1.0847 (100.0%)   2.1452 (100.0%)  Building Target
   0.8575 (100.0%)   0.2272 (100.0%)   1.0847 (100.0%)   2.1452 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftCompile normal arm64 Compiling\ GCD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776910841258281-swift-frontend-BigInt-GCD.swift-arm64_apple_xros1.0-o-Onone-3696153721.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4507 seconds (0.4677 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0644 ( 18.0%)   0.0102 ( 11.0%)   0.0746 ( 16.6%)   0.0780 ( 16.7%)  perform-sema
   0.0643 ( 18.0%)   0.0102 ( 11.0%)   0.0745 ( 16.5%)   0.0779 ( 16.7%)  Type checking and Semantic analysis
   0.0574 ( 16.0%)   0.0086 (  9.3%)   0.0660 ( 14.7%)   0.0694 ( 14.8%)  typecheck-expr
   0.0549 ( 15.3%)   0.0066 (  7.1%)   0.0615 ( 13.7%)   0.0643 ( 13.8%)  typecheck-stmt
   0.0206 (  5.7%)   0.0200 ( 21.6%)   0.0406 (  9.0%)   0.0406 (  8.7%)  parse-and-resolve-imports
   0.0196 (  5.5%)   0.0192 ( 20.6%)   0.0388 (  8.6%)   0.0388 (  8.3%)  Import resolution
   0.0188 (  5.3%)   0.0049 (  5.3%)   0.0238 (  5.3%)   0.0261 (  5.6%)  typecheck-decl
   0.0207 (  5.8%)   0.0033 (  3.5%)   0.0240 (  5.3%)   0.0258 (  5.5%)  precheck-target
   0.0077 (  2.1%)   0.0031 (  3.3%)   0.0108 (  2.4%)   0.0108 (  2.3%)  build-rewrite-system
   0.0104 (  2.9%)   0.0001 (  0.1%)   0.0105 (  2.3%)   0.0105 (  2.2%)  SIL optimization
   0.0066 (  1.8%)   0.0033 (  3.5%)   0.0098 (  2.2%)   0.0098 (  2.1%)  IRGen
   0.0057 (  1.6%)   0.0009 (  1.0%)   0.0067 (  1.5%)   0.0067 (  1.4%)  SILGen
   0.0050 (  1.4%)   0.0007 (  0.8%)   0.0057 (  1.3%)   0.0057 (  1.2%)  SILGen-function
   0.0010 (  0.3%)   0.0014 (  1.6%)   0.0024 (  0.5%)   0.0024 (  0.5%)  load-stdlib
   0.0002 (  0.1%)   0.0003 (  0.3%)   0.0005 (  0.1%)   0.0005 (  0.1%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3578 (100.0%)   0.0929 (100.0%)   0.4507 (100.0%)   0.4677 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2105 seconds (0.2142 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1667 (100.0%)   0.0438 (100.0%)   0.2105 (100.0%)   0.2142 (100.0%)  Building Target
   0.1667 (100.0%)   0.0438 (100.0%)   0.2105 (100.0%)   0.2142 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj

SwiftDriverJobDiscovery normal arm64 Emitting module for BigInt (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation\ Requirements BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.swift (in target 'BigInt' from project 'BigInt')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    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/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros2.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.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/ASN1.build/Debug-xros/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CRT.swift, ExpMod.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1GeneralizedTime.swift,\ ASN1Exception.swift,\ ASN1BitString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1GeneralizedTime.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1GeneralizedTime.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Exception.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841350111-swift-frontend-ASN1-ASN1GeneralizedTime.swift-arm64_apple_xros2.4-o-Onone-2476518893.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9877 seconds (3.8340 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0192 (  2.4%)   0.0218 ( 12.8%)   0.0410 (  4.1%)   1.4468 ( 37.7%)  parse-and-resolve-imports
   0.0186 (  2.3%)   0.0211 ( 12.4%)   0.0397 (  4.0%)   1.4455 ( 37.7%)  Import resolution
   0.1868 ( 22.9%)   0.0303 ( 17.8%)   0.2171 ( 22.0%)   0.2171 (  5.7%)  perform-sema
   0.1866 ( 22.8%)   0.0303 ( 17.8%)   0.2169 ( 22.0%)   0.2169 (  5.7%)  Type checking and Semantic analysis
   0.1737 ( 21.3%)   0.0265 ( 15.6%)   0.2003 ( 20.3%)   0.2003 (  5.2%)  typecheck-stmt
   0.1668 ( 20.4%)   0.0243 ( 14.3%)   0.1911 ( 19.3%)   0.1911 (  5.0%)  typecheck-expr
   0.0013 (  0.2%)   0.0024 (  1.4%)   0.0036 (  0.4%)   0.0382 (  1.0%)  load-stdlib
   0.0157 (  1.9%)   0.0039 (  2.3%)   0.0197 (  2.0%)   0.0197 (  0.5%)  typecheck-decl
   0.0093 (  1.1%)   0.0029 (  1.7%)   0.0122 (  1.2%)   0.0122 (  0.3%)  build-rewrite-system
   0.0107 (  1.3%)   0.0000 (  0.0%)   0.0108 (  1.1%)   0.0108 (  0.3%)  SIL optimization
   0.0069 (  0.8%)   0.0022 (  1.3%)   0.0091 (  0.9%)   0.0091 (  0.2%)  IRGen
   0.0076 (  0.9%)   0.0010 (  0.6%)   0.0086 (  0.9%)   0.0086 (  0.2%)  precheck-target
   0.0070 (  0.9%)   0.0008 (  0.5%)   0.0078 (  0.8%)   0.0078 (  0.2%)  SILGen
   0.0042 (  0.5%)   0.0005 (  0.3%)   0.0047 (  0.5%)   0.0047 (  0.1%)  SILGen-function
   0.0018 (  0.2%)   0.0024 (  1.4%)   0.0041 (  0.4%)   0.0041 (  0.1%)  import-clang-decl
   0.0008 (  0.1%)   0.0000 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  typecheck-for-each
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8173 (100.0%)   0.1704 (100.0%)   0.9877 (100.0%)   3.8340 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3577 seconds (1.7985 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2859 (100.0%)   0.0718 (100.0%)   0.3577 (100.0%)   1.7985 (100.0%)  Building Target
   0.2859 (100.0%)   0.0718 (100.0%)   0.3577 (100.0%)   1.7985 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ ASN1Set.swift,\ ASN1Integer.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Set.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841349338-swift-frontend-ASN1-ASN1Set.swift-arm64_apple_xros2.4-o-Onone-2078067859.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6660 seconds (2.6656 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9724 ( 47.4%)   0.2959 ( 48.3%)   1.2683 ( 47.6%)   1.2681 ( 47.6%)  parse-and-resolve-imports
   0.9719 ( 47.3%)   0.2957 ( 48.2%)   1.2676 ( 47.5%)   1.2674 ( 47.5%)  Import resolution
   0.0190 (  0.9%)   0.0028 (  0.5%)   0.0218 (  0.8%)   0.0218 (  0.8%)  perform-sema
   0.0189 (  0.9%)   0.0028 (  0.5%)   0.0217 (  0.8%)   0.0217 (  0.8%)  Type checking and Semantic analysis
   0.0110 (  0.5%)   0.0071 (  1.2%)   0.0181 (  0.7%)   0.0181 (  0.7%)  load-stdlib
   0.0137 (  0.7%)   0.0024 (  0.4%)   0.0160 (  0.6%)   0.0160 (  0.6%)  typecheck-decl
   0.0088 (  0.4%)   0.0008 (  0.1%)   0.0096 (  0.4%)   0.0096 (  0.4%)  typecheck-expr
   0.0087 (  0.4%)   0.0007 (  0.1%)   0.0094 (  0.4%)   0.0094 (  0.4%)  typecheck-stmt
   0.0051 (  0.2%)   0.0020 (  0.3%)   0.0071 (  0.3%)   0.0071 (  0.3%)  IRGen
   0.0054 (  0.3%)   0.0007 (  0.1%)   0.0061 (  0.2%)   0.0061 (  0.2%)  build-rewrite-system
   0.0048 (  0.2%)   0.0006 (  0.1%)   0.0054 (  0.2%)   0.0054 (  0.2%)  SILGen
   0.0052 (  0.3%)   0.0000 (  0.0%)   0.0052 (  0.2%)   0.0052 (  0.2%)  SIL optimization
   0.0042 (  0.2%)   0.0003 (  0.1%)   0.0045 (  0.2%)   0.0045 (  0.2%)  precheck-target
   0.0027 (  0.1%)   0.0003 (  0.0%)   0.0030 (  0.1%)   0.0030 (  0.1%)  SILGen-function
   0.0008 (  0.0%)   0.0009 (  0.2%)   0.0018 (  0.1%)   0.0018 (  0.1%)  import-clang-decl
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.0530 (100.0%)   0.6130 (100.0%)   2.6660 (100.0%)   2.6656 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5836 seconds (1.5834 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2348 (100.0%)   0.3488 (100.0%)   1.5836 (100.0%)   1.5834 (100.0%)  Building Target
   1.2348 (100.0%)   0.3488 (100.0%)   1.5836 (100.0%)   1.5834 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Set.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ ASN1 (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841350177-swift-frontend-ASN1-all-arm64_apple_xros2.4-swiftmodule-Onone-3498096814.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1828 seconds (3.4915 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 ( 15.6%)   0.0186 ( 31.5%)   0.0379 ( 20.8%)   1.6779 ( 48.1%)  parse-and-resolve-imports
   0.0188 ( 15.2%)   0.0181 ( 30.5%)   0.0368 ( 20.1%)   1.6768 ( 48.0%)  Import resolution
   0.0011 (  0.9%)   0.0022 (  3.7%)   0.0033 (  1.8%)   0.0321 (  0.9%)  load-stdlib
   0.0195 ( 15.8%)   0.0047 (  7.9%)   0.0242 ( 13.2%)   0.0242 (  0.7%)  perform-sema
   0.0193 ( 15.6%)   0.0045 (  7.6%)   0.0238 ( 13.0%)   0.0238 (  0.7%)  Type checking and Semantic analysis
   0.0187 ( 15.1%)   0.0042 (  7.2%)   0.0229 ( 12.5%)   0.0229 (  0.7%)  typecheck-decl
   0.0082 (  6.6%)   0.0021 (  3.6%)   0.0104 (  5.7%)   0.0104 (  0.3%)  SILGen
   0.0067 (  5.4%)   0.0014 (  2.4%)   0.0081 (  4.5%)   0.0081 (  0.2%)  SIL optimization
   0.0033 (  2.6%)   0.0009 (  1.5%)   0.0042 (  2.3%)   0.0042 (  0.1%)  build-rewrite-system
   0.0027 (  2.2%)   0.0004 (  0.8%)   0.0031 (  1.7%)   0.0031 (  0.1%)  SILGen-function
   0.0012 (  1.0%)   0.0012 (  2.0%)   0.0024 (  1.3%)   0.0024 (  0.1%)  import-clang-decl
   0.0017 (  1.3%)   0.0003 (  0.5%)   0.0020 (  1.1%)   0.0020 (  0.1%)  typecheck-expr
   0.0012 (  1.0%)   0.0002 (  0.4%)   0.0014 (  0.8%)   0.0014 (  0.0%)  Serialization, swiftmodule
   0.0008 (  0.6%)   0.0001 (  0.1%)   0.0009 (  0.5%)   0.0009 (  0.0%)  Serialization, swiftdoc
   0.0005 (  0.4%)   0.0001 (  0.1%)   0.0005 (  0.3%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.2%)   0.0000 (  0.1%)   0.0003 (  0.2%)   0.0003 (  0.0%)  precheck-target
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1236 (100.0%)   0.0592 (100.0%)   0.1828 (100.0%)   3.4915 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0943 seconds (1.7631 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0629 (100.0%)   0.0315 (100.0%)   0.0943 (100.0%)   1.7631 (100.0%)  Building Target
   0.0629 (100.0%)   0.0315 (100.0%)   0.0943 (100.0%)   1.7631 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NULL = ASN1Null()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
public class ASN1Null: ASN1, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: note: add '@MainActor' to make static property 'NULL' part of global actor 'MainActor'
    public static let NULL = ASN1Null()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NULL = ASN1Null()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ZERO = ASN1Integer(BInt.ZERO)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:16:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
public class ASN1Integer: ASN1, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: note: add '@MainActor' to make static property 'ZERO' part of global actor 'MainActor'
    public static let ZERO = ASN1Integer(BInt.ZERO)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ZERO = ASN1Integer(BInt.ZERO)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ONE = ASN1Integer(BInt.ONE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:16:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
public class ASN1Integer: ASN1, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: note: add '@MainActor' to make static property 'ONE' part of global actor 'MainActor'
    public static let ONE = ASN1Integer(BInt.ONE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ONE = ASN1Integer(BInt.ONE)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ASN1Time.swift,\ ASN1UTF8String.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Time.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1UTF8String.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841352681-swift-frontend-ASN1-ASN1Time.swift-arm64_apple_xros2.4-o-Onone-2787141915.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2341 seconds (2.9913 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0171 ( 10.8%)   0.0162 ( 21.5%)   0.0333 ( 14.2%)   1.3947 ( 46.6%)  parse-and-resolve-imports
   0.0166 ( 10.4%)   0.0157 ( 20.7%)   0.0322 ( 13.8%)   1.3936 ( 46.6%)  Import resolution
   0.0011 (  0.7%)   0.0016 (  2.1%)   0.0027 (  1.1%)   0.0370 (  1.2%)  load-stdlib
   0.0253 ( 16.0%)   0.0087 ( 11.6%)   0.0341 ( 14.5%)   0.0341 (  1.1%)  perform-sema
   0.0252 ( 15.9%)   0.0087 ( 11.5%)   0.0339 ( 14.5%)   0.0339 (  1.1%)  Type checking and Semantic analysis
   0.0157 (  9.9%)   0.0055 (  7.3%)   0.0212 (  9.1%)   0.0212 (  0.7%)  typecheck-decl
   0.0143 (  9.0%)   0.0050 (  6.6%)   0.0193 (  8.2%)   0.0193 (  0.6%)  typecheck-stmt
   0.0108 (  6.8%)   0.0036 (  4.8%)   0.0143 (  6.1%)   0.0143 (  0.5%)  typecheck-expr
   0.0068 (  4.3%)   0.0021 (  2.8%)   0.0089 (  3.8%)   0.0089 (  0.3%)  build-rewrite-system
   0.0057 (  3.6%)   0.0031 (  4.0%)   0.0087 (  3.7%)   0.0087 (  0.3%)  IRGen
   0.0058 (  3.7%)   0.0001 (  0.1%)   0.0059 (  2.5%)   0.0059 (  0.2%)  SIL optimization
   0.0050 (  3.2%)   0.0008 (  1.1%)   0.0059 (  2.5%)   0.0059 (  0.2%)  SILGen
   0.0023 (  1.5%)   0.0030 (  3.9%)   0.0053 (  2.3%)   0.0053 (  0.2%)  import-clang-decl
   0.0042 (  2.6%)   0.0010 (  1.4%)   0.0052 (  2.2%)   0.0052 (  0.2%)  precheck-target
   0.0025 (  1.6%)   0.0004 (  0.5%)   0.0028 (  1.2%)   0.0028 (  0.1%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1586 (100.0%)   0.0755 (100.0%)   0.2341 (100.0%)   2.9913 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2292 seconds (1.6253 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1758 (100.0%)   0.0534 (100.0%)   0.2292 (100.0%)   1.6253 (100.0%)  Building Target
   0.1758 (100.0%)   0.0534 (100.0%)   0.2292 (100.0%)   1.6253 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Time.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1UTF8String.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ ASN1Sequence.swift,\ ASN1BMPString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BMPString.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841377756-swift-frontend-ASN1-ASN1Sequence.swift-arm64_apple_xros2.4-o-Onone-441441.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1775 seconds (2.7626 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0162 ( 12.8%)   0.0137 ( 27.1%)   0.0299 ( 16.8%)   1.3225 ( 47.9%)  parse-and-resolve-imports
   0.0158 ( 12.4%)   0.0132 ( 26.3%)   0.0290 ( 16.4%)   1.3216 ( 47.8%)  Import resolution
   0.0186 ( 14.7%)   0.0045 (  8.9%)   0.0231 ( 13.0%)   0.0231 (  0.8%)  perform-sema
   0.0185 ( 14.6%)   0.0045 (  8.9%)   0.0230 ( 13.0%)   0.0230 (  0.8%)  Type checking and Semantic analysis
   0.0134 ( 10.6%)   0.0035 (  6.9%)   0.0169 (  9.5%)   0.0169 (  0.6%)  typecheck-decl
   0.0090 (  7.1%)   0.0020 (  4.0%)   0.0110 (  6.2%)   0.0110 (  0.4%)  typecheck-stmt
   0.0076 (  6.0%)   0.0016 (  3.2%)   0.0092 (  5.2%)   0.0092 (  0.3%)  typecheck-expr
   0.0060 (  4.7%)   0.0014 (  2.7%)   0.0073 (  4.1%)   0.0073 (  0.3%)  build-rewrite-system
   0.0048 (  3.8%)   0.0020 (  4.0%)   0.0068 (  3.8%)   0.0068 (  0.2%)  IRGen
   0.0051 (  4.0%)   0.0001 (  0.2%)   0.0052 (  2.9%)   0.0052 (  0.2%)  SIL optimization
   0.0043 (  3.4%)   0.0006 (  1.2%)   0.0049 (  2.8%)   0.0049 (  0.2%)  SILGen
   0.0038 (  3.0%)   0.0008 (  1.6%)   0.0046 (  2.6%)   0.0046 (  0.2%)  precheck-target
   0.0009 (  0.7%)   0.0012 (  2.4%)   0.0021 (  1.2%)   0.0021 (  0.1%)  load-stdlib
   0.0018 (  1.4%)   0.0002 (  0.5%)   0.0020 (  1.1%)   0.0020 (  0.1%)  SILGen-function
   0.0009 (  0.7%)   0.0010 (  2.0%)   0.0019 (  1.1%)   0.0019 (  0.1%)  import-clang-decl
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1271 (100.0%)   0.0504 (100.0%)   0.1775 (100.0%)   2.7626 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2625 seconds (1.5551 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2113 (100.0%)   0.0513 (100.0%)   0.2625 (100.0%)   1.5551 (100.0%)  Building Target
   0.2113 (100.0%)   0.0513 (100.0%)   0.2625 (100.0%)   1.5551 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Sequence.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BMPString.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling BitSieve.swift, BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1Null.swift,\ ASN1IA5String.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1IA5String.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841397142-swift-frontend-ASN1-ASN1Null.swift-arm64_apple_xros2.4-o-Onone-1987793964.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1906 seconds (2.9385 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0194 ( 15.7%)   0.0194 ( 29.2%)   0.0388 ( 20.4%)   1.4128 ( 48.1%)  parse-and-resolve-imports
   0.0188 ( 15.1%)   0.0187 ( 28.2%)   0.0375 ( 19.7%)   1.4114 ( 48.0%)  Import resolution
   0.0186 ( 15.0%)   0.0061 (  9.2%)   0.0247 ( 12.9%)   0.0247 (  0.8%)  perform-sema
   0.0185 ( 14.9%)   0.0061 (  9.2%)   0.0246 ( 12.9%)   0.0246 (  0.8%)  Type checking and Semantic analysis
   0.0106 (  8.5%)   0.0036 (  5.5%)   0.0142 (  7.5%)   0.0142 (  0.5%)  typecheck-decl
   0.0075 (  6.1%)   0.0023 (  3.5%)   0.0099 (  5.2%)   0.0099 (  0.3%)  typecheck-stmt
   0.0053 (  4.3%)   0.0028 (  4.3%)   0.0081 (  4.3%)   0.0081 (  0.3%)  IRGen
   0.0063 (  5.1%)   0.0018 (  2.7%)   0.0081 (  4.2%)   0.0081 (  0.3%)  build-rewrite-system
   0.0044 (  3.5%)   0.0007 (  1.1%)   0.0051 (  2.7%)   0.0051 (  0.2%)  SILGen
   0.0050 (  4.0%)   0.0001 (  0.1%)   0.0050 (  2.6%)   0.0050 (  0.2%)  SIL optimization
   0.0034 (  2.8%)   0.0009 (  1.3%)   0.0043 (  2.2%)   0.0043 (  0.1%)  precheck-target
   0.0027 (  2.2%)   0.0006 (  0.8%)   0.0032 (  1.7%)   0.0032 (  0.1%)  typecheck-expr
   0.0011 (  0.9%)   0.0015 (  2.3%)   0.0026 (  1.4%)   0.0026 (  0.1%)  import-clang-decl
   0.0010 (  0.8%)   0.0014 (  2.2%)   0.0024 (  1.3%)   0.0024 (  0.1%)  load-stdlib
   0.0014 (  1.1%)   0.0003 (  0.4%)   0.0016 (  0.9%)   0.0016 (  0.1%)  SILGen-function
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.1%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1242 (100.0%)   0.0664 (100.0%)   0.1906 (100.0%)   2.9385 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1682 seconds (1.5423 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1206 (100.0%)   0.0476 (100.0%)   0.1682 (100.0%)   1.5423 (100.0%)  Building Target
   0.1206 (100.0%)   0.0476 (100.0%)   0.1682 (100.0%)   1.5423 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1IA5String.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1Boolean.swift,\ InputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Boolean.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/InputStream.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841475514-swift-frontend-ASN1-ASN1Boolean.swift-arm64_apple_xros2.4-o-Onone-2440793997.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2632 seconds (2.7783 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0172 (  9.0%)   0.0152 ( 20.9%)   0.0323 ( 12.3%)   1.2899 ( 46.4%)  parse-and-resolve-imports
   0.0166 (  8.7%)   0.0147 ( 20.2%)   0.0313 ( 11.9%)   1.2889 ( 46.4%)  Import resolution
   0.0316 ( 16.6%)   0.0083 ( 11.4%)   0.0399 ( 15.2%)   0.0399 (  1.4%)  perform-sema
   0.0315 ( 16.5%)   0.0083 ( 11.4%)   0.0398 ( 15.1%)   0.0398 (  1.4%)  Type checking and Semantic analysis
   0.0213 ( 11.1%)   0.0055 (  7.6%)   0.0268 ( 10.2%)   0.0268 (  1.0%)  typecheck-stmt
   0.0188 (  9.9%)   0.0046 (  6.4%)   0.0234 (  8.9%)   0.0234 (  0.8%)  typecheck-expr
   0.0124 (  6.5%)   0.0034 (  4.7%)   0.0158 (  6.0%)   0.0158 (  0.6%)  typecheck-decl
   0.0117 (  6.2%)   0.0031 (  4.3%)   0.0149 (  5.7%)   0.0149 (  0.5%)  build-rewrite-system
   0.0050 (  2.6%)   0.0037 (  5.1%)   0.0087 (  3.3%)   0.0087 (  0.3%)  IRGen
   0.0073 (  3.8%)   0.0011 (  1.6%)   0.0084 (  3.2%)   0.0084 (  0.3%)  SILGen
   0.0053 (  2.8%)   0.0009 (  1.3%)   0.0063 (  2.4%)   0.0063 (  0.2%)  precheck-target
   0.0057 (  3.0%)   0.0001 (  0.2%)   0.0059 (  2.2%)   0.0059 (  0.2%)  SIL optimization
   0.0031 (  1.6%)   0.0006 (  0.8%)   0.0037 (  1.4%)   0.0037 (  0.1%)  SILGen-function
   0.0017 (  0.9%)   0.0016 (  2.2%)   0.0033 (  1.3%)   0.0033 (  0.1%)  import-clang-decl
   0.0011 (  0.6%)   0.0014 (  1.9%)   0.0025 (  0.9%)   0.0025 (  0.1%)  load-stdlib
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1906 (100.0%)   0.0726 (100.0%)   0.2632 (100.0%)   2.7783 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2381 seconds (1.5009 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1824 (100.0%)   0.0557 (100.0%)   0.2381 (100.0%)   1.5009 (100.0%)  Building Target
   0.1824 (100.0%)   0.0557 (100.0%)   0.2381 (100.0%)   1.5009 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Boolean.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/InputStream.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Limbs.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1OctetString.swift,\ ASN1ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1OctetString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910841532056-swift-frontend-ASN1-ASN1OctetString.swift-arm64_apple_xros2.4-o-Onone-3019321917.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5651 seconds (3.2259 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0196 (  4.4%)   0.0197 ( 16.9%)   0.0393 (  6.9%)   1.3694 ( 42.5%)  parse-and-resolve-imports
   0.0190 (  4.2%)   0.0190 ( 16.3%)   0.0380 (  6.7%)   1.3682 ( 42.4%)  Import resolution
   0.0886 ( 19.8%)   0.0158 ( 13.6%)   0.1045 ( 18.5%)   0.1046 (  3.2%)  perform-sema
   0.0885 ( 19.7%)   0.0158 ( 13.6%)   0.1043 ( 18.5%)   0.1044 (  3.2%)  Type checking and Semantic analysis
   0.0746 ( 16.6%)   0.0117 ( 10.0%)   0.0862 ( 15.3%)   0.0863 (  2.7%)  typecheck-stmt
   0.0725 ( 16.2%)   0.0110 (  9.5%)   0.0836 ( 14.8%)   0.0836 (  2.6%)  typecheck-expr
   0.0248 (  5.5%)   0.0079 (  6.7%)   0.0327 (  5.8%)   0.0327 (  1.0%)  typecheck-decl
   0.0135 (  3.0%)   0.0016 (  1.4%)   0.0152 (  2.7%)   0.0152 (  0.5%)  precheck-target
   0.0111 (  2.5%)   0.0032 (  2.7%)   0.0143 (  2.5%)   0.0142 (  0.4%)  build-rewrite-system
   0.0088 (  2.0%)   0.0042 (  3.6%)   0.0129 (  2.3%)   0.0129 (  0.4%)  IRGen
   0.0092 (  2.1%)   0.0013 (  1.1%)   0.0105 (  1.9%)   0.0105 (  0.3%)  SILGen
   0.0077 (  1.7%)   0.0001 (  0.1%)   0.0078 (  1.4%)   0.0078 (  0.2%)  SIL optimization
   0.0055 (  1.2%)   0.0008 (  0.6%)   0.0062 (  1.1%)   0.0062 (  0.2%)  SILGen-function
   0.0019 (  0.4%)   0.0026 (  2.3%)   0.0046 (  0.8%)   0.0046 (  0.1%)  import-clang-decl
   0.0010 (  0.2%)   0.0015 (  1.3%)   0.0025 (  0.4%)   0.0025 (  0.1%)  load-stdlib
   0.0020 (  0.4%)   0.0004 (  0.3%)   0.0023 (  0.4%)   0.0023 (  0.1%)  typecheck-for-each
   0.0002 (  0.0%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4485 (100.0%)   0.1166 (100.0%)   0.5651 (100.0%)   3.2259 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2343 seconds (1.5646 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1821 (100.0%)   0.0523 (100.0%)   0.2343 (100.0%)   1.5646 (100.0%)  Building Target
   0.1821 (100.0%)   0.0523 (100.0%)   0.2343 (100.0%)   1.5646 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1OctetString.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1SimpleType.swift,\ ASN1PrintableString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1SimpleType.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910842038605-swift-frontend-ASN1-ASN1SimpleType.swift-arm64_apple_xros2.4-o-Onone-3202781634.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2064 seconds (1.7216 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 ( 14.2%)   0.0211 ( 29.2%)   0.0401 ( 19.4%)   0.7977 ( 46.3%)  parse-and-resolve-imports
   0.0185 ( 13.8%)   0.0205 ( 28.4%)   0.0390 ( 18.9%)   0.7966 ( 46.3%)  Import resolution
   0.0203 ( 15.1%)   0.0062 (  8.7%)   0.0265 ( 12.9%)   0.0265 (  1.5%)  perform-sema
   0.0202 ( 15.0%)   0.0062 (  8.6%)   0.0264 ( 12.8%)   0.0264 (  1.5%)  Type checking and Semantic analysis
   0.0104 (  7.8%)   0.0034 (  4.7%)   0.0138 (  6.7%)   0.0138 (  0.8%)  typecheck-decl
   0.0092 (  6.8%)   0.0027 (  3.8%)   0.0119 (  5.8%)   0.0119 (  0.7%)  typecheck-stmt
   0.0054 (  4.0%)   0.0035 (  4.8%)   0.0089 (  4.3%)   0.0089 (  0.5%)  IRGen
   0.0067 (  5.0%)   0.0018 (  2.5%)   0.0085 (  4.1%)   0.0085 (  0.5%)  typecheck-expr
   0.0065 (  4.8%)   0.0019 (  2.6%)   0.0084 (  4.0%)   0.0084 (  0.5%)  build-rewrite-system
   0.0053 (  4.0%)   0.0002 (  0.3%)   0.0055 (  2.7%)   0.0056 (  0.3%)  SIL optimization
   0.0048 (  3.6%)   0.0007 (  0.9%)   0.0055 (  2.7%)   0.0055 (  0.3%)  SILGen
   0.0039 (  2.9%)   0.0010 (  1.3%)   0.0049 (  2.4%)   0.0049 (  0.3%)  precheck-target
   0.0011 (  0.9%)   0.0014 (  1.9%)   0.0025 (  1.2%)   0.0025 (  0.1%)  load-stdlib
   0.0012 (  0.9%)   0.0013 (  1.9%)   0.0025 (  1.2%)   0.0025 (  0.1%)  import-clang-decl
   0.0015 (  1.1%)   0.0002 (  0.3%)   0.0017 (  0.8%)   0.0017 (  0.1%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1343 (100.0%)   0.0722 (100.0%)   0.2064 (100.0%)   1.7216 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1723 seconds (0.9300 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1237 (100.0%)   0.0485 (100.0%)   0.1723 (100.0%)   0.9300 (100.0%)  Building Target
   0.1237 (100.0%)   0.0485 (100.0%)   0.1723 (100.0%)   0.9300 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1SimpleType.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, BailliePSW.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1T61String.swift,\ ASN1Ctx.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1T61String.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910842244968-swift-frontend-ASN1-ASN1T61String.swift-arm64_apple_xros2.4-o-Onone-1156741817.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2842 seconds (1.7785 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0181 (  8.5%)   0.0173 ( 24.8%)   0.0354 ( 12.5%)   0.7826 ( 44.0%)  parse-and-resolve-imports
   0.0176 (  8.2%)   0.0167 ( 24.0%)   0.0343 ( 12.1%)   0.7815 ( 43.9%)  Import resolution
   0.0386 ( 18.0%)   0.0078 ( 11.2%)   0.0464 ( 16.3%)   0.0464 (  2.6%)  perform-sema
   0.0385 ( 18.0%)   0.0078 ( 11.2%)   0.0463 ( 16.3%)   0.0463 (  2.6%)  Type checking and Semantic analysis
   0.0269 ( 12.5%)   0.0040 (  5.8%)   0.0310 ( 10.9%)   0.0310 (  1.7%)  typecheck-stmt
   0.0204 (  9.5%)   0.0022 (  3.2%)   0.0226 (  8.0%)   0.0226 (  1.3%)  typecheck-expr
   0.0144 (  6.7%)   0.0039 (  5.6%)   0.0182 (  6.4%)   0.0182 (  1.0%)  typecheck-decl
   0.0073 (  3.4%)   0.0032 (  4.6%)   0.0104 (  3.7%)   0.0104 (  0.6%)  IRGen
   0.0070 (  3.3%)   0.0022 (  3.2%)   0.0093 (  3.3%)   0.0093 (  0.5%)  build-rewrite-system
   0.0070 (  3.3%)   0.0010 (  1.4%)   0.0080 (  2.8%)   0.0080 (  0.4%)  precheck-target
   0.0070 (  3.3%)   0.0001 (  0.1%)   0.0071 (  2.5%)   0.0071 (  0.4%)  SIL optimization
   0.0056 (  2.6%)   0.0006 (  0.9%)   0.0062 (  2.2%)   0.0062 (  0.3%)  SILGen
   0.0027 (  1.2%)   0.0002 (  0.3%)   0.0029 (  1.0%)   0.0029 (  0.2%)  SILGen-function
   0.0012 (  0.5%)   0.0016 (  2.2%)   0.0027 (  1.0%)   0.0027 (  0.2%)  import-clang-decl
   0.0008 (  0.4%)   0.0010 (  1.4%)   0.0018 (  0.6%)   0.0018 (  0.1%)  load-stdlib
   0.0012 (  0.5%)   0.0000 (  0.0%)   0.0012 (  0.4%)   0.0012 (  0.1%)  typecheck-for-each
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2145 (100.0%)   0.0697 (100.0%)   0.2842 (100.0%)   1.7785 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1558 seconds (0.9033 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1166 (100.0%)   0.0392 (100.0%)   0.1558 (100.0%)   0.9033 (100.0%)  Building Target
   0.1166 (100.0%)   0.0392 (100.0%)   0.1558 (100.0%)   0.9033 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1T61String.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Sequence.swift, ASN1BMPString.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 Compiling\ ASN1UTCTime.swift,\ ASN1.swift,\ ASN1Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1UTCTime.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1UTCTime.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

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

/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let NULL = ASN1Null()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
public class ASN1Null: ASN1, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: note: add '@MainActor' to make static property 'NULL' part of global actor 'MainActor'
    public static let NULL = ASN1Null()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let NULL = ASN1Null()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ZERO = ASN1Integer(BInt.ZERO)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:16:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
public class ASN1Integer: ASN1, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: note: add '@MainActor' to make static property 'ZERO' part of global actor 'MainActor'
    public static let ZERO = ASN1Integer(BInt.ZERO)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ZERO = ASN1Integer(BInt.ZERO)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ONE = ASN1Integer(BInt.ONE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:16:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
public class ASN1Integer: ASN1, CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: note: add '@MainActor' to make static property 'ONE' part of global actor 'MainActor'
    public static let ONE = ASN1Integer(BInt.ONE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ONE = ASN1Integer(BInt.ONE)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776910843000027-swift-frontend-ASN1-ASN1UTCTime.swift-arm64_apple_xros2.4-o-Onone-665768205.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0166 seconds (1.0173 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2025 ( 23.3%)   0.0285 ( 19.1%)   0.2310 ( 22.7%)   0.2312 ( 22.7%)  perform-sema
   0.2024 ( 23.3%)   0.0284 ( 19.1%)   0.2309 ( 22.7%)   0.2310 ( 22.7%)  Type checking and Semantic analysis
   0.1861 ( 21.4%)   0.0239 ( 16.0%)   0.2100 ( 20.7%)   0.2101 ( 20.7%)  typecheck-stmt
   0.1299 ( 15.0%)   0.0155 ( 10.4%)   0.1454 ( 14.3%)   0.1456 ( 14.3%)  typecheck-expr
   0.0180 (  2.1%)   0.0170 ( 11.4%)   0.0350 (  3.4%)   0.0350 (  3.4%)  parse-and-resolve-imports
   0.0176 (  2.0%)   0.0164 ( 11.0%)   0.0340 (  3.3%)   0.0340 (  3.3%)  Import resolution
   0.0180 (  2.1%)   0.0047 (  3.2%)   0.0228 (  2.2%)   0.0228 (  2.2%)  typecheck-decl
   0.0214 (  2.5%)   0.0012 (  0.8%)   0.0226 (  2.2%)   0.0226 (  2.2%)  precheck-target
   0.0176 (  2.0%)   0.0002 (  0.1%)   0.0178 (  1.8%)   0.0178 (  1.8%)  SIL optimization
   0.0120 (  1.4%)   0.0033 (  2.2%)   0.0153 (  1.5%)   0.0153 (  1.5%)  IRGen
   0.0139 (  1.6%)   0.0012 (  0.8%)   0.0151 (  1.5%)   0.0151 (  1.5%)  SILGen
   0.0103 (  1.2%)   0.0027 (  1.8%)   0.0131 (  1.3%)   0.0131 (  1.3%)  build-rewrite-system
   0.0104 (  1.2%)   0.0008 (  0.5%)   0.0112 (  1.1%)   0.0112 (  1.1%)  SILGen-function
   0.0024 (  0.3%)   0.0029 (  2.0%)   0.0054 (  0.5%)   0.0054 (  0.5%)  import-clang-decl
   0.0021 (  0.2%)   0.0007 (  0.5%)   0.0028 (  0.3%)   0.0028 (  0.3%)  typecheck-for-each
   0.0009 (  0.1%)   0.0013 (  0.9%)   0.0022 (  0.2%)   0.0022 (  0.2%)  load-stdlib
   0.0017 (  0.2%)   0.0002 (  0.1%)   0.0019 (  0.2%)   0.0019 (  0.2%)  typecheck-expr-pattern
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8677 (100.0%)   0.1489 (100.0%)   1.0166 (100.0%)   1.0173 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4405 seconds (0.4414 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3719 (100.0%)   0.0686 (100.0%)   0.4405 (100.0%)   0.4414 (100.0%)  Building Target
   0.3719 (100.0%)   0.0686 (100.0%)   0.4405 (100.0%)   0.4414 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Set.swift, ASN1Integer.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Null.swift, ASN1IA5String.swift (in target 'ASN1' from project 'ASN1')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o normal (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1SimpleType.swift, ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Boolean.swift, InputStream.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Time.swift, ASN1UTF8String.swift (in target 'ASN1' from project 'ASN1')
ExtractAppIntentsMetadata (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BigInt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier bigint.BigInt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:20:43.076 appintentsmetadataprocessor[781:4408] Starting appintentsmetadataprocessor export
2026-04-22 19:20:43.118 appintentsmetadataprocessor[781:4408] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ASN1OctetString.swift, ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Emitting module for ASN1 (in target 'ASN1' from project 'ASN1')
SwiftDriver\ Compilation\ Requirements ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros2.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.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/ASN1.build/Debug-xros/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml -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-xros/ASN1.framework/Headers/ASN1-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers/ASN1-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.abi.json (in target 'ASN1' from project 'ASN1')
    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/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftdoc (in target 'ASN1' from project 'ASN1')
    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/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule (in target 'ASN1' from project 'ASN1')
    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/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftsourceinfo (in target 'ASN1' from project 'ASN1')
    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/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/VerifyModule --target arm64-apple-xros2.4 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

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

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o -index-unit-output-path /ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o (in target 'BigInt' from project 'BigInt')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
SwiftDriverJobDiscovery normal arm64 Compiling ASN1T61String.swift, ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1GeneralizedTime.swift, ASN1Exception.swift, ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o -index-unit-output-path /ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1UTCTime.swift, ASN1.swift, ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
SwiftDriver\ Compilation ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros2.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.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/ASN1.build/Debug-xros/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml -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-xros/ASN1.framework/ASN1 normal (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros2.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList -install_name @rpath/ASN1.framework/ASN1 -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -Wl,-no_warn_duplicate_libraries -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule
ExtractAppIntentsMetadata (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ASN1 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 2.4 --bundle-identifier org.zeit.asn1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework --target-triple arm64-apple-xros2.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:20:43.601 appintentsmetadataprocessor[790:4539] Starting appintentsmetadataprocessor export
2026-04-22 19:20:43.603 appintentsmetadataprocessor[790:4539] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/ASN1.framework/ASN1.tbd (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/ASN1.framework/ASN1.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mIwr/BigInt"
    }
  ],
  "manifest_display_name" : "ASN1",
  "name" : "ASN1",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1",
      "targets" : [
        "ASN1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASN1Tests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Tests",
      "path" : "Tests/ASN1Tests",
      "sources" : [
        "ASN1Tests.swift",
        "ErrorTests.swift",
        "PerformanceTest.swift"
      ],
      "target_dependencies" : [
        "ASN1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1",
      "module_type" : "SwiftTarget",
      "name" : "ASN1",
      "path" : "Sources/ASN1",
      "product_dependencies" : [
        "BigInt"
      ],
      "product_memberships" : [
        "ASN1"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ASN1.swift",
        "ASN1BMPString.swift",
        "ASN1BitString.swift",
        "ASN1Boolean.swift",
        "ASN1Collection.swift",
        "ASN1Ctx.swift",
        "ASN1Exception.swift",
        "ASN1GeneralizedTime.swift",
        "ASN1IA5String.swift",
        "ASN1Integer.swift",
        "ASN1Null.swift",
        "ASN1ObjectIdentifier.swift",
        "ASN1OctetString.swift",
        "ASN1PrintableString.swift",
        "ASN1Sequence.swift",
        "ASN1Set.swift",
        "ASN1SimpleType.swift",
        "ASN1T61String.swift",
        "ASN1Time.swift",
        "ASN1UTCTime.swift",
        "ASN1UTF8String.swift",
        "InputStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 7 |     name: "ASN1",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Done.