Build Information
Successful build of ASN1, reference 2.7.2 (90c6d1), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 23 Apr 2026 02:37:28 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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/ASN1.git
Reference: 2.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/ASN1
* tag 2.7.2 -> FETCH_HEAD
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 2.7.2
========================================
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/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
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
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/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/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/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_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.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_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-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/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/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.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/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/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/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/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/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/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'
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/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/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
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
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
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
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
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
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
EmitSwiftModule normal arm64 (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-1776911825367726-swift-frontend-BigInt-all-arm64_apple_macos10.13-swiftmodule-Onone-1343042083.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6357 seconds (4.7473 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0277 ( 7.8%) 0.1000 ( 35.6%) 0.1277 ( 20.1%) 2.1754 ( 45.8%) parse-and-resolve-imports
0.0266 ( 7.5%) 0.0990 ( 35.3%) 0.1257 ( 19.8%) 2.1734 ( 45.8%) Import resolution
0.0650 ( 18.3%) 0.0146 ( 5.2%) 0.0796 ( 12.5%) 0.0796 ( 1.7%) perform-sema
0.0649 ( 18.3%) 0.0145 ( 5.2%) 0.0794 ( 12.5%) 0.0794 ( 1.7%) Type checking and Semantic analysis
0.0447 ( 12.6%) 0.0123 ( 4.4%) 0.0570 ( 9.0%) 0.0570 ( 1.2%) typecheck-decl
0.0421 ( 11.9%) 0.0085 ( 3.0%) 0.0506 ( 8.0%) 0.0506 ( 1.1%) typecheck-expr
0.0223 ( 6.3%) 0.0025 ( 0.9%) 0.0248 ( 3.9%) 0.0248 ( 0.5%) typecheck-stmt
0.0159 ( 4.5%) 0.0062 ( 2.2%) 0.0220 ( 3.5%) 0.0230 ( 0.5%) SIL optimization
0.0015 ( 0.4%) 0.0067 ( 2.4%) 0.0082 ( 1.3%) 0.0225 ( 0.5%) load-stdlib
0.0110 ( 3.1%) 0.0019 ( 0.7%) 0.0128 ( 2.0%) 0.0128 ( 0.3%) precheck-target
0.0093 ( 2.6%) 0.0026 ( 0.9%) 0.0118 ( 1.9%) 0.0118 ( 0.2%) SILGen
0.0063 ( 1.8%) 0.0027 ( 1.0%) 0.0090 ( 1.4%) 0.0090 ( 0.2%) build-rewrite-system
0.0069 ( 1.9%) 0.0018 ( 0.6%) 0.0086 ( 1.4%) 0.0086 ( 0.2%) SILGen-function
0.0029 ( 0.8%) 0.0028 ( 1.0%) 0.0057 ( 0.9%) 0.0057 ( 0.1%) import-clang-decl
0.0023 ( 0.6%) 0.0024 ( 0.9%) 0.0047 ( 0.7%) 0.0053 ( 0.1%) Serialization, swiftmodule
0.0024 ( 0.7%) 0.0013 ( 0.5%) 0.0037 ( 0.6%) 0.0040 ( 0.1%) Serialization, swiftdoc
0.0015 ( 0.4%) 0.0003 ( 0.1%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) typecheck-expr-pattern
0.0012 ( 0.3%) 0.0003 ( 0.1%) 0.0016 ( 0.2%) 0.0016 ( 0.0%) Serialization, swiftsourceinfo
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) module-populate-cache
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
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.3551 (100.0%) 0.2805 (100.0%) 0.6357 (100.0%) 4.7473 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2782 seconds (2.3465 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1376 (100.0%) 0.1405 (100.0%) 0.2782 (100.0%) 2.3465 (100.0%) Building Target
0.1376 (100.0%) 0.1405 (100.0%) 0.2782 (100.0%) 2.3465 (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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911825364123-swift-frontend-BigInt-CRT.swift-arm64_apple_macos10.13-o-Onone-731408252.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6552 seconds (4.8040 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0316 ( 8.2%) 0.1029 ( 38.2%) 0.1346 ( 20.5%) 2.2085 ( 46.0%) parse-and-resolve-imports
0.0306 ( 7.9%) 0.1022 ( 37.9%) 0.1327 ( 20.3%) 2.2067 ( 45.9%) Import resolution
0.0552 ( 14.3%) 0.0073 ( 2.7%) 0.0625 ( 9.5%) 0.0626 ( 1.3%) perform-sema
0.0551 ( 14.3%) 0.0073 ( 2.7%) 0.0624 ( 9.5%) 0.0625 ( 1.3%) Type checking and Semantic analysis
0.0433 ( 11.2%) 0.0145 ( 5.4%) 0.0577 ( 8.8%) 0.0582 ( 1.2%) build-rewrite-system
0.0503 ( 13.0%) 0.0065 ( 2.4%) 0.0567 ( 8.7%) 0.0568 ( 1.2%) typecheck-stmt
0.0444 ( 11.5%) 0.0057 ( 2.1%) 0.0500 ( 7.6%) 0.0501 ( 1.0%) typecheck-expr
0.0106 ( 2.8%) 0.0124 ( 4.6%) 0.0230 ( 3.5%) 0.0232 ( 0.5%) load-stdlib
0.0126 ( 3.3%) 0.0023 ( 0.8%) 0.0149 ( 2.3%) 0.0149 ( 0.3%) typecheck-decl
0.0124 ( 3.2%) 0.0015 ( 0.5%) 0.0138 ( 2.1%) 0.0138 ( 0.3%) precheck-target
0.0090 ( 2.3%) 0.0035 ( 1.3%) 0.0125 ( 1.9%) 0.0126 ( 0.3%) IRGen
0.0112 ( 2.9%) 0.0002 ( 0.1%) 0.0114 ( 1.7%) 0.0114 ( 0.2%) SIL optimization
0.0069 ( 1.8%) 0.0011 ( 0.4%) 0.0080 ( 1.2%) 0.0080 ( 0.2%) SILGen
0.0056 ( 1.4%) 0.0006 ( 0.2%) 0.0062 ( 0.9%) 0.0062 ( 0.1%) SILGen-function
0.0052 ( 1.4%) 0.0006 ( 0.2%) 0.0058 ( 0.9%) 0.0058 ( 0.1%) typecheck-for-each
0.0009 ( 0.2%) 0.0013 ( 0.5%) 0.0022 ( 0.3%) 0.0022 ( 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.3855 (100.0%) 0.2698 (100.0%) 0.6552 (100.0%) 4.8040 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6247 seconds (2.7130 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4310 (100.0%) 0.1937 (100.0%) 0.6247 (100.0%) 2.7130 (100.0%) Building Target
0.4310 (100.0%) 0.1937 (100.0%) 0.6247 (100.0%) 2.7130 (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-1776911825367077-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_macos10.13-o-Onone-394549844.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4365 seconds (4.5249 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0273 ( 13.8%) 0.0983 ( 41.2%) 0.1256 ( 28.8%) 2.1630 ( 47.8%) parse-and-resolve-imports
0.0261 ( 13.2%) 0.0973 ( 40.8%) 0.1235 ( 28.3%) 2.1609 ( 47.8%) Import resolution
0.0431 ( 21.8%) 0.0154 ( 6.5%) 0.0585 ( 13.4%) 0.0586 ( 1.3%) build-rewrite-system
0.0197 ( 10.0%) 0.0039 ( 1.6%) 0.0236 ( 5.4%) 0.0236 ( 0.5%) perform-sema
0.0197 ( 9.9%) 0.0039 ( 1.6%) 0.0236 ( 5.4%) 0.0236 ( 0.5%) Type checking and Semantic analysis
0.0012 ( 0.6%) 0.0064 ( 2.7%) 0.0075 ( 1.7%) 0.0210 ( 0.5%) load-stdlib
0.0174 ( 8.8%) 0.0035 ( 1.5%) 0.0208 ( 4.8%) 0.0208 ( 0.5%) typecheck-stmt
0.0115 ( 5.8%) 0.0021 ( 0.9%) 0.0136 ( 3.1%) 0.0136 ( 0.3%) typecheck-expr
0.0108 ( 5.5%) 0.0020 ( 0.9%) 0.0129 ( 3.0%) 0.0129 ( 0.3%) typecheck-decl
0.0076 ( 3.8%) 0.0012 ( 0.5%) 0.0088 ( 2.0%) 0.0088 ( 0.2%) precheck-target
0.0031 ( 1.6%) 0.0031 ( 1.3%) 0.0063 ( 1.4%) 0.0063 ( 0.1%) IRGen
0.0060 ( 3.0%) 0.0000 ( 0.0%) 0.0061 ( 1.4%) 0.0061 ( 0.1%) SIL optimization
0.0018 ( 0.9%) 0.0002 ( 0.1%) 0.0020 ( 0.5%) 0.0020 ( 0.0%) SILGen
0.0008 ( 0.4%) 0.0011 ( 0.5%) 0.0019 ( 0.4%) 0.0019 ( 0.0%) import-clang-decl
0.0014 ( 0.7%) 0.0001 ( 0.1%) 0.0015 ( 0.3%) 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.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.1979 (100.0%) 0.2386 (100.0%) 0.4365 (100.0%) 4.5249 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5550 seconds (2.6165 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3824 (100.0%) 0.1726 (100.0%) 0.5550 (100.0%) 2.6165 (100.0%) Building Target
0.3824 (100.0%) 0.1726 (100.0%) 0.5550 (100.0%) 2.6165 (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\ 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-1776911825364501-swift-frontend-BigInt-FFT.swift-arm64_apple_macos10.13-o-Onone-2060396277.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6825 seconds (4.7396 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0276 ( 6.6%) 0.1001 ( 37.8%) 0.1277 ( 18.7%) 2.1486 ( 45.3%) parse-and-resolve-imports
0.0266 ( 6.4%) 0.0992 ( 37.4%) 0.1258 ( 18.4%) 2.1466 ( 45.3%) Import resolution
0.0658 ( 15.8%) 0.0089 ( 3.3%) 0.0747 ( 10.9%) 0.0747 ( 1.6%) perform-sema
0.0658 ( 15.7%) 0.0089 ( 3.3%) 0.0746 ( 10.9%) 0.0746 ( 1.6%) Type checking and Semantic analysis
0.0609 ( 14.6%) 0.0080 ( 3.0%) 0.0689 ( 10.1%) 0.0689 ( 1.5%) typecheck-stmt
0.0588 ( 14.1%) 0.0076 ( 2.9%) 0.0664 ( 9.7%) 0.0664 ( 1.4%) typecheck-expr
0.0425 ( 10.2%) 0.0144 ( 5.4%) 0.0569 ( 8.3%) 0.0571 ( 1.2%) build-rewrite-system
0.0016 ( 0.4%) 0.0073 ( 2.7%) 0.0089 ( 1.3%) 0.0242 ( 0.5%) load-stdlib
0.0210 ( 5.0%) 0.0032 ( 1.2%) 0.0241 ( 3.5%) 0.0241 ( 0.5%) typecheck-decl
0.0159 ( 3.8%) 0.0014 ( 0.5%) 0.0172 ( 2.5%) 0.0172 ( 0.4%) precheck-target
0.0120 ( 2.9%) 0.0000 ( 0.0%) 0.0121 ( 1.8%) 0.0121 ( 0.3%) SIL optimization
0.0061 ( 1.5%) 0.0034 ( 1.3%) 0.0095 ( 1.4%) 0.0096 ( 0.2%) IRGen
0.0056 ( 1.3%) 0.0007 ( 0.3%) 0.0063 ( 0.9%) 0.0063 ( 0.1%) SILGen
0.0050 ( 1.2%) 0.0006 ( 0.2%) 0.0056 ( 0.8%) 0.0056 ( 0.1%) SILGen-function
0.0009 ( 0.2%) 0.0012 ( 0.5%) 0.0022 ( 0.3%) 0.0022 ( 0.0%) import-clang-decl
0.0010 ( 0.2%) 0.0000 ( 0.0%) 0.0010 ( 0.2%) 0.0010 ( 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%) 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.4176 (100.0%) 0.2649 (100.0%) 0.6825 (100.0%) 4.7396 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6140 seconds (2.6588 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4343 (100.0%) 0.1797 (100.0%) 0.6140 (100.0%) 2.6588 (100.0%) Building Target
0.4343 (100.0%) 0.1797 (100.0%) 0.6140 (100.0%) 2.6588 (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\ ToomCook.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911825368556-swift-frontend-BigInt-ToomCook.swift-arm64_apple_macos10.13-o-Onone-2034301623.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5485 seconds (4.9871 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0273 ( 8.9%) 0.0925 ( 38.1%) 0.1198 ( 21.8%) 2.3175 ( 46.5%) parse-and-resolve-imports
0.0260 ( 8.5%) 0.0912 ( 37.5%) 0.1172 ( 21.4%) 2.3150 ( 46.4%) Import resolution
0.0442 ( 14.5%) 0.0152 ( 6.3%) 0.0595 ( 10.8%) 0.0597 ( 1.2%) build-rewrite-system
0.0016 ( 0.5%) 0.0076 ( 3.1%) 0.0092 ( 1.7%) 0.0471 ( 0.9%) load-stdlib
0.0389 ( 12.7%) 0.0064 ( 2.7%) 0.0453 ( 8.3%) 0.0466 ( 0.9%) perform-sema
0.0388 ( 12.7%) 0.0064 ( 2.6%) 0.0453 ( 8.3%) 0.0465 ( 0.9%) Type checking and Semantic analysis
0.0353 ( 11.6%) 0.0056 ( 2.3%) 0.0409 ( 7.5%) 0.0421 ( 0.8%) typecheck-stmt
0.0322 ( 10.5%) 0.0050 ( 2.1%) 0.0372 ( 6.8%) 0.0374 ( 0.8%) typecheck-expr
0.0300 ( 9.8%) 0.0053 ( 2.2%) 0.0353 ( 6.4%) 0.0363 ( 0.7%) typecheck-decl
0.0119 ( 3.9%) 0.0015 ( 0.6%) 0.0134 ( 2.4%) 0.0134 ( 0.3%) precheck-target
0.0044 ( 1.4%) 0.0036 ( 1.5%) 0.0080 ( 1.5%) 0.0080 ( 0.2%) IRGen
0.0071 ( 2.3%) 0.0001 ( 0.0%) 0.0072 ( 1.3%) 0.0072 ( 0.1%) SIL optimization
0.0032 ( 1.1%) 0.0005 ( 0.2%) 0.0037 ( 0.7%) 0.0037 ( 0.1%) SILGen
0.0027 ( 0.9%) 0.0005 ( 0.2%) 0.0032 ( 0.6%) 0.0032 ( 0.1%) SILGen-function
0.0008 ( 0.3%) 0.0011 ( 0.5%) 0.0020 ( 0.4%) 0.0020 ( 0.0%) import-clang-decl
0.0007 ( 0.2%) 0.0001 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-for-each
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.3057 (100.0%) 0.2428 (100.0%) 0.5485 (100.0%) 4.9871 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5201 seconds (2.7613 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3566 (100.0%) 0.1635 (100.0%) 0.5201 (100.0%) 2.7613 (100.0%) Building Target
0.3566 (100.0%) 0.1635 (100.0%) 0.5201 (100.0%) 2.7613 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911825365014-swift-frontend-BigInt-GCD.swift-arm64_apple_macos10.13-o-Onone-3740879854.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.4143 seconds (4.4697 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5699 ( 45.4%) 0.4516 ( 47.4%) 2.0215 ( 45.8%) 2.0418 ( 45.7%) parse-and-resolve-imports
1.5688 ( 45.3%) 0.4511 ( 47.3%) 2.0199 ( 45.8%) 2.0402 ( 45.6%) Import resolution
0.0561 ( 1.6%) 0.0070 ( 0.7%) 0.0631 ( 1.4%) 0.0631 ( 1.4%) perform-sema
0.0561 ( 1.6%) 0.0070 ( 0.7%) 0.0631 ( 1.4%) 0.0631 ( 1.4%) Type checking and Semantic analysis
0.0470 ( 1.4%) 0.0108 ( 1.1%) 0.0577 ( 1.3%) 0.0577 ( 1.3%) build-rewrite-system
0.0493 ( 1.4%) 0.0047 ( 0.5%) 0.0540 ( 1.2%) 0.0540 ( 1.2%) typecheck-stmt
0.0498 ( 1.4%) 0.0039 ( 0.4%) 0.0537 ( 1.2%) 0.0537 ( 1.2%) typecheck-expr
0.0018 ( 0.1%) 0.0091 ( 1.0%) 0.0109 ( 0.2%) 0.0257 ( 0.6%) load-stdlib
0.0158 ( 0.5%) 0.0036 ( 0.4%) 0.0194 ( 0.4%) 0.0194 ( 0.4%) typecheck-decl
0.0181 ( 0.5%) 0.0007 ( 0.1%) 0.0188 ( 0.4%) 0.0187 ( 0.4%) precheck-target
0.0102 ( 0.3%) 0.0001 ( 0.0%) 0.0102 ( 0.2%) 0.0102 ( 0.2%) SIL optimization
0.0069 ( 0.2%) 0.0019 ( 0.2%) 0.0088 ( 0.2%) 0.0088 ( 0.2%) IRGen
0.0053 ( 0.2%) 0.0004 ( 0.0%) 0.0057 ( 0.1%) 0.0057 ( 0.1%) SILGen
0.0046 ( 0.1%) 0.0003 ( 0.0%) 0.0049 ( 0.1%) 0.0049 ( 0.1%) SILGen-function
0.0010 ( 0.0%) 0.0011 ( 0.1%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) import-clang-decl
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.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.4610 (100.0%) 0.9533 (100.0%) 4.4143 (100.0%) 4.4697 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5683 seconds (2.6063 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0330 (100.0%) 0.5353 (100.0%) 2.5683 (100.0%) 2.6063 (100.0%) Building Target
2.0330 (100.0%) 0.5353 (100.0%) 2.5683 (100.0%) 2.6063 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
SwiftCompile normal arm64 Compiling\ Limbs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911825367348-swift-frontend-BigInt-Limbs.swift-arm64_apple_macos10.13-o-Onone-3939336398.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0568 seconds (5.3037 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0279 ( 3.6%) 0.0989 ( 34.7%) 0.1269 ( 12.0%) 2.2352 ( 42.1%) parse-and-resolve-imports
0.0268 ( 3.5%) 0.0978 ( 34.3%) 0.1246 ( 11.8%) 2.2329 ( 42.1%) Import resolution
0.1560 ( 20.2%) 0.0169 ( 5.9%) 0.1729 ( 16.4%) 0.1731 ( 3.3%) perform-sema
0.1560 ( 20.2%) 0.0169 ( 5.9%) 0.1728 ( 16.4%) 0.1730 ( 3.3%) Type checking and Semantic analysis
0.1480 ( 19.2%) 0.0156 ( 5.5%) 0.1637 ( 15.5%) 0.1638 ( 3.1%) typecheck-stmt
0.1336 ( 17.3%) 0.0135 ( 4.7%) 0.1471 ( 13.9%) 0.1472 ( 2.8%) typecheck-expr
0.0013 ( 0.2%) 0.0075 ( 2.6%) 0.0088 ( 0.8%) 0.0380 ( 0.7%) load-stdlib
0.0260 ( 3.4%) 0.0040 ( 1.4%) 0.0299 ( 2.8%) 0.0299 ( 0.6%) typecheck-decl
0.0269 ( 3.5%) 0.0023 ( 0.8%) 0.0292 ( 2.8%) 0.0291 ( 0.5%) precheck-target
0.0136 ( 1.8%) 0.0065 ( 2.3%) 0.0201 ( 1.9%) 0.0204 ( 0.4%) IRGen
0.0194 ( 2.5%) 0.0002 ( 0.1%) 0.0196 ( 1.9%) 0.0199 ( 0.4%) SIL optimization
0.0136 ( 1.8%) 0.0014 ( 0.5%) 0.0150 ( 1.4%) 0.0150 ( 0.3%) SILGen
0.0124 ( 1.6%) 0.0012 ( 0.4%) 0.0136 ( 1.3%) 0.0136 ( 0.3%) SILGen-function
0.0081 ( 1.1%) 0.0020 ( 0.7%) 0.0101 ( 1.0%) 0.0101 ( 0.2%) build-rewrite-system
0.0005 ( 0.1%) 0.0007 ( 0.3%) 0.0012 ( 0.1%) 0.0012 ( 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.0003 ( 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%) load-all-members
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%) 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.7715 (100.0%) 0.2853 (100.0%) 1.0568 (100.0%) 5.3037 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5194 seconds (2.6643 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3627 (100.0%) 0.1567 (100.0%) 0.5194 (100.0%) 2.6643 (100.0%) Building Target
0.3627 (100.0%) 0.1567 (100.0%) 0.5194 (100.0%) 2.6643 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Limbs.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
SwiftCompile normal arm64 Compiling\ Factorial.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911825363984-swift-frontend-BigInt-Factorial.swift-arm64_apple_macos10.13-o-Onone-3169804958.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4393 seconds (4.3514 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0269 ( 13.1%) 0.0922 ( 39.4%) 0.1191 ( 27.1%) 2.0575 ( 47.3%) parse-and-resolve-imports
0.0257 ( 12.5%) 0.0913 ( 39.0%) 0.1169 ( 26.6%) 2.0554 ( 47.2%) Import resolution
0.0462 ( 22.5%) 0.0154 ( 6.6%) 0.0616 ( 14.0%) 0.0615 ( 1.4%) build-rewrite-system
0.0017 ( 0.8%) 0.0125 ( 5.3%) 0.0142 ( 3.2%) 0.0488 ( 1.1%) load-stdlib
0.0192 ( 9.3%) 0.0034 ( 1.4%) 0.0226 ( 5.1%) 0.0226 ( 0.5%) perform-sema
0.0191 ( 9.3%) 0.0033 ( 1.4%) 0.0225 ( 5.1%) 0.0225 ( 0.5%) Type checking and Semantic analysis
0.0172 ( 8.4%) 0.0029 ( 1.2%) 0.0201 ( 4.6%) 0.0201 ( 0.5%) typecheck-expr
0.0159 ( 7.7%) 0.0026 ( 1.1%) 0.0185 ( 4.2%) 0.0185 ( 0.4%) typecheck-stmt
0.0093 ( 4.5%) 0.0013 ( 0.5%) 0.0105 ( 2.4%) 0.0105 ( 0.2%) precheck-target
0.0086 ( 4.2%) 0.0017 ( 0.7%) 0.0104 ( 2.4%) 0.0104 ( 0.2%) typecheck-decl
0.0075 ( 3.6%) 0.0005 ( 0.2%) 0.0080 ( 1.8%) 0.0080 ( 0.2%) SIL optimization
0.0032 ( 1.6%) 0.0034 ( 1.5%) 0.0067 ( 1.5%) 0.0067 ( 0.2%) IRGen
0.0020 ( 1.0%) 0.0012 ( 0.5%) 0.0032 ( 0.7%) 0.0035 ( 0.1%) SILGen
0.0014 ( 0.7%) 0.0010 ( 0.4%) 0.0024 ( 0.6%) 0.0027 ( 0.1%) SILGen-function
0.0010 ( 0.5%) 0.0013 ( 0.5%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) 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%) 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.2053 (100.0%) 0.2340 (100.0%) 0.4393 (100.0%) 4.3514 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6293 seconds (2.6121 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4183 (100.0%) 0.2111 (100.0%) 0.6293 (100.0%) 2.6121 (100.0%) Building Target
0.4183 (100.0%) 0.2111 (100.0%) 0.6293 (100.0%) 2.6121 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Factorial.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
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-1776911825368708-swift-frontend-BigInt-BitSieve.swift-arm64_apple_macos10.13-o-Onone-1550070885.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6677 seconds (4.8861 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0272 ( 6.8%) 0.1017 ( 37.7%) 0.1288 ( 19.3%) 2.2311 ( 45.7%) parse-and-resolve-imports
0.0263 ( 6.6%) 0.1008 ( 37.4%) 0.1272 ( 19.0%) 2.2294 ( 45.6%) Import resolution
0.0641 ( 16.1%) 0.0096 ( 3.6%) 0.0737 ( 11.0%) 0.0738 ( 1.5%) perform-sema
0.0641 ( 16.1%) 0.0096 ( 3.5%) 0.0736 ( 11.0%) 0.0736 ( 1.5%) Type checking and Semantic analysis
0.0605 ( 15.2%) 0.0089 ( 3.3%) 0.0694 ( 10.4%) 0.0694 ( 1.4%) typecheck-stmt
0.0444 ( 11.1%) 0.0148 ( 5.5%) 0.0591 ( 8.9%) 0.0598 ( 1.2%) build-rewrite-system
0.0433 ( 10.9%) 0.0067 ( 2.5%) 0.0500 ( 7.5%) 0.0501 ( 1.0%) typecheck-expr
0.0013 ( 0.3%) 0.0065 ( 2.4%) 0.0078 ( 1.2%) 0.0205 ( 0.4%) load-stdlib
0.0151 ( 3.8%) 0.0020 ( 0.7%) 0.0171 ( 2.6%) 0.0171 ( 0.3%) precheck-target
0.0140 ( 3.5%) 0.0002 ( 0.1%) 0.0142 ( 2.1%) 0.0142 ( 0.3%) SIL optimization
0.0112 ( 2.8%) 0.0019 ( 0.7%) 0.0131 ( 2.0%) 0.0131 ( 0.3%) typecheck-decl
0.0075 ( 1.9%) 0.0035 ( 1.3%) 0.0111 ( 1.7%) 0.0114 ( 0.2%) IRGen
0.0078 ( 2.0%) 0.0012 ( 0.5%) 0.0091 ( 1.4%) 0.0091 ( 0.2%) SILGen
0.0068 ( 1.7%) 0.0010 ( 0.4%) 0.0078 ( 1.2%) 0.0078 ( 0.2%) SILGen-function
0.0029 ( 0.7%) 0.0002 ( 0.1%) 0.0031 ( 0.5%) 0.0031 ( 0.1%) typecheck-for-each
0.0009 ( 0.2%) 0.0013 ( 0.5%) 0.0023 ( 0.3%) 0.0023 ( 0.0%) import-clang-decl
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3978 (100.0%) 0.2698 (100.0%) 0.6677 (100.0%) 4.8861 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6140 seconds (2.7391 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4359 (100.0%) 0.1781 (100.0%) 0.6140 (100.0%) 2.7391 (100.0%) Building Target
0.4359 (100.0%) 0.1781 (100.0%) 0.6140 (100.0%) 2.7391 (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\ 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-1776911825365402-swift-frontend-BigInt-resource_bundle_accessor.swift-arm64_apple_macos10.13-o-Onone-1822044591.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5900 seconds (4.6158 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0274 ( 8.8%) 0.0996 ( 35.8%) 0.1270 ( 21.5%) 2.1327 ( 46.2%) parse-and-resolve-imports
0.0264 ( 8.5%) 0.0988 ( 35.5%) 0.1252 ( 21.2%) 2.1309 ( 46.2%) Import resolution
0.0751 ( 24.1%) 0.0252 ( 9.1%) 0.1003 ( 17.0%) 0.1005 ( 2.2%) build-rewrite-system
0.0339 ( 10.9%) 0.0085 ( 3.0%) 0.0423 ( 7.2%) 0.0427 ( 0.9%) perform-sema
0.0338 ( 10.8%) 0.0084 ( 3.0%) 0.0422 ( 7.2%) 0.0426 ( 0.9%) Type checking and Semantic analysis
0.0274 ( 8.8%) 0.0062 ( 2.2%) 0.0336 ( 5.7%) 0.0339 ( 0.7%) typecheck-expr
0.0215 ( 6.9%) 0.0071 ( 2.5%) 0.0285 ( 4.8%) 0.0289 ( 0.6%) typecheck-decl
0.0128 ( 4.1%) 0.0097 ( 3.5%) 0.0225 ( 3.8%) 0.0226 ( 0.5%) import-clang-decl
0.0012 ( 0.4%) 0.0057 ( 2.0%) 0.0069 ( 1.2%) 0.0195 ( 0.4%) load-stdlib
0.0153 ( 4.9%) 0.0017 ( 0.6%) 0.0170 ( 2.9%) 0.0170 ( 0.4%) typecheck-stmt
0.0133 ( 4.3%) 0.0020 ( 0.7%) 0.0154 ( 2.6%) 0.0154 ( 0.3%) precheck-target
0.0065 ( 2.1%) 0.0033 ( 1.2%) 0.0098 ( 1.7%) 0.0098 ( 0.2%) IRGen
0.0057 ( 1.8%) 0.0000 ( 0.0%) 0.0058 ( 1.0%) 0.0058 ( 0.1%) SIL optimization
0.0047 ( 1.5%) 0.0008 ( 0.3%) 0.0055 ( 0.9%) 0.0055 ( 0.1%) SILGen
0.0041 ( 1.3%) 0.0007 ( 0.3%) 0.0049 ( 0.8%) 0.0049 ( 0.1%) SILGen-function
0.0014 ( 0.5%) 0.0003 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.0%) typecheck-for-each
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 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%) 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.3117 (100.0%) 0.2783 (100.0%) 0.5900 (100.0%) 4.6158 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6285 seconds (3.6649 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0908 (100.0%) 0.5377 (100.0%) 1.6285 (100.0%) 3.6649 (100.0%) Building Target
1.0908 (100.0%) 0.5377 (100.0%) 1.6285 (100.0%) 3.6649 (100.0%) Total
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-1776911827778560-swift-frontend-BigInt-BigFrac.swift-arm64_apple_macos10.13-o-Onone-3652959507.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8497 seconds (2.8658 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5680 ( 22.3%) 0.0563 ( 18.6%) 0.6242 ( 21.9%) 0.6282 ( 21.9%) perform-sema
0.5678 ( 22.3%) 0.0562 ( 18.6%) 0.6240 ( 21.9%) 0.6280 ( 21.9%) Type checking and Semantic analysis
0.5278 ( 20.7%) 0.0503 ( 16.6%) 0.5781 ( 20.3%) 0.5821 ( 20.3%) typecheck-stmt
0.3972 ( 15.6%) 0.0412 ( 13.6%) 0.4383 ( 15.4%) 0.4414 ( 15.4%) typecheck-expr
0.1330 ( 5.2%) 0.0177 ( 5.9%) 0.1507 ( 5.3%) 0.1510 ( 5.3%) typecheck-decl
0.0989 ( 3.9%) 0.0044 ( 1.5%) 0.1033 ( 3.6%) 0.1036 ( 3.6%) precheck-target
0.0427 ( 1.7%) 0.0113 ( 3.7%) 0.0539 ( 1.9%) 0.0539 ( 1.9%) build-rewrite-system
0.0256 ( 1.0%) 0.0219 ( 7.3%) 0.0476 ( 1.7%) 0.0477 ( 1.7%) parse-and-resolve-imports
0.0249 ( 1.0%) 0.0211 ( 7.0%) 0.0460 ( 1.6%) 0.0461 ( 1.6%) Import resolution
0.0378 ( 1.5%) 0.0034 ( 1.1%) 0.0412 ( 1.4%) 0.0412 ( 1.4%) SILGen
0.0390 ( 1.5%) 0.0002 ( 0.1%) 0.0392 ( 1.4%) 0.0392 ( 1.4%) SIL optimization
0.0330 ( 1.3%) 0.0024 ( 0.8%) 0.0354 ( 1.2%) 0.0354 ( 1.2%) SILGen-function
0.0280 ( 1.1%) 0.0054 ( 1.8%) 0.0333 ( 1.2%) 0.0333 ( 1.2%) IRGen
0.0091 ( 0.4%) 0.0080 ( 2.6%) 0.0171 ( 0.6%) 0.0171 ( 0.6%) import-clang-decl
0.0101 ( 0.4%) 0.0007 ( 0.2%) 0.0107 ( 0.4%) 0.0111 ( 0.4%) typecheck-for-each
0.0026 ( 0.1%) 0.0004 ( 0.1%) 0.0030 ( 0.1%) 0.0030 ( 0.1%) typecheck-expr-pattern
0.0010 ( 0.0%) 0.0014 ( 0.4%) 0.0023 ( 0.1%) 0.0023 ( 0.1%) load-stdlib
0.0007 ( 0.0%) 0.0003 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 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.5474 (100.0%) 0.3023 (100.0%) 2.8497 (100.0%) 2.8658 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3514 seconds (1.3566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2135 (100.0%) 0.1380 (100.0%) 1.3514 (100.0%) 1.3566 (100.0%) Building Target
1.2135 (100.0%) 0.1380 (100.0%) 1.3514 (100.0%) 1.3566 (100.0%) Total
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
SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
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.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/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
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
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/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
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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
SwiftEmitModule normal arm64 Emitting\ module\ for\ ASN1 (in target 'ASN1' from project 'ASN1')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911828087175-swift-frontend-ASN1-all-arm64_apple_macos13.6-swiftmodule-Onone-538157757.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1948 seconds (4.3216 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0227 ( 17.1%) 0.0200 ( 31.9%) 0.0426 ( 21.9%) 2.0909 ( 48.4%) parse-and-resolve-imports
0.0222 ( 16.8%) 0.0194 ( 30.9%) 0.0415 ( 21.3%) 2.0898 ( 48.4%) Import resolution
0.0010 ( 0.8%) 0.0023 ( 3.7%) 0.0034 ( 1.7%) 0.0336 ( 0.8%) load-stdlib
0.0201 ( 15.2%) 0.0049 ( 7.8%) 0.0250 ( 12.8%) 0.0250 ( 0.6%) perform-sema
0.0199 ( 15.1%) 0.0048 ( 7.6%) 0.0247 ( 12.7%) 0.0247 ( 0.6%) Type checking and Semantic analysis
0.0192 ( 14.6%) 0.0045 ( 7.3%) 0.0238 ( 12.2%) 0.0238 ( 0.6%) typecheck-decl
0.0078 ( 5.9%) 0.0018 ( 3.0%) 0.0097 ( 5.0%) 0.0097 ( 0.2%) SILGen
0.0073 ( 5.5%) 0.0018 ( 2.9%) 0.0091 ( 4.7%) 0.0091 ( 0.2%) SIL optimization
0.0033 ( 2.5%) 0.0007 ( 1.2%) 0.0040 ( 2.1%) 0.0040 ( 0.1%) build-rewrite-system
0.0025 ( 1.9%) 0.0004 ( 0.6%) 0.0029 ( 1.5%) 0.0029 ( 0.1%) SILGen-function
0.0013 ( 1.0%) 0.0012 ( 1.9%) 0.0024 ( 1.2%) 0.0024 ( 0.1%) import-clang-decl
0.0016 ( 1.2%) 0.0003 ( 0.5%) 0.0019 ( 1.0%) 0.0019 ( 0.0%) typecheck-expr
0.0013 ( 0.9%) 0.0003 ( 0.5%) 0.0016 ( 0.8%) 0.0016 ( 0.0%) Serialization, swiftmodule
0.0009 ( 0.7%) 0.0001 ( 0.1%) 0.0009 ( 0.5%) 0.0009 ( 0.0%) Serialization, swiftdoc
0.0005 ( 0.4%) 0.0001 ( 0.2%) 0.0006 ( 0.3%) 0.0006 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.2%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) precheck-target
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) module-populate-cache
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-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.1322 (100.0%) 0.0627 (100.0%) 0.1948 (100.0%) 4.3216 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1010 seconds (2.1796 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0673 (100.0%) 0.0337 (100.0%) 0.1010 (100.0%) 2.1796 (100.0%) Building Target
0.0673 (100.0%) 0.0337 (100.0%) 0.1010 (100.0%) 2.1796 (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')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1GeneralizedTime.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Exception.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911828087200-swift-frontend-ASN1-ASN1GeneralizedTime.swift-arm64_apple_macos13.6-o-Onone-1961931800.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0517 seconds (6.0113 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0272 ( 3.2%) 0.0308 ( 14.4%) 0.0580 ( 5.5%) 2.4750 ( 41.2%) parse-and-resolve-imports
0.0266 ( 3.2%) 0.0300 ( 14.1%) 0.0566 ( 5.4%) 2.4736 ( 41.1%) Import resolution
0.1876 ( 22.4%) 0.0364 ( 17.0%) 0.2240 ( 21.3%) 0.2470 ( 4.1%) perform-sema
0.1875 ( 22.4%) 0.0364 ( 17.0%) 0.2238 ( 21.3%) 0.2469 ( 4.1%) Type checking and Semantic analysis
0.1743 ( 20.8%) 0.0321 ( 15.0%) 0.2064 ( 19.6%) 0.2262 ( 3.8%) typecheck-stmt
0.1668 ( 19.9%) 0.0290 ( 13.6%) 0.1958 ( 18.6%) 0.2150 ( 3.6%) typecheck-expr
0.0011 ( 0.1%) 0.0023 ( 1.1%) 0.0035 ( 0.3%) 0.0389 ( 0.6%) load-stdlib
0.0161 ( 1.9%) 0.0044 ( 2.0%) 0.0205 ( 1.9%) 0.0236 ( 0.4%) typecheck-decl
0.0094 ( 1.1%) 0.0033 ( 1.5%) 0.0127 ( 1.2%) 0.0127 ( 0.2%) build-rewrite-system
0.0108 ( 1.3%) 0.0001 ( 0.0%) 0.0109 ( 1.0%) 0.0109 ( 0.2%) SIL optimization
0.0078 ( 0.9%) 0.0027 ( 1.3%) 0.0106 ( 1.0%) 0.0106 ( 0.2%) IRGen
0.0084 ( 1.0%) 0.0014 ( 0.7%) 0.0099 ( 0.9%) 0.0099 ( 0.2%) precheck-target
0.0071 ( 0.8%) 0.0007 ( 0.3%) 0.0078 ( 0.7%) 0.0078 ( 0.1%) SILGen
0.0021 ( 0.3%) 0.0035 ( 1.6%) 0.0056 ( 0.5%) 0.0074 ( 0.1%) import-clang-decl
0.0042 ( 0.5%) 0.0004 ( 0.2%) 0.0045 ( 0.4%) 0.0045 ( 0.1%) SILGen-function
0.0007 ( 0.1%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0001 ( 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.8380 (100.0%) 0.2137 (100.0%) 1.0517 (100.0%) 6.0113 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3793 seconds (2.8548 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2941 (100.0%) 0.0852 (100.0%) 0.3793 (100.0%) 2.8548 (100.0%) Building Target
0.2941 (100.0%) 0.0852 (100.0%) 0.3793 (100.0%) 2.8548 (100.0%) Total
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-1776911828087446-swift-frontend-ASN1-ASN1Time.swift-arm64_apple_macos13.6-o-Onone-340539359.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.1880 seconds (4.1875 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6062 ( 48.1%) 0.4136 ( 48.5%) 2.0198 ( 48.2%) 2.0195 ( 48.2%) parse-and-resolve-imports
1.6057 ( 48.1%) 0.4134 ( 48.5%) 2.0191 ( 48.2%) 2.0188 ( 48.2%) Import resolution
0.0225 ( 0.7%) 0.0032 ( 0.4%) 0.0257 ( 0.6%) 0.0257 ( 0.6%) perform-sema
0.0224 ( 0.7%) 0.0032 ( 0.4%) 0.0255 ( 0.6%) 0.0255 ( 0.6%) Type checking and Semantic analysis
0.0109 ( 0.3%) 0.0072 ( 0.8%) 0.0181 ( 0.4%) 0.0181 ( 0.4%) load-stdlib
0.0142 ( 0.4%) 0.0022 ( 0.3%) 0.0164 ( 0.4%) 0.0164 ( 0.4%) typecheck-decl
0.0130 ( 0.4%) 0.0019 ( 0.2%) 0.0149 ( 0.4%) 0.0149 ( 0.4%) typecheck-stmt
0.0105 ( 0.3%) 0.0016 ( 0.2%) 0.0121 ( 0.3%) 0.0121 ( 0.3%) typecheck-expr
0.0056 ( 0.2%) 0.0020 ( 0.2%) 0.0076 ( 0.2%) 0.0076 ( 0.2%) IRGen
0.0061 ( 0.2%) 0.0004 ( 0.1%) 0.0065 ( 0.2%) 0.0065 ( 0.2%) build-rewrite-system
0.0051 ( 0.2%) 0.0006 ( 0.1%) 0.0057 ( 0.1%) 0.0057 ( 0.1%) SILGen
0.0054 ( 0.2%) 0.0000 ( 0.0%) 0.0054 ( 0.1%) 0.0054 ( 0.1%) SIL optimization
0.0039 ( 0.1%) 0.0004 ( 0.0%) 0.0043 ( 0.1%) 0.0043 ( 0.1%) precheck-target
0.0021 ( 0.1%) 0.0020 ( 0.2%) 0.0042 ( 0.1%) 0.0042 ( 0.1%) import-clang-decl
0.0022 ( 0.1%) 0.0002 ( 0.0%) 0.0024 ( 0.1%) 0.0024 ( 0.1%) SILGen-function
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%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.3360 (100.0%) 0.8520 (100.0%) 4.1880 (100.0%) 4.1875 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5990 seconds (2.6151 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.1059 (100.0%) 0.4931 (100.0%) 2.5990 (100.0%) 2.6151 (100.0%) Building Target
2.1059 (100.0%) 0.4931 (100.0%) 2.5990 (100.0%) 2.6151 (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\ 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-1776911828097623-swift-frontend-ASN1-ASN1Boolean.swift-arm64_apple_macos13.6-o-Onone-727288881.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3505 seconds (5.1801 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0274 ( 12.0%) 0.0315 ( 26.0%) 0.0589 ( 16.8%) 2.4560 ( 47.4%) parse-and-resolve-imports
0.0266 ( 11.6%) 0.0303 ( 25.0%) 0.0569 ( 16.2%) 2.4540 ( 47.4%) Import resolution
0.0362 ( 15.8%) 0.0120 ( 9.9%) 0.0482 ( 13.7%) 0.0533 ( 1.0%) perform-sema
0.0361 ( 15.7%) 0.0119 ( 9.9%) 0.0480 ( 13.7%) 0.0531 ( 1.0%) Type checking and Semantic analysis
0.0231 ( 10.0%) 0.0067 ( 5.5%) 0.0298 ( 8.5%) 0.0342 ( 0.7%) typecheck-stmt
0.0199 ( 8.7%) 0.0053 ( 4.4%) 0.0252 ( 7.2%) 0.0294 ( 0.6%) typecheck-expr
0.0152 ( 6.6%) 0.0057 ( 4.7%) 0.0209 ( 6.0%) 0.0216 ( 0.4%) typecheck-decl
0.0126 ( 5.5%) 0.0045 ( 3.7%) 0.0170 ( 4.9%) 0.0173 ( 0.3%) build-rewrite-system
0.0011 ( 0.5%) 0.0019 ( 1.6%) 0.0031 ( 0.9%) 0.0156 ( 0.3%) load-stdlib
0.0065 ( 2.8%) 0.0045 ( 3.7%) 0.0110 ( 3.1%) 0.0110 ( 0.2%) IRGen
0.0061 ( 2.7%) 0.0015 ( 1.3%) 0.0077 ( 2.2%) 0.0088 ( 0.2%) precheck-target
0.0073 ( 3.2%) 0.0014 ( 1.2%) 0.0087 ( 2.5%) 0.0087 ( 0.2%) SILGen
0.0023 ( 1.0%) 0.0028 ( 2.3%) 0.0050 ( 1.4%) 0.0067 ( 0.1%) import-clang-decl
0.0058 ( 2.5%) 0.0001 ( 0.1%) 0.0059 ( 1.7%) 0.0061 ( 0.1%) SIL optimization
0.0031 ( 1.4%) 0.0008 ( 0.6%) 0.0039 ( 1.1%) 0.0039 ( 0.1%) SILGen-function
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.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%) 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.2296 (100.0%) 0.1209 (100.0%) 0.3505 (100.0%) 5.1801 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2600 seconds (2.6904 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1838 (100.0%) 0.0762 (100.0%) 0.2600 (100.0%) 2.6904 (100.0%) Building Target
0.1838 (100.0%) 0.0762 (100.0%) 0.2600 (100.0%) 2.6904 (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
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-1776911828100711-swift-frontend-ASN1-ASN1Sequence.swift-arm64_apple_macos13.6-o-Onone-2317158901.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2342 seconds (4.4000 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 14.7%) 0.0225 ( 28.8%) 0.0455 ( 19.4%) 2.1215 ( 48.2%) parse-and-resolve-imports
0.0224 ( 14.4%) 0.0219 ( 28.0%) 0.0443 ( 18.9%) 2.1204 ( 48.2%) Import resolution
0.0213 ( 13.7%) 0.0061 ( 7.8%) 0.0275 ( 11.7%) 0.0275 ( 0.6%) perform-sema
0.0212 ( 13.6%) 0.0061 ( 7.8%) 0.0274 ( 11.7%) 0.0274 ( 0.6%) Type checking and Semantic analysis
0.0151 ( 9.7%) 0.0046 ( 5.9%) 0.0197 ( 8.4%) 0.0197 ( 0.4%) typecheck-decl
0.0009 ( 0.6%) 0.0014 ( 1.8%) 0.0023 ( 1.0%) 0.0161 ( 0.4%) load-stdlib
0.0103 ( 6.6%) 0.0026 ( 3.4%) 0.0129 ( 5.5%) 0.0129 ( 0.3%) typecheck-stmt
0.0069 ( 4.4%) 0.0051 ( 6.6%) 0.0121 ( 5.2%) 0.0121 ( 0.3%) IRGen
0.0088 ( 5.7%) 0.0021 ( 2.7%) 0.0109 ( 4.7%) 0.0109 ( 0.2%) typecheck-expr
0.0064 ( 4.1%) 0.0018 ( 2.3%) 0.0082 ( 3.5%) 0.0082 ( 0.2%) build-rewrite-system
0.0061 ( 3.9%) 0.0011 ( 1.5%) 0.0072 ( 3.1%) 0.0072 ( 0.2%) SILGen
0.0055 ( 3.5%) 0.0001 ( 0.1%) 0.0056 ( 2.4%) 0.0056 ( 0.1%) SIL optimization
0.0042 ( 2.7%) 0.0009 ( 1.1%) 0.0051 ( 2.2%) 0.0051 ( 0.1%) precheck-target
0.0024 ( 1.5%) 0.0004 ( 0.5%) 0.0027 ( 1.2%) 0.0027 ( 0.1%) SILGen-function
0.0011 ( 0.7%) 0.0014 ( 1.8%) 0.0025 ( 1.1%) 0.0025 ( 0.1%) import-clang-decl
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) module-populate-cache
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) get-conformance-access-path
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.1559 (100.0%) 0.0783 (100.0%) 0.2342 (100.0%) 4.4000 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5193 seconds (2.6388 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4181 (100.0%) 0.1012 (100.0%) 0.5193 (100.0%) 2.6388 (100.0%) Building Target
0.4181 (100.0%) 0.1012 (100.0%) 0.5193 (100.0%) 2.6388 (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 FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Limbs.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1SimpleType.swift,\ ASN1PrintableString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1SimpleType.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911828150166-swift-frontend-ASN1-ASN1SimpleType.swift-arm64_apple_macos13.6-o-Onone-3574168282.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2161 seconds (4.3598 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0238 ( 17.0%) 0.0224 ( 29.5%) 0.0462 ( 21.4%) 2.1179 ( 48.6%) parse-and-resolve-imports
0.0233 ( 16.6%) 0.0216 ( 28.6%) 0.0449 ( 20.8%) 2.1166 ( 48.5%) Import resolution
0.0193 ( 13.8%) 0.0061 ( 8.1%) 0.0255 ( 11.8%) 0.0255 ( 0.6%) perform-sema
0.0192 ( 13.7%) 0.0061 ( 8.1%) 0.0253 ( 11.7%) 0.0253 ( 0.6%) Type checking and Semantic analysis
0.0100 ( 7.1%) 0.0035 ( 4.6%) 0.0134 ( 6.2%) 0.0134 ( 0.3%) typecheck-decl
0.0087 ( 6.2%) 0.0026 ( 3.4%) 0.0113 ( 5.2%) 0.0113 ( 0.3%) typecheck-stmt
0.0063 ( 4.5%) 0.0046 ( 6.1%) 0.0109 ( 5.1%) 0.0110 ( 0.3%) IRGen
0.0064 ( 4.5%) 0.0018 ( 2.4%) 0.0082 ( 3.8%) 0.0082 ( 0.2%) build-rewrite-system
0.0061 ( 4.3%) 0.0017 ( 2.3%) 0.0078 ( 3.6%) 0.0078 ( 0.2%) typecheck-expr
0.0054 ( 3.8%) 0.0003 ( 0.4%) 0.0057 ( 2.6%) 0.0058 ( 0.1%) SIL optimization
0.0045 ( 3.2%) 0.0008 ( 1.0%) 0.0053 ( 2.4%) 0.0053 ( 0.1%) SILGen
0.0037 ( 2.7%) 0.0009 ( 1.2%) 0.0047 ( 2.2%) 0.0047 ( 0.1%) precheck-target
0.0011 ( 0.8%) 0.0016 ( 2.1%) 0.0027 ( 1.3%) 0.0027 ( 0.1%) import-clang-decl
0.0009 ( 0.7%) 0.0014 ( 1.9%) 0.0023 ( 1.1%) 0.0023 ( 0.1%) load-stdlib
0.0014 ( 1.0%) 0.0002 ( 0.3%) 0.0016 ( 0.7%) 0.0016 ( 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, 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-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%) AST verification
0.1405 (100.0%) 0.0757 (100.0%) 0.2161 (100.0%) 4.3598 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4667 seconds (2.5566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3648 (100.0%) 0.1020 (100.0%) 0.4667 (100.0%) 2.5566 (100.0%) Building Target
0.3648 (100.0%) 0.1020 (100.0%) 0.4667 (100.0%) 2.5566 (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 CRT.swift, ExpMod.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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911828174951-swift-frontend-ASN1-ASN1UTCTime.swift-arm64_apple_macos13.6-o-Onone-2877370355.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1096 seconds (5.1628 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0232 ( 2.5%) 0.0220 ( 12.5%) 0.0452 ( 4.1%) 2.0685 ( 40.1%) parse-and-resolve-imports
0.0229 ( 2.5%) 0.0214 ( 12.1%) 0.0442 ( 4.0%) 2.0676 ( 40.0%) Import resolution
0.2139 ( 22.9%) 0.0312 ( 17.7%) 0.2451 ( 22.1%) 0.2455 ( 4.8%) perform-sema
0.2137 ( 22.9%) 0.0312 ( 17.7%) 0.2449 ( 22.1%) 0.2453 ( 4.8%) Type checking and Semantic analysis
0.1964 ( 21.0%) 0.0267 ( 15.2%) 0.2231 ( 20.1%) 0.2235 ( 4.3%) typecheck-stmt
0.1364 ( 14.6%) 0.0174 ( 9.9%) 0.1538 ( 13.9%) 0.1542 ( 3.0%) typecheck-expr
0.0161 ( 1.7%) 0.0067 ( 3.8%) 0.0228 ( 2.1%) 0.0258 ( 0.5%) IRGen
0.0234 ( 2.5%) 0.0012 ( 0.7%) 0.0246 ( 2.2%) 0.0246 ( 0.5%) precheck-target
0.0194 ( 2.1%) 0.0050 ( 2.8%) 0.0244 ( 2.2%) 0.0244 ( 0.5%) typecheck-decl
0.0198 ( 2.1%) 0.0011 ( 0.6%) 0.0209 ( 1.9%) 0.0227 ( 0.4%) SIL optimization
0.0163 ( 1.7%) 0.0020 ( 1.1%) 0.0183 ( 1.7%) 0.0183 ( 0.4%) SILGen
0.0117 ( 1.3%) 0.0033 ( 1.9%) 0.0149 ( 1.3%) 0.0149 ( 0.3%) build-rewrite-system
0.0122 ( 1.3%) 0.0015 ( 0.8%) 0.0137 ( 1.2%) 0.0137 ( 0.3%) SILGen-function
0.0026 ( 0.3%) 0.0034 ( 1.9%) 0.0060 ( 0.5%) 0.0060 ( 0.1%) import-clang-decl
0.0026 ( 0.3%) 0.0006 ( 0.4%) 0.0032 ( 0.3%) 0.0032 ( 0.1%) typecheck-for-each
0.0010 ( 0.1%) 0.0013 ( 0.7%) 0.0022 ( 0.2%) 0.0022 ( 0.0%) load-stdlib
0.0018 ( 0.2%) 0.0002 ( 0.1%) 0.0020 ( 0.2%) 0.0020 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.9336 (100.0%) 0.1760 (100.0%) 1.1096 (100.0%) 5.1628 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5101 seconds (2.5569 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4175 (100.0%) 0.0926 (100.0%) 0.5101 (100.0%) 2.5569 (100.0%) Building Target
0.4175 (100.0%) 0.0926 (100.0%) 0.5101 (100.0%) 2.5569 (100.0%) Total
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
SwiftDriverJobDiscovery normal arm64 Compiling BitSieve.swift, BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1Null.swift,\ ASN1IA5String.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1IA5String.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911828197011-swift-frontend-ASN1-ASN1Null.swift-arm64_apple_macos13.6-o-Onone-1586607660.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1891 seconds (4.0637 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0243 ( 18.9%) 0.0181 ( 30.2%) 0.0425 ( 22.5%) 1.9798 ( 48.7%) parse-and-resolve-imports
0.0238 ( 18.5%) 0.0175 ( 29.2%) 0.0414 ( 21.9%) 1.9787 ( 48.7%) Import resolution
0.0175 ( 13.6%) 0.0050 ( 8.3%) 0.0225 ( 11.9%) 0.0225 ( 0.6%) perform-sema
0.0174 ( 13.5%) 0.0049 ( 8.2%) 0.0224 ( 11.8%) 0.0224 ( 0.6%) Type checking and Semantic analysis
0.0100 ( 7.7%) 0.0030 ( 4.9%) 0.0129 ( 6.8%) 0.0129 ( 0.3%) typecheck-decl
0.0071 ( 5.5%) 0.0019 ( 3.2%) 0.0090 ( 4.8%) 0.0090 ( 0.2%) typecheck-stmt
0.0053 ( 4.1%) 0.0036 ( 6.0%) 0.0089 ( 4.7%) 0.0089 ( 0.2%) IRGen
0.0060 ( 4.7%) 0.0016 ( 2.6%) 0.0076 ( 4.0%) 0.0076 ( 0.2%) build-rewrite-system
0.0050 ( 3.9%) 0.0000 ( 0.1%) 0.0051 ( 2.7%) 0.0051 ( 0.1%) SIL optimization
0.0036 ( 2.8%) 0.0005 ( 0.8%) 0.0041 ( 2.2%) 0.0041 ( 0.1%) SILGen
0.0033 ( 2.5%) 0.0007 ( 1.2%) 0.0040 ( 2.1%) 0.0040 ( 0.1%) precheck-target
0.0023 ( 1.8%) 0.0004 ( 0.7%) 0.0027 ( 1.4%) 0.0027 ( 0.1%) typecheck-expr
0.0012 ( 0.9%) 0.0014 ( 2.3%) 0.0025 ( 1.3%) 0.0025 ( 0.1%) import-clang-decl
0.0009 ( 0.7%) 0.0011 ( 1.9%) 0.0020 ( 1.1%) 0.0020 ( 0.0%) load-stdlib
0.0012 ( 0.9%) 0.0002 ( 0.3%) 0.0014 ( 0.7%) 0.0014 ( 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1291 (100.0%) 0.0600 (100.0%) 0.1891 (100.0%) 4.0637 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5506 seconds (2.5055 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4439 (100.0%) 0.1067 (100.0%) 0.5506 (100.0%) 2.5055 (100.0%) Building Target
0.4439 (100.0%) 0.1067 (100.0%) 0.5506 (100.0%) 2.5055 (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 ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1T61String.swift,\ ASN1Ctx.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1T61String.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911829110571-swift-frontend-ASN1-ASN1T61String.swift-arm64_apple_macos13.6-o-Onone-493989089.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3325 seconds (2.6101 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 10.5%) 0.0237 ( 25.2%) 0.0488 ( 14.7%) 1.1874 ( 45.5%) parse-and-resolve-imports
0.0244 ( 10.2%) 0.0230 ( 24.4%) 0.0474 ( 14.3%) 1.1860 ( 45.4%) Import resolution
0.0401 ( 16.8%) 0.0098 ( 10.4%) 0.0498 ( 15.0%) 0.0500 ( 1.9%) perform-sema
0.0400 ( 16.8%) 0.0097 ( 10.3%) 0.0497 ( 14.9%) 0.0498 ( 1.9%) Type checking and Semantic analysis
0.0281 ( 11.8%) 0.0058 ( 6.2%) 0.0339 ( 10.2%) 0.0339 ( 1.3%) typecheck-stmt
0.0208 ( 8.7%) 0.0034 ( 3.6%) 0.0241 ( 7.3%) 0.0241 ( 0.9%) typecheck-expr
0.0145 ( 6.1%) 0.0041 ( 4.3%) 0.0186 ( 5.6%) 0.0187 ( 0.7%) typecheck-decl
0.0092 ( 3.9%) 0.0053 ( 5.7%) 0.0145 ( 4.4%) 0.0145 ( 0.6%) IRGen
0.0076 ( 3.2%) 0.0028 ( 3.0%) 0.0104 ( 3.1%) 0.0105 ( 0.4%) build-rewrite-system
0.0076 ( 3.2%) 0.0014 ( 1.5%) 0.0091 ( 2.7%) 0.0091 ( 0.3%) precheck-target
0.0070 ( 2.9%) 0.0011 ( 1.1%) 0.0081 ( 2.4%) 0.0081 ( 0.3%) SILGen
0.0070 ( 2.9%) 0.0001 ( 0.1%) 0.0070 ( 2.1%) 0.0070 ( 0.3%) SIL optimization
0.0036 ( 1.5%) 0.0004 ( 0.5%) 0.0040 ( 1.2%) 0.0040 ( 0.2%) SILGen-function
0.0013 ( 0.6%) 0.0022 ( 2.3%) 0.0035 ( 1.1%) 0.0035 ( 0.1%) import-clang-decl
0.0010 ( 0.4%) 0.0012 ( 1.3%) 0.0022 ( 0.7%) 0.0022 ( 0.1%) load-stdlib
0.0010 ( 0.4%) 0.0000 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 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.2385 (100.0%) 0.0940 (100.0%) 0.3325 (100.0%) 2.6101 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4457 seconds (1.6016 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3490 (100.0%) 0.0967 (100.0%) 0.4457 (100.0%) 1.6016 (100.0%) Building Target
0.3490 (100.0%) 0.0967 (100.0%) 0.4457 (100.0%) 1.6016 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1T61String.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, BailliePSW.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1OctetString.swift,\ ASN1ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1OctetString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911829200745-swift-frontend-ASN1-ASN1OctetString.swift-arm64_apple_macos13.6-o-Onone-3135076339.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5806 seconds (2.7509 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0260 ( 5.8%) 0.0258 ( 20.0%) 0.0518 ( 8.9%) 1.1367 ( 41.3%) parse-and-resolve-imports
0.0254 ( 5.6%) 0.0251 ( 19.4%) 0.0505 ( 8.7%) 1.1354 ( 41.3%) Import resolution
0.0857 ( 19.0%) 0.0155 ( 12.0%) 0.1011 ( 17.4%) 0.1012 ( 3.7%) perform-sema
0.0855 ( 19.0%) 0.0154 ( 11.9%) 0.1010 ( 17.4%) 0.1011 ( 3.7%) Type checking and Semantic analysis
0.0733 ( 16.2%) 0.0115 ( 8.9%) 0.0848 ( 14.6%) 0.0849 ( 3.1%) typecheck-stmt
0.0714 ( 15.8%) 0.0111 ( 8.6%) 0.0825 ( 14.2%) 0.0826 ( 3.0%) typecheck-expr
0.0225 ( 5.0%) 0.0082 ( 6.3%) 0.0307 ( 5.3%) 0.0307 ( 1.1%) typecheck-decl
0.0094 ( 2.1%) 0.0052 ( 4.0%) 0.0145 ( 2.5%) 0.0146 ( 0.5%) IRGen
0.0128 ( 2.8%) 0.0015 ( 1.2%) 0.0144 ( 2.5%) 0.0144 ( 0.5%) precheck-target
0.0105 ( 2.3%) 0.0035 ( 2.7%) 0.0140 ( 2.4%) 0.0140 ( 0.5%) build-rewrite-system
0.0100 ( 2.2%) 0.0012 ( 1.0%) 0.0112 ( 1.9%) 0.0112 ( 0.4%) SILGen
0.0078 ( 1.7%) 0.0001 ( 0.1%) 0.0079 ( 1.4%) 0.0079 ( 0.3%) SIL optimization
0.0058 ( 1.3%) 0.0007 ( 0.5%) 0.0064 ( 1.1%) 0.0064 ( 0.2%) SILGen-function
0.0020 ( 0.5%) 0.0030 ( 2.3%) 0.0050 ( 0.9%) 0.0051 ( 0.2%) import-clang-decl
0.0020 ( 0.5%) 0.0003 ( 0.3%) 0.0024 ( 0.4%) 0.0024 ( 0.1%) typecheck-for-each
0.0009 ( 0.2%) 0.0011 ( 0.9%) 0.0020 ( 0.4%) 0.0021 ( 0.1%) load-stdlib
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4513 (100.0%) 0.1293 (100.0%) 0.5806 (100.0%) 2.7509 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4024 seconds (1.5036 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3172 (100.0%) 0.0853 (100.0%) 0.4024 (100.0%) 1.5036 (100.0%) Building Target
0.3172 (100.0%) 0.0853 (100.0%) 0.4024 (100.0%) 1.5036 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1OctetString.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug/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
SwiftDriverJobDiscovery normal arm64 Emitting module for ASN1 (in target 'ASN1' from project 'ASN1')
SwiftDriver\ Compilation\ Requirements ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug/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\ 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-1776911830774663-swift-frontend-ASN1-ASN1Set.swift-arm64_apple_macos13.6-o-Onone-2593701098.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2382 seconds (0.2384 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 15.6%) 0.0246 ( 31.7%) 0.0496 ( 20.8%) 0.0497 ( 20.9%) parse-and-resolve-imports
0.0245 ( 15.3%) 0.0240 ( 30.9%) 0.0485 ( 20.4%) 0.0486 ( 20.4%) Import resolution
0.0210 ( 13.1%) 0.0052 ( 6.7%) 0.0262 ( 11.0%) 0.0262 ( 11.0%) perform-sema
0.0209 ( 13.0%) 0.0052 ( 6.7%) 0.0261 ( 11.0%) 0.0261 ( 11.0%) Type checking and Semantic analysis
0.0147 ( 9.1%) 0.0044 ( 5.7%) 0.0191 ( 8.0%) 0.0190 ( 8.0%) typecheck-decl
0.0105 ( 6.5%) 0.0020 ( 2.5%) 0.0124 ( 5.2%) 0.0124 ( 5.2%) typecheck-expr
0.0102 ( 6.3%) 0.0019 ( 2.5%) 0.0121 ( 5.1%) 0.0121 ( 5.1%) typecheck-stmt
0.0061 ( 3.8%) 0.0034 ( 4.3%) 0.0094 ( 4.0%) 0.0094 ( 4.0%) IRGen
0.0060 ( 3.7%) 0.0010 ( 1.2%) 0.0069 ( 2.9%) 0.0070 ( 2.9%) SILGen
0.0056 ( 3.5%) 0.0014 ( 1.8%) 0.0069 ( 2.9%) 0.0069 ( 2.9%) build-rewrite-system
0.0050 ( 3.1%) 0.0008 ( 1.1%) 0.0059 ( 2.5%) 0.0059 ( 2.5%) precheck-target
0.0055 ( 3.5%) 0.0001 ( 0.1%) 0.0056 ( 2.4%) 0.0056 ( 2.4%) SIL optimization
0.0033 ( 2.1%) 0.0005 ( 0.7%) 0.0038 ( 1.6%) 0.0038 ( 1.6%) SILGen-function
0.0010 ( 0.6%) 0.0018 ( 2.3%) 0.0028 ( 1.2%) 0.0028 ( 1.2%) load-stdlib
0.0010 ( 0.6%) 0.0013 ( 1.7%) 0.0023 ( 1.0%) 0.0023 ( 1.0%) import-clang-decl
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) module-populate-cache
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1606 (100.0%) 0.0776 (100.0%) 0.2382 (100.0%) 0.2384 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1400 seconds (0.1402 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0950 (100.0%) 0.0450 (100.0%) 0.1400 (100.0%) 0.1402 (100.0%) Building Target
0.0950 (100.0%) 0.0450 (100.0%) 0.1400 (100.0%) 0.1402 (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
SwiftDriverJobDiscovery normal arm64 Compiling ASN1OctetString.swift, ASN1ObjectIdentifier.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 ASN1SimpleType.swift, ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
ExtractAppIntentsMetadata (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BigInt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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:37:10.802 appintentsmetadataprocessor[771:4472] Starting appintentsmetadataprocessor export
2026-04-22 19:37:10.846 appintentsmetadataprocessor[771:4472] Extracted no relevant App Intents symbols, skipping writing output
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
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Null.swift, ASN1IA5String.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 ASN1UTCTime.swift, ASN1.swift, ASN1Collection.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 ASN1Boolean.swift, InputStream.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 ASN1Set.swift, ASN1Integer.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1GeneralizedTime.swift, ASN1Exception.swift, ASN1BitString.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:37:11.109 appintentsmetadataprocessor[775:4564] Starting appintentsmetadataprocessor export
2026-04-22 19:37:11.111 appintentsmetadataprocessor[775:4564] 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:6186e58aaae75e55da6eaed98d50aebc057db887, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6186e58aaae75e55da6eaed98d50aebc057db887, 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.