The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ASN1, reference master (90c6d1), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 23 Apr 2026 02:30:14 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 platform=macOS,arch=arm64 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:         macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 6f309ac25e69ff62e154aef40c6c89d9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6f309ac25e69ff62e154aef40c6c89d9.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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/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/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS/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/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/empty-ASN1.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/DerivedSources/ASN1_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-macos13.6 '-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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug '-fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/BigInt.modulemap'
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt_BigInt.build/empty-BigInt_BigInt.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt_BigInt.build/BigInt_BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt_BigInt.build/BigInt_BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1-project-headers.hmap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/BigInt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/BigInt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/ASN1-all-non-framework-target-headers.hmap
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/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/ASN1.framework/Versions/A/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt_BigInt.bundle/Contents/Resources (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/BigInt_BigInt.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt_BigInt.bundle/Contents (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/BigInt_BigInt.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/BigInt_BigInt.bundle
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/Current A (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Resources Versions/Current/Resources (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Modules Versions/Current/Modules (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Headers Versions/Current/Headers (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/ASN1 Versions/Current/ASN1 (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/ASN1 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/ASN1
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Resources (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/ASN1.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/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/ASN1.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A (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/ASN1.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions (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/ASN1.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/ASN1.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt_BigInt.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt_BigInt.build/empty-BigInt_BigInt.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt_BigInt.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt_BigInt.bundle/Contents/Resources/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/BigInt_BigInt.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/BigInt_BigInt.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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\ Factorial.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911391220480-swift-frontend-BigInt-Factorial.swift-arm64_apple_macos10.13-o-Onone-4103765967.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4050 seconds (4.8528 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0289 ( 15.4%)   0.0912 ( 42.0%)   0.1201 ( 29.7%)   2.3376 ( 48.2%)  parse-and-resolve-imports
   0.0276 ( 14.7%)   0.0900 ( 41.4%)   0.1177 ( 29.1%)   2.3351 ( 48.1%)  Import resolution
   0.0230 ( 12.3%)   0.0054 (  2.5%)   0.0285 (  7.0%)   0.0285 (  0.6%)  perform-sema
   0.0229 ( 12.2%)   0.0054 (  2.5%)   0.0284 (  7.0%)   0.0284 (  0.6%)  Type checking and Semantic analysis
   0.0208 ( 11.1%)   0.0049 (  2.3%)   0.0258 (  6.4%)   0.0258 (  0.5%)  typecheck-expr
   0.0191 ( 10.2%)   0.0043 (  2.0%)   0.0235 (  5.8%)   0.0235 (  0.5%)  typecheck-stmt
   0.0013 (  0.7%)   0.0035 (  1.6%)   0.0047 (  1.2%)   0.0175 (  0.4%)  load-stdlib
   0.0101 (  5.4%)   0.0029 (  1.3%)   0.0130 (  3.2%)   0.0130 (  0.3%)  typecheck-decl
   0.0106 (  5.7%)   0.0023 (  1.0%)   0.0129 (  3.2%)   0.0129 (  0.3%)  precheck-target
   0.0071 (  3.8%)   0.0025 (  1.2%)   0.0097 (  2.4%)   0.0097 (  0.2%)  build-rewrite-system
   0.0072 (  3.8%)   0.0001 (  0.0%)   0.0073 (  1.8%)   0.0073 (  0.1%)  SIL optimization
   0.0036 (  1.9%)   0.0033 (  1.5%)   0.0070 (  1.7%)   0.0070 (  0.1%)  IRGen
   0.0026 (  1.4%)   0.0005 (  0.2%)   0.0031 (  0.8%)   0.0031 (  0.1%)  SILGen
   0.0019 (  1.0%)   0.0004 (  0.2%)   0.0023 (  0.6%)   0.0023 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0005 (  0.2%)   0.0008 (  0.2%)   0.0008 (  0.0%)  import-clang-decl
   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%)  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%)  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.1876 (100.0%)   0.2173 (100.0%)   0.4050 (100.0%)   4.8528 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2768 seconds (2.5084 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1556 (100.0%)   0.1213 (100.0%)   0.2768 (100.0%)   2.5084 (100.0%)  Building Target
   0.1556 (100.0%)   0.1213 (100.0%)   0.2768 (100.0%)   2.5084 (100.0%)  Total
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911391208937-swift-frontend-BigInt-GCD.swift-arm64_apple_macos10.13-o-Onone-2191688939.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6217 seconds (4.7190 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0265 (  6.8%)   0.0892 ( 38.7%)   0.1157 ( 18.6%)   2.1450 ( 45.5%)  parse-and-resolve-imports
   0.0254 (  6.5%)   0.0882 ( 38.2%)   0.1136 ( 18.3%)   2.1428 ( 45.4%)  Import resolution
   0.0601 ( 15.4%)   0.0066 (  2.9%)   0.0667 ( 10.7%)   0.0667 (  1.4%)  perform-sema
   0.0601 ( 15.4%)   0.0066 (  2.9%)   0.0667 ( 10.7%)   0.0667 (  1.4%)  Type checking and Semantic analysis
   0.0536 ( 13.7%)   0.0055 (  2.4%)   0.0590 (  9.5%)   0.0590 (  1.3%)  typecheck-expr
   0.0532 ( 13.6%)   0.0052 (  2.3%)   0.0584 (  9.4%)   0.0584 (  1.2%)  typecheck-stmt
   0.0440 ( 11.3%)   0.0142 (  6.1%)   0.0582 (  9.4%)   0.0583 (  1.2%)  build-rewrite-system
   0.0015 (  0.4%)   0.0043 (  1.9%)   0.0058 (  0.9%)   0.0447 (  0.9%)  load-stdlib
   0.0192 (  4.9%)   0.0017 (  0.7%)   0.0209 (  3.4%)   0.0209 (  0.4%)  precheck-target
   0.0165 (  4.2%)   0.0022 (  1.0%)   0.0187 (  3.0%)   0.0187 (  0.4%)  typecheck-decl
   0.0078 (  2.0%)   0.0045 (  1.9%)   0.0123 (  2.0%)   0.0123 (  0.3%)  IRGen
   0.0108 (  2.8%)   0.0001 (  0.0%)   0.0109 (  1.7%)   0.0109 (  0.2%)  SIL optimization
   0.0058 (  1.5%)   0.0008 (  0.4%)   0.0067 (  1.1%)   0.0067 (  0.1%)  SILGen
   0.0051 (  1.3%)   0.0006 (  0.3%)   0.0057 (  0.9%)   0.0057 (  0.1%)  SILGen-function
   0.0008 (  0.2%)   0.0010 (  0.4%)   0.0018 (  0.3%)   0.0018 (  0.0%)  import-clang-decl
   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%)  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.3909 (100.0%)   0.2308 (100.0%)   0.6217 (100.0%)   4.7190 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5630 seconds (2.6321 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4129 (100.0%)   0.1501 (100.0%)   0.5630 (100.0%)   2.6321 (100.0%)  Building Target
   0.4129 (100.0%)   0.1501 (100.0%)   0.5630 (100.0%)   2.6321 (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-1776911391208801-swift-frontend-BigInt-FFT.swift-arm64_apple_macos10.13-o-Onone-1264059596.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6700 seconds (4.4968 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0319 (  7.4%)   0.0877 ( 36.4%)   0.1196 ( 17.9%)   2.0323 ( 45.2%)  parse-and-resolve-imports
   0.0309 (  7.2%)   0.0869 ( 36.0%)   0.1177 ( 17.6%)   2.0304 ( 45.2%)  Import resolution
   0.0643 ( 15.0%)   0.0078 (  3.2%)   0.0721 ( 10.8%)   0.0721 (  1.6%)  perform-sema
   0.0642 ( 15.0%)   0.0078 (  3.2%)   0.0720 ( 10.8%)   0.0720 (  1.6%)  Type checking and Semantic analysis
   0.0598 ( 13.9%)   0.0070 (  2.9%)   0.0668 ( 10.0%)   0.0668 (  1.5%)  typecheck-stmt
   0.0572 ( 13.3%)   0.0067 (  2.8%)   0.0640 (  9.5%)   0.0640 (  1.4%)  typecheck-expr
   0.0424 (  9.9%)   0.0134 (  5.6%)   0.0559 (  8.3%)   0.0560 (  1.2%)  build-rewrite-system
   0.0127 (  3.0%)   0.0141 (  5.9%)   0.0268 (  4.0%)   0.0282 (  0.6%)  load-stdlib
   0.0202 (  4.7%)   0.0025 (  1.1%)   0.0228 (  3.4%)   0.0228 (  0.5%)  typecheck-decl
   0.0154 (  3.6%)   0.0014 (  0.6%)   0.0168 (  2.5%)   0.0168 (  0.4%)  precheck-target
   0.0112 (  2.6%)   0.0001 (  0.0%)   0.0112 (  1.7%)   0.0112 (  0.3%)  SIL optimization
   0.0065 (  1.5%)   0.0033 (  1.4%)   0.0099 (  1.5%)   0.0099 (  0.2%)  IRGen
   0.0050 (  1.2%)   0.0005 (  0.2%)   0.0055 (  0.8%)   0.0055 (  0.1%)  SILGen
   0.0046 (  1.1%)   0.0005 (  0.2%)   0.0050 (  0.7%)   0.0050 (  0.1%)  SILGen-function
   0.0008 (  0.2%)   0.0011 (  0.5%)   0.0020 (  0.3%)   0.0020 (  0.0%)  import-clang-decl
   0.0013 (  0.3%)   0.0000 (  0.0%)   0.0013 (  0.2%)   0.0013 (  0.0%)  typecheck-for-each
   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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.4289 (100.0%)   0.2410 (100.0%)   0.6700 (100.0%)   4.4968 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6194 seconds (2.5412 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4460 (100.0%)   0.1735 (100.0%)   0.6194 (100.0%)   2.5412 (100.0%)  Building Target
   0.4460 (100.0%)   0.1735 (100.0%)   0.6194 (100.0%)   2.5412 (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\ Limbs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911391216985-swift-frontend-BigInt-Limbs.swift-arm64_apple_macos10.13-o-Onone-2272523056.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1063 seconds (5.5938 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0281 (  3.5%)   0.0968 ( 32.7%)   0.1249 ( 11.3%)   2.3501 ( 42.0%)  parse-and-resolve-imports
   0.0269 (  3.3%)   0.0956 ( 32.2%)   0.1224 ( 11.1%)   2.3476 ( 42.0%)  Import resolution
   0.1660 ( 20.5%)   0.0222 (  7.5%)   0.1882 ( 17.0%)   0.1897 (  3.4%)  perform-sema
   0.1659 ( 20.5%)   0.0222 (  7.5%)   0.1881 ( 17.0%)   0.1896 (  3.4%)  Type checking and Semantic analysis
   0.1570 ( 19.4%)   0.0207 (  7.0%)   0.1778 ( 16.1%)   0.1793 (  3.2%)  typecheck-stmt
   0.1422 ( 17.6%)   0.0187 (  6.3%)   0.1609 ( 14.5%)   0.1624 (  2.9%)  typecheck-expr
   0.0012 (  0.1%)   0.0034 (  1.1%)   0.0046 (  0.4%)   0.0352 (  0.6%)  load-stdlib
   0.0263 (  3.2%)   0.0042 (  1.4%)   0.0305 (  2.8%)   0.0307 (  0.5%)  typecheck-decl
   0.0277 (  3.4%)   0.0024 (  0.8%)   0.0301 (  2.7%)   0.0302 (  0.5%)  precheck-target
   0.0204 (  2.5%)   0.0006 (  0.2%)   0.0210 (  1.9%)   0.0211 (  0.4%)  SIL optimization
   0.0142 (  1.8%)   0.0014 (  0.5%)   0.0157 (  1.4%)   0.0157 (  0.3%)  SILGen
   0.0111 (  1.4%)   0.0038 (  1.3%)   0.0149 (  1.3%)   0.0149 (  0.3%)  IRGen
   0.0130 (  1.6%)   0.0012 (  0.4%)   0.0142 (  1.3%)   0.0141 (  0.3%)  SILGen-function
   0.0082 (  1.0%)   0.0023 (  0.8%)   0.0105 (  0.9%)   0.0105 (  0.2%)  build-rewrite-system
   0.0006 (  0.1%)   0.0008 (  0.3%)   0.0014 (  0.1%)   0.0014 (  0.0%)  import-clang-decl
   0.0009 (  0.1%)   0.0000 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  typecheck-for-each
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   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%)  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
   0.8099 (100.0%)   0.2964 (100.0%)   1.1063 (100.0%)   5.5938 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5177 seconds (2.7776 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3702 (100.0%)   0.1475 (100.0%)   0.5177 (100.0%)   2.7776 (100.0%)  Building Target
   0.3702 (100.0%)   0.1475 (100.0%)   0.5177 (100.0%)   2.7776 (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-1776911391218698-swift-frontend-BigInt-CRT.swift-arm64_apple_macos10.13-o-Onone-1373912533.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5723 seconds (4.7777 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0273 (  7.8%)   0.0898 ( 40.1%)   0.1172 ( 20.5%)   2.2117 ( 46.3%)  parse-and-resolve-imports
   0.0260 (  7.5%)   0.0887 ( 39.6%)   0.1147 ( 20.0%)   2.2092 ( 46.2%)  Import resolution
   0.0569 ( 16.3%)   0.0076 (  3.4%)   0.0644 ( 11.3%)   0.0645 (  1.3%)  perform-sema
   0.0568 ( 16.3%)   0.0075 (  3.4%)   0.0643 ( 11.2%)   0.0643 (  1.3%)  Type checking and Semantic analysis
   0.0516 ( 14.8%)   0.0065 (  2.9%)   0.0582 ( 10.2%)   0.0582 (  1.2%)  typecheck-stmt
   0.0457 ( 13.1%)   0.0057 (  2.5%)   0.0515 (  9.0%)   0.0515 (  1.1%)  typecheck-expr
   0.0172 (  4.9%)   0.0042 (  1.9%)   0.0215 (  3.8%)   0.0218 (  0.5%)  build-rewrite-system
   0.0012 (  0.3%)   0.0034 (  1.5%)   0.0046 (  0.8%)   0.0205 (  0.4%)  load-stdlib
   0.0138 (  4.0%)   0.0024 (  1.1%)   0.0162 (  2.8%)   0.0162 (  0.3%)  typecheck-decl
   0.0097 (  2.8%)   0.0043 (  1.9%)   0.0140 (  2.4%)   0.0140 (  0.3%)  IRGen
   0.0121 (  3.5%)   0.0012 (  0.5%)   0.0134 (  2.3%)   0.0134 (  0.3%)  precheck-target
   0.0117 (  3.4%)   0.0002 (  0.1%)   0.0118 (  2.1%)   0.0118 (  0.2%)  SIL optimization
   0.0066 (  1.9%)   0.0006 (  0.3%)   0.0072 (  1.3%)   0.0072 (  0.2%)  SILGen
   0.0052 (  1.5%)   0.0006 (  0.3%)   0.0058 (  1.0%)   0.0058 (  0.1%)  typecheck-for-each
   0.0053 (  1.5%)   0.0004 (  0.2%)   0.0058 (  1.0%)   0.0057 (  0.1%)  SILGen-function
   0.0006 (  0.2%)   0.0006 (  0.3%)   0.0012 (  0.2%)   0.0012 (  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%)  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.3483 (100.0%)   0.2240 (100.0%)   0.5723 (100.0%)   4.7777 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4170 seconds (2.5292 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2806 (100.0%)   0.1364 (100.0%)   0.4170 (100.0%)   2.5292 (100.0%)  Building Target
   0.2806 (100.0%)   0.1364 (100.0%)   0.4170 (100.0%)   2.5292 (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\ resource_bundle_accessor.swift,\ BailliePSW.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911391227926-swift-frontend-BigInt-resource_bundle_accessor.swift-arm64_apple_macos10.13-o-Onone-2263968350.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5803 seconds (4.7266 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0271 (  8.4%)   0.0925 ( 35.8%)   0.1196 ( 20.6%)   2.1863 ( 46.3%)  parse-and-resolve-imports
   0.0259 (  8.1%)   0.0914 ( 35.3%)   0.1174 ( 20.2%)   2.1840 ( 46.2%)  Import resolution
   0.0763 ( 23.7%)   0.0240 (  9.3%)   0.1003 ( 17.3%)   0.1006 (  2.1%)  build-rewrite-system
   0.0361 ( 11.2%)   0.0086 (  3.3%)   0.0447 (  7.7%)   0.0447 (  0.9%)  perform-sema
   0.0361 ( 11.2%)   0.0085 (  3.3%)   0.0446 (  7.7%)   0.0446 (  0.9%)  Type checking and Semantic analysis
   0.0295 (  9.2%)   0.0062 (  2.4%)   0.0357 (  6.2%)   0.0358 (  0.8%)  typecheck-expr
   0.0234 (  7.3%)   0.0071 (  2.7%)   0.0305 (  5.3%)   0.0305 (  0.6%)  typecheck-decl
   0.0116 (  3.6%)   0.0088 (  3.4%)   0.0203 (  3.5%)   0.0204 (  0.4%)  import-clang-decl
   0.0164 (  5.1%)   0.0018 (  0.7%)   0.0182 (  3.1%)   0.0182 (  0.4%)  typecheck-stmt
   0.0144 (  4.5%)   0.0024 (  0.9%)   0.0169 (  2.9%)   0.0169 (  0.4%)  precheck-target
   0.0011 (  0.3%)   0.0022 (  0.9%)   0.0033 (  0.6%)   0.0159 (  0.3%)  load-stdlib
   0.0066 (  2.1%)   0.0034 (  1.3%)   0.0101 (  1.7%)   0.0101 (  0.2%)  IRGen
   0.0056 (  1.8%)   0.0001 (  0.0%)   0.0057 (  1.0%)   0.0057 (  0.1%)  SIL optimization
   0.0048 (  1.5%)   0.0007 (  0.3%)   0.0054 (  0.9%)   0.0054 (  0.1%)  SILGen
   0.0041 (  1.3%)   0.0006 (  0.2%)   0.0047 (  0.8%)   0.0047 (  0.1%)  SILGen-function
   0.0014 (  0.4%)   0.0002 (  0.1%)   0.0016 (  0.3%)   0.0016 (  0.0%)  typecheck-for-each
   0.0006 (  0.2%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  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%)  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%)  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%)  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%)  AST verification
   0.3216 (100.0%)   0.2587 (100.0%)   0.5803 (100.0%)   4.7266 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6341 seconds (3.7187 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1061 (100.0%)   0.5280 (100.0%)   1.6341 (100.0%)   3.7187 (100.0%)  Building Target
   1.1061 (100.0%)   0.5280 (100.0%)   1.6341 (100.0%)   3.7187 (100.0%)  Total
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-1776911391228080-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_macos10.13-o-Onone-410565431.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4107 seconds (4.3360 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 ( 14.1%)   0.0927 ( 42.0%)   0.1196 ( 29.1%)   2.0758 ( 47.9%)  parse-and-resolve-imports
   0.0258 ( 13.6%)   0.0917 ( 41.5%)   0.1175 ( 28.6%)   2.0737 ( 47.8%)  Import resolution
   0.0424 ( 22.3%)   0.0129 (  5.9%)   0.0553 ( 13.5%)   0.0553 (  1.3%)  build-rewrite-system
   0.0187 (  9.8%)   0.0041 (  1.9%)   0.0228 (  5.6%)   0.0228 (  0.5%)  perform-sema
   0.0187 (  9.8%)   0.0041 (  1.9%)   0.0228 (  5.5%)   0.0228 (  0.5%)  Type checking and Semantic analysis
   0.0161 (  8.5%)   0.0034 (  1.5%)   0.0194 (  4.7%)   0.0194 (  0.4%)  typecheck-stmt
   0.0011 (  0.6%)   0.0024 (  1.1%)   0.0035 (  0.9%)   0.0163 (  0.4%)  load-stdlib
   0.0105 (  5.5%)   0.0020 (  0.9%)   0.0125 (  3.0%)   0.0125 (  0.3%)  typecheck-expr
   0.0101 (  5.3%)   0.0022 (  1.0%)   0.0123 (  3.0%)   0.0123 (  0.3%)  typecheck-decl
   0.0069 (  3.6%)   0.0011 (  0.5%)   0.0080 (  1.9%)   0.0080 (  0.2%)  precheck-target
   0.0056 (  3.0%)   0.0001 (  0.0%)   0.0057 (  1.4%)   0.0057 (  0.1%)  SIL optimization
   0.0028 (  1.5%)   0.0027 (  1.2%)   0.0055 (  1.3%)   0.0055 (  0.1%)  IRGen
   0.0009 (  0.5%)   0.0012 (  0.5%)   0.0021 (  0.5%)   0.0021 (  0.0%)  import-clang-decl
   0.0018 (  0.9%)   0.0001 (  0.1%)   0.0019 (  0.5%)   0.0019 (  0.0%)  SILGen
   0.0014 (  0.7%)   0.0001 (  0.1%)   0.0015 (  0.4%)   0.0015 (  0.0%)  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.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%)  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%)  AST verification
   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.1899 (100.0%)   0.2208 (100.0%)   0.4107 (100.0%)   4.3360 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5358 seconds (2.5055 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3809 (100.0%)   0.1550 (100.0%)   0.5358 (100.0%)   2.5055 (100.0%)  Building Target
   0.3809 (100.0%)   0.1550 (100.0%)   0.5358 (100.0%)   2.5055 (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\ 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911391227677-swift-frontend-BigInt-BitSieve.swift-arm64_apple_macos10.13-o-Onone-2807280026.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6275 seconds (4.5499 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 (  7.1%)   0.0943 ( 37.9%)   0.1211 ( 19.3%)   2.0761 ( 45.6%)  parse-and-resolve-imports
   0.0257 (  6.8%)   0.0933 ( 37.5%)   0.1190 ( 19.0%)   2.0740 ( 45.6%)  Import resolution
   0.0606 ( 16.0%)   0.0095 (  3.8%)   0.0701 ( 11.2%)   0.0701 (  1.5%)  perform-sema
   0.0606 ( 16.0%)   0.0094 (  3.8%)   0.0700 ( 11.1%)   0.0700 (  1.5%)  Type checking and Semantic analysis
   0.0565 ( 14.9%)   0.0078 (  3.1%)   0.0643 ( 10.2%)   0.0643 (  1.4%)  typecheck-stmt
   0.0439 ( 11.6%)   0.0143 (  5.8%)   0.0582 (  9.3%)   0.0581 (  1.3%)  build-rewrite-system
   0.0402 ( 10.6%)   0.0059 (  2.4%)   0.0460 (  7.3%)   0.0461 (  1.0%)  typecheck-expr
   0.0011 (  0.3%)   0.0023 (  0.9%)   0.0034 (  0.5%)   0.0157 (  0.3%)  load-stdlib
   0.0138 (  3.6%)   0.0015 (  0.6%)   0.0153 (  2.4%)   0.0153 (  0.3%)  precheck-target
   0.0111 (  2.9%)   0.0030 (  1.2%)   0.0141 (  2.3%)   0.0141 (  0.3%)  typecheck-decl
   0.0139 (  3.7%)   0.0001 (  0.0%)   0.0140 (  2.2%)   0.0140 (  0.3%)  SIL optimization
   0.0070 (  1.8%)   0.0040 (  1.6%)   0.0110 (  1.8%)   0.0110 (  0.2%)  IRGen
   0.0074 (  2.0%)   0.0009 (  0.4%)   0.0084 (  1.3%)   0.0084 (  0.2%)  SILGen
   0.0064 (  1.7%)   0.0007 (  0.3%)   0.0071 (  1.1%)   0.0071 (  0.2%)  SILGen-function
   0.0028 (  0.7%)   0.0002 (  0.1%)   0.0030 (  0.5%)   0.0030 (  0.1%)  typecheck-for-each
   0.0010 (  0.3%)   0.0012 (  0.5%)   0.0022 (  0.4%)   0.0022 (  0.0%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   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%)  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
   0.3790 (100.0%)   0.2485 (100.0%)   0.6275 (100.0%)   4.5499 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5934 seconds (2.5649 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4281 (100.0%)   0.1654 (100.0%)   0.5934 (100.0%)   2.5649 (100.0%)  Building Target
   0.4281 (100.0%)   0.1654 (100.0%)   0.5934 (100.0%)   2.5649 (100.0%)  Total
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

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-1776911391227023-swift-frontend-BigInt-ToomCook.swift-arm64_apple_macos10.13-o-Onone-2856388255.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.2022 seconds (4.2583 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5287 ( 46.6%)   0.4432 ( 48.2%)   1.9718 ( 46.9%)   1.9920 ( 46.8%)  parse-and-resolve-imports
   1.5277 ( 46.5%)   0.4428 ( 48.1%)   1.9705 ( 46.9%)   1.9907 ( 46.7%)  Import resolution
   0.0446 (  1.4%)   0.0057 (  0.6%)   0.0504 (  1.2%)   0.0503 (  1.2%)  build-rewrite-system
   0.0333 (  1.0%)   0.0050 (  0.5%)   0.0383 (  0.9%)   0.0386 (  0.9%)  perform-sema
   0.0332 (  1.0%)   0.0050 (  0.5%)   0.0382 (  0.9%)   0.0386 (  0.9%)  Type checking and Semantic analysis
   0.0305 (  0.9%)   0.0036 (  0.4%)   0.0341 (  0.8%)   0.0345 (  0.8%)  typecheck-stmt
   0.0278 (  0.8%)   0.0028 (  0.3%)   0.0306 (  0.7%)   0.0310 (  0.7%)  typecheck-expr
   0.0255 (  0.8%)   0.0034 (  0.4%)   0.0288 (  0.7%)   0.0292 (  0.7%)  typecheck-decl
   0.0011 (  0.0%)   0.0020 (  0.2%)   0.0031 (  0.1%)   0.0156 (  0.4%)  load-stdlib
   0.0102 (  0.3%)   0.0006 (  0.1%)   0.0108 (  0.3%)   0.0108 (  0.3%)  precheck-target
   0.0074 (  0.2%)   0.0007 (  0.1%)   0.0081 (  0.2%)   0.0081 (  0.2%)  SIL optimization
   0.0039 (  0.1%)   0.0017 (  0.2%)   0.0056 (  0.1%)   0.0056 (  0.1%)  IRGen
   0.0034 (  0.1%)   0.0013 (  0.1%)   0.0047 (  0.1%)   0.0054 (  0.1%)  SILGen
   0.0028 (  0.1%)   0.0009 (  0.1%)   0.0038 (  0.1%)   0.0045 (  0.1%)  SILGen-function
   0.0009 (  0.0%)   0.0009 (  0.1%)   0.0018 (  0.0%)   0.0018 (  0.0%)  import-clang-decl
   0.0006 (  0.0%)   0.0005 (  0.1%)   0.0011 (  0.0%)   0.0011 (  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.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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   3.2820 (100.0%)   0.9202 (100.0%)   4.2022 (100.0%)   4.2583 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4524 seconds (2.4965 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9293 (100.0%)   0.5231 (100.0%)   2.4524 (100.0%)   2.4965 (100.0%)  Building Target
   1.9293 (100.0%)   0.5231 (100.0%)   2.4524 (100.0%)   2.4965 (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

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-1776911391226837-swift-frontend-BigInt-all-arm64_apple_macos10.13-swiftmodule-Onone-1880897573.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6652 seconds (5.3371 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0280 (  7.1%)   0.0946 ( 35.0%)   0.1226 ( 18.4%)   2.4488 ( 45.9%)  parse-and-resolve-imports
   0.0267 (  6.8%)   0.0933 ( 34.5%)   0.1200 ( 18.0%)   2.4462 ( 45.8%)  Import resolution
   0.0740 ( 18.8%)   0.0162 (  6.0%)   0.0902 ( 13.6%)   0.0911 (  1.7%)  perform-sema
   0.0738 ( 18.7%)   0.0161 (  6.0%)   0.0899 ( 13.5%)   0.0908 (  1.7%)  Type checking and Semantic analysis
   0.0482 ( 12.2%)   0.0128 (  4.7%)   0.0610 (  9.2%)   0.0616 (  1.2%)  typecheck-decl
   0.0499 ( 12.7%)   0.0095 (  3.5%)   0.0594 (  8.9%)   0.0601 (  1.1%)  typecheck-expr
   0.0283 (  7.2%)   0.0037 (  1.4%)   0.0320 (  4.8%)   0.0326 (  0.6%)  typecheck-stmt
   0.0161 (  4.1%)   0.0056 (  2.1%)   0.0217 (  3.3%)   0.0226 (  0.4%)  SIL optimization
   0.0010 (  0.3%)   0.0019 (  0.7%)   0.0029 (  0.4%)   0.0168 (  0.3%)  load-stdlib
   0.0127 (  3.2%)   0.0029 (  1.1%)   0.0156 (  2.4%)   0.0157 (  0.3%)  precheck-target
   0.0099 (  2.5%)   0.0025 (  0.9%)   0.0124 (  1.9%)   0.0124 (  0.2%)  SILGen
   0.0069 (  1.7%)   0.0022 (  0.8%)   0.0091 (  1.4%)   0.0092 (  0.2%)  build-rewrite-system
   0.0070 (  1.8%)   0.0015 (  0.6%)   0.0085 (  1.3%)   0.0085 (  0.2%)  SILGen-function
   0.0030 (  0.8%)   0.0033 (  1.2%)   0.0063 (  1.0%)   0.0063 (  0.1%)  import-clang-decl
   0.0024 (  0.6%)   0.0026 (  1.0%)   0.0050 (  0.8%)   0.0057 (  0.1%)  Serialization, swiftmodule
   0.0023 (  0.6%)   0.0010 (  0.4%)   0.0033 (  0.5%)   0.0036 (  0.1%)  Serialization, swiftdoc
   0.0023 (  0.6%)   0.0005 (  0.2%)   0.0027 (  0.4%)   0.0029 (  0.1%)  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.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   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, post-optimization
   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%)  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.3945 (100.0%)   0.2707 (100.0%)   0.6652 (100.0%)   5.3371 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2735 seconds (2.6158 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1471 (100.0%)   0.1264 (100.0%)   0.2735 (100.0%)   2.6158 (100.0%)  Building Target
   0.1471 (100.0%)   0.1264 (100.0%)   0.2735 (100.0%)   2.6158 (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\ 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-1776911393795910-swift-frontend-BigInt-BigFrac.swift-arm64_apple_macos10.13-o-Onone-93002560.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7836 seconds (2.7855 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5624 ( 22.3%)   0.0480 ( 18.2%)   0.6104 ( 21.9%)   0.6109 ( 21.9%)  perform-sema
   0.5622 ( 22.3%)   0.0480 ( 18.2%)   0.6102 ( 21.9%)   0.6107 ( 21.9%)  Type checking and Semantic analysis
   0.5210 ( 20.7%)   0.0425 ( 16.1%)   0.5635 ( 20.2%)   0.5640 ( 20.2%)  typecheck-stmt
   0.3930 ( 15.6%)   0.0349 ( 13.3%)   0.4280 ( 15.4%)   0.4284 ( 15.4%)  typecheck-expr
   0.1305 (  5.2%)   0.0153 (  5.8%)   0.1458 (  5.2%)   0.1458 (  5.2%)  typecheck-decl
   0.0991 (  3.9%)   0.0030 (  1.1%)   0.1021 (  3.7%)   0.1020 (  3.7%)  precheck-target
   0.0423 (  1.7%)   0.0099 (  3.8%)   0.0523 (  1.9%)   0.0522 (  1.9%)  build-rewrite-system
   0.0252 (  1.0%)   0.0209 (  7.9%)   0.0462 (  1.7%)   0.0462 (  1.7%)  parse-and-resolve-imports
   0.0244 (  1.0%)   0.0200 (  7.6%)   0.0444 (  1.6%)   0.0444 (  1.6%)  Import resolution
   0.0417 (  1.7%)   0.0002 (  0.1%)   0.0419 (  1.5%)   0.0419 (  1.5%)  SIL optimization
   0.0348 (  1.4%)   0.0032 (  1.2%)   0.0380 (  1.4%)   0.0380 (  1.4%)  SILGen
   0.0291 (  1.2%)   0.0051 (  1.9%)   0.0342 (  1.2%)   0.0342 (  1.2%)  IRGen
   0.0304 (  1.2%)   0.0023 (  0.9%)   0.0327 (  1.2%)   0.0327 (  1.2%)  SILGen-function
   0.0090 (  0.4%)   0.0072 (  2.7%)   0.0162 (  0.6%)   0.0162 (  0.6%)  import-clang-decl
   0.0100 (  0.4%)   0.0006 (  0.2%)   0.0106 (  0.4%)   0.0106 (  0.4%)  typecheck-for-each
   0.0026 (  0.1%)   0.0004 (  0.1%)   0.0029 (  0.1%)   0.0029 (  0.1%)  typecheck-expr-pattern
   0.0011 (  0.0%)   0.0015 (  0.6%)   0.0027 (  0.1%)   0.0027 (  0.1%)  load-stdlib
   0.0009 (  0.0%)   0.0003 (  0.1%)   0.0012 (  0.0%)   0.0012 (  0.0%)  load-all-members
   0.0001 (  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%)  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%)  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
   2.5200 (100.0%)   0.2635 (100.0%)   2.7836 (100.0%)   2.7855 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3457 seconds (1.3494 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2165 (100.0%)   0.1292 (100.0%)   1.3457 (100.0%)   1.3494 (100.0%)  Building Target
   1.2165 (100.0%)   0.1292 (100.0%)   1.3457 (100.0%)   1.3494 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling CRT.swift, ExpMod.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling BitSieve.swift, BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/BigInt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/BigInt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.6 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/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/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/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/ASN1.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
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-1776911393948766-swift-frontend-ASN1-ASN1UTCTime.swift-arm64_apple_macos13.6-o-Onone-602608046.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2415 seconds (5.6231 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0270 (  2.6%)   0.0260 ( 12.2%)   0.0531 (  4.3%)   2.1908 ( 39.0%)  parse-and-resolve-imports
   0.0265 (  2.6%)   0.0252 ( 11.9%)   0.0517 (  4.2%)   2.1895 ( 38.9%)  Import resolution
   0.2350 ( 22.8%)   0.0387 ( 18.2%)   0.2737 ( 22.0%)   0.2937 (  5.2%)  perform-sema
   0.2349 ( 22.8%)   0.0386 ( 18.2%)   0.2736 ( 22.0%)   0.2936 (  5.2%)  Type checking and Semantic analysis
   0.2171 ( 21.1%)   0.0338 ( 15.9%)   0.2509 ( 20.2%)   0.2708 (  4.8%)  typecheck-stmt
   0.1523 ( 14.8%)   0.0216 ( 10.2%)   0.1739 ( 14.0%)   0.1907 (  3.4%)  typecheck-expr
   0.0250 (  2.4%)   0.0015 (  0.7%)   0.0266 (  2.1%)   0.0267 (  0.5%)  precheck-target
   0.0205 (  2.0%)   0.0008 (  0.4%)   0.0213 (  1.7%)   0.0257 (  0.5%)  SIL optimization
   0.0202 (  2.0%)   0.0051 (  2.4%)   0.0253 (  2.0%)   0.0254 (  0.5%)  typecheck-decl
   0.0190 (  1.8%)   0.0023 (  1.1%)   0.0213 (  1.7%)   0.0235 (  0.4%)  SILGen
   0.0146 (  1.4%)   0.0048 (  2.3%)   0.0194 (  1.6%)   0.0232 (  0.4%)  IRGen
   0.0130 (  1.3%)   0.0042 (  2.0%)   0.0173 (  1.4%)   0.0184 (  0.3%)  build-rewrite-system
   0.0144 (  1.4%)   0.0016 (  0.7%)   0.0160 (  1.3%)   0.0182 (  0.3%)  SILGen-function
   0.0013 (  0.1%)   0.0033 (  1.6%)   0.0046 (  0.4%)   0.0176 (  0.3%)  load-stdlib
   0.0029 (  0.3%)   0.0041 (  1.9%)   0.0069 (  0.6%)   0.0078 (  0.1%)  import-clang-decl
   0.0025 (  0.2%)   0.0003 (  0.1%)   0.0028 (  0.2%)   0.0045 (  0.1%)  typecheck-expr-pattern
   0.0023 (  0.2%)   0.0006 (  0.3%)   0.0028 (  0.2%)   0.0028 (  0.1%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   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.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%)  module-populate-cache
   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%)  load-all-members
   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
   1.0289 (100.0%)   0.2126 (100.0%)   1.2415 (100.0%)   5.6231 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6343 seconds (2.8534 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5187 (100.0%)   0.1156 (100.0%)   0.6343 (100.0%)   2.8534 (100.0%)  Building Target
   0.5187 (100.0%)   0.1156 (100.0%)   0.6343 (100.0%)   2.8534 (100.0%)  Total
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911393947278-swift-frontend-ASN1-ASN1GeneralizedTime.swift-arm64_apple_macos13.6-o-Onone-3252188618.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9942 seconds (5.0208 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 (  3.0%)   0.0247 ( 13.5%)   0.0494 (  5.0%)   2.0523 ( 40.9%)  parse-and-resolve-imports
   0.0241 (  3.0%)   0.0240 ( 13.1%)   0.0481 (  4.8%)   2.0510 ( 40.9%)  Import resolution
   0.1796 ( 22.1%)   0.0300 ( 16.4%)   0.2096 ( 21.1%)   0.2105 (  4.2%)  perform-sema
   0.1794 ( 22.1%)   0.0300 ( 16.4%)   0.2094 ( 21.1%)   0.2104 (  4.2%)  Type checking and Semantic analysis
   0.1667 ( 20.5%)   0.0258 ( 14.1%)   0.1925 ( 19.4%)   0.1934 (  3.9%)  typecheck-stmt
   0.1602 ( 19.7%)   0.0242 ( 13.2%)   0.1844 ( 18.5%)   0.1853 (  3.7%)  typecheck-expr
   0.0159 (  2.0%)   0.0047 (  2.6%)   0.0206 (  2.1%)   0.0206 (  0.4%)  typecheck-decl
   0.0013 (  0.2%)   0.0042 (  2.3%)   0.0055 (  0.6%)   0.0202 (  0.4%)  load-stdlib
   0.0101 (  1.2%)   0.0053 (  2.9%)   0.0154 (  1.6%)   0.0166 (  0.3%)  IRGen
   0.0126 (  1.5%)   0.0002 (  0.1%)   0.0128 (  1.3%)   0.0136 (  0.3%)  SIL optimization
   0.0101 (  1.2%)   0.0017 (  0.9%)   0.0118 (  1.2%)   0.0122 (  0.2%)  SILGen
   0.0093 (  1.1%)   0.0027 (  1.5%)   0.0120 (  1.2%)   0.0120 (  0.2%)  build-rewrite-system
   0.0080 (  1.0%)   0.0010 (  0.5%)   0.0090 (  0.9%)   0.0090 (  0.2%)  precheck-target
   0.0060 (  0.7%)   0.0010 (  0.5%)   0.0070 (  0.7%)   0.0070 (  0.1%)  SILGen-function
   0.0021 (  0.3%)   0.0032 (  1.7%)   0.0053 (  0.5%)   0.0053 (  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.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.0001 (  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%)  populate-source-file-class-member-cache
   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%)  AST verification
   0.8113 (100.0%)   0.1828 (100.0%)   0.9942 (100.0%)   5.0208 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7168 seconds (2.7944 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5816 (100.0%)   0.1351 (100.0%)   0.7168 (100.0%)   2.7944 (100.0%)  Building Target
   0.5816 (100.0%)   0.1351 (100.0%)   0.7168 (100.0%)   2.7944 (100.0%)  Total
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

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-1776911393947708-swift-frontend-ASN1-ASN1T61String.swift-arm64_apple_macos13.6-o-Onone-1230133743.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3165 seconds (4.3385 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0248 ( 11.0%)   0.0250 ( 27.6%)   0.0497 ( 15.7%)   2.0541 ( 47.3%)  parse-and-resolve-imports
   0.0241 ( 10.7%)   0.0243 ( 26.9%)   0.0484 ( 15.3%)   2.0528 ( 47.3%)  Import resolution
   0.0380 ( 16.8%)   0.0076 (  8.5%)   0.0457 ( 14.4%)   0.0457 (  1.1%)  perform-sema
   0.0379 ( 16.8%)   0.0076 (  8.4%)   0.0455 ( 14.4%)   0.0455 (  1.0%)  Type checking and Semantic analysis
   0.0260 ( 11.5%)   0.0040 (  4.5%)   0.0300 (  9.5%)   0.0301 (  0.7%)  typecheck-stmt
   0.0194 (  8.6%)   0.0023 (  2.6%)   0.0217 (  6.9%)   0.0217 (  0.5%)  typecheck-expr
   0.0013 (  0.6%)   0.0040 (  4.5%)   0.0053 (  1.7%)   0.0185 (  0.4%)  load-stdlib
   0.0145 (  6.4%)   0.0037 (  4.1%)   0.0182 (  5.8%)   0.0182 (  0.4%)  typecheck-decl
   0.0085 (  3.8%)   0.0057 (  6.3%)   0.0142 (  4.5%)   0.0142 (  0.3%)  IRGen
   0.0068 (  3.0%)   0.0018 (  2.0%)   0.0086 (  2.7%)   0.0086 (  0.2%)  build-rewrite-system
   0.0068 (  3.0%)   0.0008 (  0.9%)   0.0076 (  2.4%)   0.0076 (  0.2%)  precheck-target
   0.0069 (  3.1%)   0.0001 (  0.1%)   0.0070 (  2.2%)   0.0070 (  0.2%)  SIL optimization
   0.0056 (  2.5%)   0.0009 (  1.0%)   0.0065 (  2.0%)   0.0065 (  0.1%)  SILGen
   0.0016 (  0.7%)   0.0022 (  2.4%)   0.0038 (  1.2%)   0.0038 (  0.1%)  import-clang-decl
   0.0028 (  1.2%)   0.0003 (  0.4%)   0.0031 (  1.0%)   0.0031 (  0.1%)  SILGen-function
   0.0009 (  0.4%)   0.0000 (  0.0%)   0.0009 (  0.3%)   0.0009 (  0.0%)  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.2262 (100.0%)   0.0903 (100.0%)   0.3165 (100.0%)   4.3385 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7196 seconds (2.7791 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5740 (100.0%)   0.1456 (100.0%)   0.7196 (100.0%)   2.7791 (100.0%)  Building Target
   0.5740 (100.0%)   0.1456 (100.0%)   0.7196 (100.0%)   2.7791 (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

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-1776911393943434-swift-frontend-ASN1-all-arm64_apple_macos13.6-swiftmodule-Onone-3149961650.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1366 seconds (4.1371 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6033 ( 48.6%)   0.4075 ( 48.8%)   2.0108 ( 48.6%)   2.0109 ( 48.6%)  parse-and-resolve-imports
   1.6028 ( 48.6%)   0.4074 ( 48.7%)   2.0101 ( 48.6%)   2.0103 ( 48.6%)  Import resolution
   0.0195 (  0.6%)   0.0026 (  0.3%)   0.0221 (  0.5%)   0.0221 (  0.5%)  perform-sema
   0.0193 (  0.6%)   0.0025 (  0.3%)   0.0218 (  0.5%)   0.0218 (  0.5%)  Type checking and Semantic analysis
   0.0119 (  0.4%)   0.0091 (  1.1%)   0.0210 (  0.5%)   0.0211 (  0.5%)  load-stdlib
   0.0186 (  0.6%)   0.0023 (  0.3%)   0.0210 (  0.5%)   0.0210 (  0.5%)  typecheck-decl
   0.0073 (  0.2%)   0.0016 (  0.2%)   0.0089 (  0.2%)   0.0089 (  0.2%)  SIL optimization
   0.0069 (  0.2%)   0.0010 (  0.1%)   0.0079 (  0.2%)   0.0079 (  0.2%)  SILGen
   0.0031 (  0.1%)   0.0002 (  0.0%)   0.0033 (  0.1%)   0.0033 (  0.1%)  build-rewrite-system
   0.0022 (  0.1%)   0.0001 (  0.0%)   0.0023 (  0.1%)   0.0023 (  0.1%)  SILGen-function
   0.0011 (  0.0%)   0.0009 (  0.1%)   0.0020 (  0.0%)   0.0020 (  0.0%)  import-clang-decl
   0.0015 (  0.0%)   0.0002 (  0.0%)   0.0017 (  0.0%)   0.0017 (  0.0%)  typecheck-expr
   0.0013 (  0.0%)   0.0002 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  Serialization, swiftmodule
   0.0009 (  0.0%)   0.0001 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  Serialization, swiftdoc
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   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%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   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
   3.3007 (100.0%)   0.8359 (100.0%)   4.1366 (100.0%)   4.1371 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0822 seconds (2.0826 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6576 (100.0%)   0.4247 (100.0%)   2.0822 (100.0%)   2.0826 (100.0%)  Building Target
   1.6576 (100.0%)   0.4247 (100.0%)   2.0822 (100.0%)   2.0826 (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\ 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-1776911393948493-swift-frontend-ASN1-ASN1Set.swift-arm64_apple_macos13.6-o-Onone-3985130222.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2963 seconds (4.8785 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0300 ( 16.1%)   0.0342 ( 31.2%)   0.0643 ( 21.7%)   2.3440 ( 48.0%)  parse-and-resolve-imports
   0.0292 ( 15.7%)   0.0333 ( 30.4%)   0.0625 ( 21.1%)   2.3423 ( 48.0%)  Import resolution
   0.0248 ( 13.3%)   0.0075 (  6.8%)   0.0323 ( 10.9%)   0.0342 (  0.7%)  perform-sema
   0.0247 ( 13.2%)   0.0074 (  6.8%)   0.0322 ( 10.9%)   0.0341 (  0.7%)  Type checking and Semantic analysis
   0.0175 (  9.4%)   0.0062 (  5.7%)   0.0237 (  8.0%)   0.0240 (  0.5%)  typecheck-decl
   0.0012 (  0.6%)   0.0043 (  3.9%)   0.0055 (  1.8%)   0.0183 (  0.4%)  load-stdlib
   0.0079 (  4.2%)   0.0043 (  3.9%)   0.0122 (  4.1%)   0.0159 (  0.3%)  IRGen
   0.0114 (  6.1%)   0.0028 (  2.6%)   0.0143 (  4.8%)   0.0150 (  0.3%)  typecheck-stmt
   0.0113 (  6.1%)   0.0029 (  2.7%)   0.0143 (  4.8%)   0.0150 (  0.3%)  typecheck-expr
   0.0063 (  3.4%)   0.0020 (  1.8%)   0.0083 (  2.8%)   0.0083 (  0.2%)  build-rewrite-system
   0.0060 (  3.2%)   0.0011 (  1.0%)   0.0071 (  2.4%)   0.0071 (  0.1%)  SILGen
   0.0060 (  3.2%)   0.0001 (  0.1%)   0.0061 (  2.0%)   0.0064 (  0.1%)  SIL optimization
   0.0052 (  2.8%)   0.0010 (  0.9%)   0.0062 (  2.1%)   0.0062 (  0.1%)  precheck-target
   0.0034 (  1.8%)   0.0006 (  0.6%)   0.0040 (  1.4%)   0.0040 (  0.1%)  SILGen-function
   0.0012 (  0.7%)   0.0018 (  1.6%)   0.0030 (  1.0%)   0.0032 (  0.1%)  import-clang-decl
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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, post-optimization
   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%)  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.1867 (100.0%)   0.1096 (100.0%)   0.2963 (100.0%)   4.8785 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4542 seconds (2.8053 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3452 (100.0%)   0.1089 (100.0%)   0.4542 (100.0%)   2.8053 (100.0%)  Building Target
   0.3452 (100.0%)   0.1089 (100.0%)   0.4542 (100.0%)   2.8053 (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

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-1776911393949288-swift-frontend-ASN1-ASN1Time.swift-arm64_apple_macos13.6-o-Onone-2795087001.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3027 seconds (4.5138 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0259 ( 13.6%)   0.0290 ( 25.8%)   0.0549 ( 18.1%)   2.1540 ( 47.7%)  parse-and-resolve-imports
   0.0252 ( 13.2%)   0.0280 ( 24.9%)   0.0532 ( 17.6%)   2.1523 ( 47.7%)  Import resolution
   0.0287 ( 15.1%)   0.0105 (  9.3%)   0.0392 ( 12.9%)   0.0392 (  0.9%)  perform-sema
   0.0285 ( 15.0%)   0.0104 (  9.3%)   0.0390 ( 12.9%)   0.0390 (  0.9%)  Type checking and Semantic analysis
   0.0186 (  9.8%)   0.0073 (  6.5%)   0.0259 (  8.6%)   0.0259 (  0.6%)  typecheck-decl
   0.0161 (  8.5%)   0.0061 (  5.4%)   0.0222 (  7.3%)   0.0222 (  0.5%)  typecheck-stmt
   0.0012 (  0.6%)   0.0037 (  3.3%)   0.0049 (  1.6%)   0.0178 (  0.4%)  load-stdlib
   0.0124 (  6.5%)   0.0046 (  4.1%)   0.0170 (  5.6%)   0.0170 (  0.4%)  typecheck-expr
   0.0063 (  3.3%)   0.0040 (  3.6%)   0.0104 (  3.4%)   0.0104 (  0.2%)  IRGen
   0.0067 (  3.5%)   0.0020 (  1.8%)   0.0087 (  2.9%)   0.0087 (  0.2%)  build-rewrite-system
   0.0030 (  1.6%)   0.0042 (  3.7%)   0.0072 (  2.4%)   0.0071 (  0.2%)  import-clang-decl
   0.0058 (  3.1%)   0.0001 (  0.1%)   0.0059 (  2.0%)   0.0059 (  0.1%)  SIL optimization
   0.0047 (  2.5%)   0.0009 (  0.8%)   0.0056 (  1.9%)   0.0056 (  0.1%)  SILGen
   0.0045 (  2.3%)   0.0011 (  1.0%)   0.0056 (  1.9%)   0.0056 (  0.1%)  precheck-target
   0.0022 (  1.2%)   0.0004 (  0.3%)   0.0026 (  0.9%)   0.0026 (  0.1%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  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.1903 (100.0%)   0.1124 (100.0%)   0.3027 (100.0%)   4.5138 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6050 seconds (2.7764 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4684 (100.0%)   0.1366 (100.0%)   0.6050 (100.0%)   2.7764 (100.0%)  Building Target
   0.4684 (100.0%)   0.1366 (100.0%)   0.6050 (100.0%)   2.7764 (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\ 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-1776911393948128-swift-frontend-ASN1-ASN1OctetString.swift-arm64_apple_macos13.6-o-Onone-695675480.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6732 seconds (5.1438 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0285 (  5.7%)   0.0307 ( 18.0%)   0.0592 (  8.8%)   2.2665 ( 44.1%)  parse-and-resolve-imports
   0.0277 (  5.5%)   0.0294 ( 17.2%)   0.0571 (  8.5%)   2.2644 ( 44.0%)  Import resolution
   0.0957 ( 19.1%)   0.0212 ( 12.4%)   0.1169 ( 17.4%)   0.1267 (  2.5%)  perform-sema
   0.0955 ( 19.0%)   0.0212 ( 12.4%)   0.1167 ( 17.3%)   0.1266 (  2.5%)  Type checking and Semantic analysis
   0.0805 ( 16.0%)   0.0160 (  9.3%)   0.0964 ( 14.3%)   0.1054 (  2.0%)  typecheck-stmt
   0.0780 ( 15.5%)   0.0154 (  9.0%)   0.0935 ( 13.9%)   0.1008 (  2.0%)  typecheck-expr
   0.0273 (  5.4%)   0.0125 (  7.3%)   0.0398 (  5.9%)   0.0413 (  0.8%)  typecheck-decl
   0.0012 (  0.2%)   0.0041 (  2.4%)   0.0053 (  0.8%)   0.0196 (  0.4%)  load-stdlib
   0.0105 (  2.1%)   0.0055 (  3.2%)   0.0160 (  2.4%)   0.0177 (  0.3%)  IRGen
   0.0122 (  2.4%)   0.0050 (  2.9%)   0.0172 (  2.6%)   0.0172 (  0.3%)  build-rewrite-system
   0.0141 (  2.8%)   0.0021 (  1.2%)   0.0162 (  2.4%)   0.0161 (  0.3%)  precheck-target
   0.0110 (  2.2%)   0.0018 (  1.0%)   0.0128 (  1.9%)   0.0136 (  0.3%)  SILGen
   0.0080 (  1.6%)   0.0001 (  0.1%)   0.0081 (  1.2%)   0.0093 (  0.2%)  SIL optimization
   0.0067 (  1.3%)   0.0011 (  0.6%)   0.0078 (  1.2%)   0.0081 (  0.2%)  SILGen-function
   0.0026 (  0.5%)   0.0046 (  2.7%)   0.0072 (  1.1%)   0.0072 (  0.1%)  import-clang-decl
   0.0022 (  0.4%)   0.0003 (  0.2%)   0.0025 (  0.4%)   0.0028 (  0.1%)  typecheck-for-each
   0.0003 (  0.1%)   0.0001 (  0.0%)   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%)  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.5020 (100.0%)   0.1712 (100.0%)   0.6732 (100.0%)   5.1438 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5051 seconds (2.7847 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3925 (100.0%)   0.1126 (100.0%)   0.5051 (100.0%)   2.7847 (100.0%)  Building Target
   0.3925 (100.0%)   0.1126 (100.0%)   0.5051 (100.0%)   2.7847 (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

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-1776911394053925-swift-frontend-ASN1-ASN1SimpleType.swift-arm64_apple_macos13.6-o-Onone-3720852955.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2455 seconds (4.2702 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0262 ( 17.3%)   0.0305 ( 32.5%)   0.0568 ( 23.1%)   2.0692 ( 48.5%)  parse-and-resolve-imports
   0.0255 ( 16.8%)   0.0297 ( 31.6%)   0.0552 ( 22.5%)   2.0676 ( 48.4%)  Import resolution
   0.0208 ( 13.7%)   0.0064 (  6.9%)   0.0272 ( 11.1%)   0.0272 (  0.6%)  perform-sema
   0.0206 ( 13.6%)   0.0064 (  6.8%)   0.0270 ( 11.0%)   0.0270 (  0.6%)  Type checking and Semantic analysis
   0.0109 (  7.2%)   0.0035 (  3.7%)   0.0144 (  5.9%)   0.0144 (  0.3%)  typecheck-decl
   0.0093 (  6.1%)   0.0028 (  3.0%)   0.0121 (  4.9%)   0.0121 (  0.3%)  typecheck-stmt
   0.0064 (  4.2%)   0.0049 (  5.3%)   0.0113 (  4.6%)   0.0113 (  0.3%)  IRGen
   0.0071 (  4.7%)   0.0021 (  2.2%)   0.0092 (  3.7%)   0.0092 (  0.2%)  typecheck-expr
   0.0066 (  4.4%)   0.0019 (  2.0%)   0.0086 (  3.5%)   0.0085 (  0.2%)  build-rewrite-system
   0.0049 (  3.2%)   0.0009 (  1.0%)   0.0058 (  2.3%)   0.0058 (  0.1%)  SILGen
   0.0044 (  2.9%)   0.0011 (  1.2%)   0.0055 (  2.2%)   0.0055 (  0.1%)  precheck-target
   0.0050 (  3.3%)   0.0001 (  0.1%)   0.0051 (  2.1%)   0.0051 (  0.1%)  SIL optimization
   0.0010 (  0.7%)   0.0019 (  2.0%)   0.0029 (  1.2%)   0.0029 (  0.1%)  load-stdlib
   0.0011 (  0.7%)   0.0013 (  1.4%)   0.0024 (  1.0%)   0.0024 (  0.1%)  import-clang-decl
   0.0015 (  1.0%)   0.0003 (  0.3%)   0.0018 (  0.8%)   0.0018 (  0.0%)  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.1516 (100.0%)   0.0939 (100.0%)   0.2455 (100.0%)   4.2702 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6064 seconds (2.6710 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4707 (100.0%)   0.1357 (100.0%)   0.6064 (100.0%)   2.6710 (100.0%)  Building Target
   0.4707 (100.0%)   0.1357 (100.0%)   0.6064 (100.0%)   2.6710 (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 Limbs.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-1776911395028176-swift-frontend-ASN1-ASN1Boolean.swift-arm64_apple_macos13.6-o-Onone-1739400677.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2812 seconds (2.1911 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0249 ( 12.7%)   0.0216 ( 25.2%)   0.0465 ( 16.5%)   1.0014 ( 45.7%)  parse-and-resolve-imports
   0.0243 ( 12.4%)   0.0210 ( 24.4%)   0.0453 ( 16.1%)   1.0002 ( 45.6%)  Import resolution
   0.0294 ( 15.1%)   0.0084 (  9.8%)   0.0378 ( 13.5%)   0.0379 (  1.7%)  perform-sema
   0.0293 ( 15.0%)   0.0084 (  9.8%)   0.0377 ( 13.4%)   0.0377 (  1.7%)  Type checking and Semantic analysis
   0.0187 (  9.6%)   0.0052 (  6.0%)   0.0239 (  8.5%)   0.0239 (  1.1%)  typecheck-stmt
   0.0163 (  8.4%)   0.0042 (  4.8%)   0.0205 (  7.3%)   0.0205 (  0.9%)  typecheck-expr
   0.0120 (  6.1%)   0.0037 (  4.3%)   0.0157 (  5.6%)   0.0157 (  0.7%)  typecheck-decl
   0.0113 (  5.8%)   0.0030 (  3.5%)   0.0143 (  5.1%)   0.0143 (  0.7%)  build-rewrite-system
   0.0066 (  3.4%)   0.0043 (  5.0%)   0.0109 (  3.9%)   0.0110 (  0.5%)  IRGen
   0.0065 (  3.3%)   0.0011 (  1.3%)   0.0076 (  2.7%)   0.0076 (  0.3%)  SILGen
   0.0050 (  2.5%)   0.0011 (  1.3%)   0.0061 (  2.2%)   0.0061 (  0.3%)  precheck-target
   0.0053 (  2.7%)   0.0001 (  0.1%)   0.0054 (  1.9%)   0.0054 (  0.2%)  SIL optimization
   0.0018 (  0.9%)   0.0020 (  2.4%)   0.0038 (  1.4%)   0.0038 (  0.2%)  import-clang-decl
   0.0028 (  1.4%)   0.0006 (  0.7%)   0.0034 (  1.2%)   0.0034 (  0.2%)  SILGen-function
   0.0008 (  0.4%)   0.0010 (  1.2%)   0.0019 (  0.7%)   0.0019 (  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%)  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.1952 (100.0%)   0.0860 (100.0%)   0.2812 (100.0%)   2.1911 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7016 seconds (1.6982 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5500 (100.0%)   0.1516 (100.0%)   0.7016 (100.0%)   1.6982 (100.0%)  Building Target
   0.5500 (100.0%)   0.1516 (100.0%)   0.7016 (100.0%)   1.6982 (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 resource_bundle_accessor.swift, BailliePSW.swift (in target 'BigInt' from project 'BigInt')
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-1776911395212306-swift-frontend-ASN1-ASN1Sequence.swift-arm64_apple_macos13.6-o-Onone-4010399591.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3014 seconds (2.3352 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0290 ( 15.8%)   0.0371 ( 31.4%)   0.0660 ( 21.9%)   1.0745 ( 46.0%)  parse-and-resolve-imports
   0.0284 ( 15.5%)   0.0361 ( 30.6%)   0.0645 ( 21.4%)   1.0729 ( 45.9%)  Import resolution
   0.0256 ( 14.0%)   0.0092 (  7.8%)   0.0348 ( 11.5%)   0.0394 (  1.7%)  perform-sema
   0.0255 ( 13.9%)   0.0092 (  7.8%)   0.0346 ( 11.5%)   0.0392 (  1.7%)  Type checking and Semantic analysis
   0.0181 (  9.8%)   0.0068 (  5.8%)   0.0249 (  8.3%)   0.0282 (  1.2%)  typecheck-decl
   0.0076 (  4.2%)   0.0046 (  3.9%)   0.0122 (  4.1%)   0.0157 (  0.7%)  IRGen
   0.0119 (  6.5%)   0.0037 (  3.2%)   0.0156 (  5.2%)   0.0156 (  0.7%)  typecheck-stmt
   0.0097 (  5.3%)   0.0028 (  2.4%)   0.0126 (  4.2%)   0.0126 (  0.5%)  typecheck-expr
   0.0069 (  3.8%)   0.0027 (  2.3%)   0.0097 (  3.2%)   0.0097 (  0.4%)  build-rewrite-system
   0.0056 (  3.0%)   0.0002 (  0.2%)   0.0058 (  1.9%)   0.0068 (  0.3%)  SIL optimization
   0.0056 (  3.1%)   0.0009 (  0.8%)   0.0066 (  2.2%)   0.0065 (  0.3%)  SILGen
   0.0046 (  2.5%)   0.0012 (  1.0%)   0.0058 (  1.9%)   0.0058 (  0.2%)  precheck-target
   0.0013 (  0.7%)   0.0018 (  1.6%)   0.0031 (  1.0%)   0.0031 (  0.1%)  import-clang-decl
   0.0024 (  1.3%)   0.0003 (  0.3%)   0.0027 (  0.9%)   0.0027 (  0.1%)  SILGen-function
   0.0009 (  0.5%)   0.0012 (  1.0%)   0.0021 (  0.7%)   0.0021 (  0.1%)  load-stdlib
   0.0002 (  0.1%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  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%)  populate-source-file-class-member-cache
   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%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1834 (100.0%)   0.1180 (100.0%)   0.3014 (100.0%)   2.3352 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4849 seconds (1.5544 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3735 (100.0%)   0.1114 (100.0%)   0.4849 (100.0%)   1.5544 (100.0%)  Building Target
   0.3735 (100.0%)   0.1114 (100.0%)   0.4849 (100.0%)   1.5544 (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 BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Emitting module for ASN1 (in target 'ASN1' from project 'ASN1')
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.6 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/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/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/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/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/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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Headers/ASN1-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Headers/ASN1-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/Objects-normal/arm64/ASN1.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Modules/ASN1.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/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/ASN1.build/ASN1-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/VerifyModule --target arm64-apple-macos13.6 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
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-1776911396799954-swift-frontend-ASN1-ASN1Null.swift-arm64_apple_macos13.6-o-Onone-905437532.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2238 seconds (0.2238 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0266 ( 18.8%)   0.0275 ( 33.5%)   0.0541 ( 24.2%)   0.0541 ( 24.2%)  parse-and-resolve-imports
   0.0260 ( 18.4%)   0.0269 ( 32.7%)   0.0529 ( 23.7%)   0.0530 ( 23.7%)  Import resolution
   0.0192 ( 13.5%)   0.0056 (  6.8%)   0.0248 ( 11.1%)   0.0248 ( 11.1%)  perform-sema
   0.0190 ( 13.5%)   0.0056 (  6.8%)   0.0246 ( 11.0%)   0.0246 ( 11.0%)  Type checking and Semantic analysis
   0.0098 (  6.9%)   0.0029 (  3.6%)   0.0127 (  5.7%)   0.0127 (  5.7%)  typecheck-decl
   0.0088 (  6.2%)   0.0026 (  3.1%)   0.0114 (  5.1%)   0.0114 (  5.1%)  typecheck-stmt
   0.0055 (  3.9%)   0.0030 (  3.6%)   0.0085 (  3.8%)   0.0085 (  3.8%)  IRGen
   0.0063 (  4.5%)   0.0017 (  2.1%)   0.0081 (  3.6%)   0.0080 (  3.6%)  build-rewrite-system
   0.0049 (  3.5%)   0.0008 (  0.9%)   0.0057 (  2.5%)   0.0057 (  2.5%)  SILGen
   0.0049 (  3.5%)   0.0001 (  0.1%)   0.0050 (  2.2%)   0.0050 (  2.2%)  SIL optimization
   0.0034 (  2.4%)   0.0009 (  1.1%)   0.0043 (  1.9%)   0.0043 (  1.9%)  precheck-target
   0.0033 (  2.4%)   0.0008 (  0.9%)   0.0041 (  1.8%)   0.0041 (  1.8%)  typecheck-expr
   0.0011 (  0.8%)   0.0022 (  2.7%)   0.0033 (  1.5%)   0.0033 (  1.5%)  load-stdlib
   0.0011 (  0.7%)   0.0014 (  1.7%)   0.0024 (  1.1%)   0.0024 (  1.1%)  import-clang-decl
   0.0015 (  1.0%)   0.0002 (  0.3%)   0.0017 (  0.7%)   0.0017 (  0.7%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  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%)  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.1416 (100.0%)   0.0822 (100.0%)   0.2238 (100.0%)   0.2238 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1388 seconds (0.1389 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0905 (100.0%)   0.0483 (100.0%)   0.1388 (100.0%)   0.1389 (100.0%)  Building Target
   0.0905 (100.0%)   0.0483 (100.0%)   0.1388 (100.0%)   0.1389 (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 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 ASN1T61String.swift, ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Time.swift, ASN1UTF8String.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1OctetString.swift, ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/ASN1.build/Objects-normal/arm64/ASN1_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources/ASN1_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.o -index-unit-output-path /ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.o
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier bigint.BigInt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/BigInt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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:29:56.833 appintentsmetadataprocessor[770:4517] Starting appintentsmetadataprocessor export
2026-04-22 19:29:56.877 appintentsmetadataprocessor[770:4517] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ASN1GeneralizedTime.swift, ASN1Exception.swift, ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Set.swift, ASN1Integer.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Sequence.swift, ASN1BMPString.swift (in target 'ASN1' from project 'ASN1')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/ASN1.build/Objects-normal/arm64/ASN1_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources/ASN1_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.o -index-unit-output-path /ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1UTCTime.swift, ASN1.swift, ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/BigInt.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Resources/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/ASN1.framework/Versions/A/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1.build/empty-ASN1.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Resources/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Null.swift, ASN1IA5String.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.6 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/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/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/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/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/ASN1.framework/Versions/A/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-macos13.6 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList -install_name @rpath/ASN1.framework/Versions/A/ASN1 -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -Wl,-no_warn_duplicate_libraries -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/ASN1 -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 13.6 --bundle-identifier org.zeit.asn1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/Resources --target-triple arm64-apple-macos13.6 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/ASN1 --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/ASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:29:57.116 appintentsmetadataprocessor[774:4591] Starting appintentsmetadataprocessor export
2026-04-22 19:29:57.118 appintentsmetadataprocessor[774:4591] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ASN1.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A/ASN1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ASN1.framework/Versions/A/ASN1.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/ASN1.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/ASN1.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ASN1.framework/ASN1.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ASN1.framework/Versions/A/ASN1.tbd (in target 'ASN1' from project 'ASN1')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ASN1.framework/Versions/A/ASN1.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ASN1.framework/ASN1.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:87ca74f0ff371b55200e2ce5a46aa4f0634d8dad, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:87ca74f0ff371b55200e2ce5a46aa4f0634d8dad, name:My Mac }
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.