Build Information
Successful build of ASN1, reference 2.7.2 (90c6d1), with Swift 6.1 for visionOS using Xcode 16.3 on 23 Apr 2026 02:32:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASN1 -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature 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: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/mIwr/ASN1.git
https://github.com/mIwr/ASN1.git
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/BigInt"
}
],
"manifest_display_name" : "ASN1",
"name" : "ASN1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ASN1",
"targets" : [
"ASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASN1Tests",
"module_type" : "SwiftTarget",
"name" : "ASN1Tests",
"path" : "Tests/ASN1Tests",
"sources" : [
"ASN1Tests.swift",
"ErrorTests.swift",
"PerformanceTest.swift"
],
"target_dependencies" : [
"ASN1"
],
"type" : "test"
},
{
"c99name" : "ASN1",
"module_type" : "SwiftTarget",
"name" : "ASN1",
"path" : "Sources/ASN1",
"product_dependencies" : [
"BigInt"
],
"product_memberships" : [
"ASN1"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ASN1.swift",
"ASN1BMPString.swift",
"ASN1BitString.swift",
"ASN1Boolean.swift",
"ASN1Collection.swift",
"ASN1Ctx.swift",
"ASN1Exception.swift",
"ASN1GeneralizedTime.swift",
"ASN1IA5String.swift",
"ASN1Integer.swift",
"ASN1Null.swift",
"ASN1ObjectIdentifier.swift",
"ASN1OctetString.swift",
"ASN1PrintableString.swift",
"ASN1Sequence.swift",
"ASN1Set.swift",
"ASN1SimpleType.swift",
"ASN1T61String.swift",
"ASN1Time.swift",
"ASN1UTCTime.swift",
"ASN1UTF8String.swift",
"InputStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 | ],
11 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 | ],
11 | products: [
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mIwr/BigInt
Creating working copy of package ‘BigInt’
Checking out 1.23.1 of package ‘BigInt’
Resolved source packages:
BigInt: https://github.com/mIwr/BigInt @ 1.23.1
resolved source packages: BigInt
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/BigInt"
}
],
"manifest_display_name" : "ASN1",
"name" : "ASN1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ASN1",
"targets" : [
"ASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASN1Tests",
"module_type" : "SwiftTarget",
"name" : "ASN1Tests",
"path" : "Tests/ASN1Tests",
"sources" : [
"ASN1Tests.swift",
"ErrorTests.swift",
"PerformanceTest.swift"
],
"target_dependencies" : [
"ASN1"
],
"type" : "test"
},
{
"c99name" : "ASN1",
"module_type" : "SwiftTarget",
"name" : "ASN1",
"path" : "Sources/ASN1",
"product_dependencies" : [
"BigInt"
],
"product_memberships" : [
"ASN1"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ASN1.swift",
"ASN1BMPString.swift",
"ASN1BitString.swift",
"ASN1Boolean.swift",
"ASN1Collection.swift",
"ASN1Ctx.swift",
"ASN1Exception.swift",
"ASN1GeneralizedTime.swift",
"ASN1IA5String.swift",
"ASN1Integer.swift",
"ASN1Null.swift",
"ASN1ObjectIdentifier.swift",
"ASN1OctetString.swift",
"ASN1PrintableString.swift",
"ASN1Sequence.swift",
"ASN1Set.swift",
"ASN1SimpleType.swift",
"ASN1T61String.swift",
"ASN1Time.swift",
"ASN1UTCTime.swift",
"ASN1UTF8String.swift",
"InputStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ASN1",
"schemes" : [
"ASN1"
],
"targets" : [
"ASN1",
"ASN1Tests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ASN1 -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ASN1 -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
BigInt: https://github.com/mIwr/BigInt @ 1.23.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'ASN1' in project 'ASN1'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt_BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt_BigInt' in project 'BigInt'
Target 'BigInt_BigInt' in project 'BigInt' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: eb8e5370c31209532aa6801c39373d35
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/eb8e5370c31209532aa6801c39373d35.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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-xros
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyMetadataFileList (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyStaticMetadataFileList (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/BigInt_BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module.modulemap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros2.4 '-std=gnu17' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ASN1' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros '-fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt.modulemap'
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.hmap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-diagnostic-filename-map.json (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-target-headers.hmap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers/ASN1.h /Users/admin/builder/spi-builder-workspace/Sources/ASN1.h (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ASN1.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt_BigInt.build/empty-BigInt_BigInt.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/PrivacyInfo.xcprivacy (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle (in target 'BigInt_BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt_BigInt.bundle
SwiftDriver BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ 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-1776911515129463-swift-frontend-BigInt-CRT.swift-arm64_apple_xros1.0-o-Onone-190308855.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6123 seconds (3.1058 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0206 ( 6.1%) 0.1007 ( 36.7%) 0.1213 ( 19.8%) 1.3483 ( 43.4%) parse-and-resolve-imports
0.0198 ( 5.8%) 0.0999 ( 36.4%) 0.1197 ( 19.5%) 1.3467 ( 43.4%) Import resolution
0.0442 ( 13.1%) 0.0162 ( 5.9%) 0.0604 ( 9.9%) 0.0606 ( 2.0%) build-rewrite-system
0.0517 ( 15.3%) 0.0076 ( 2.8%) 0.0593 ( 9.7%) 0.0595 ( 1.9%) perform-sema
0.0516 ( 15.3%) 0.0075 ( 2.7%) 0.0592 ( 9.7%) 0.0594 ( 1.9%) Type checking and Semantic analysis
0.0015 ( 0.4%) 0.0188 ( 6.8%) 0.0202 ( 3.3%) 0.0587 ( 1.9%) load-stdlib
0.0472 ( 14.0%) 0.0067 ( 2.5%) 0.0539 ( 8.8%) 0.0541 ( 1.7%) typecheck-stmt
0.0417 ( 12.3%) 0.0059 ( 2.2%) 0.0476 ( 7.8%) 0.0478 ( 1.5%) typecheck-expr
0.0117 ( 3.4%) 0.0029 ( 1.1%) 0.0146 ( 2.4%) 0.0148 ( 0.5%) typecheck-decl
0.0112 ( 3.3%) 0.0010 ( 0.4%) 0.0122 ( 2.0%) 0.0122 ( 0.4%) precheck-target
0.0113 ( 3.3%) 0.0003 ( 0.1%) 0.0116 ( 1.9%) 0.0116 ( 0.4%) SIL optimization
0.0078 ( 2.3%) 0.0038 ( 1.4%) 0.0116 ( 1.9%) 0.0116 ( 0.4%) IRGen
0.0064 ( 1.9%) 0.0008 ( 0.3%) 0.0072 ( 1.2%) 0.0072 ( 0.2%) SILGen
0.0052 ( 1.5%) 0.0006 ( 0.2%) 0.0058 ( 0.9%) 0.0058 ( 0.2%) SILGen-function
0.0049 ( 1.5%) 0.0006 ( 0.2%) 0.0055 ( 0.9%) 0.0055 ( 0.2%) typecheck-for-each
0.0007 ( 0.2%) 0.0010 ( 0.4%) 0.0017 ( 0.3%) 0.0017 ( 0.1%) import-clang-decl
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.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%) 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.3381 (100.0%) 0.2743 (100.0%) 0.6123 (100.0%) 3.1058 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6193 seconds (1.8922 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4141 (100.0%) 0.2053 (100.0%) 0.6193 (100.0%) 1.8922 (100.0%) Building Target
0.4141 (100.0%) 0.2053 (100.0%) 0.6193 (100.0%) 1.8922 (100.0%) Total
SwiftCompile normal arm64 Compiling\ GCD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/GCD.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911515145621-swift-frontend-BigInt-GCD.swift-arm64_apple_xros1.0-o-Onone-400368735.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6253 seconds (3.5460 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0210 ( 5.7%) 0.0963 ( 37.5%) 0.1172 ( 18.8%) 1.5590 ( 44.0%) parse-and-resolve-imports
0.0200 ( 5.4%) 0.0952 ( 37.1%) 0.1152 ( 18.4%) 1.5570 ( 43.9%) Import resolution
0.0578 ( 15.7%) 0.0079 ( 3.1%) 0.0657 ( 10.5%) 0.0657 ( 1.9%) perform-sema
0.0577 ( 15.7%) 0.0079 ( 3.1%) 0.0657 ( 10.5%) 0.0657 ( 1.9%) Type checking and Semantic analysis
0.0442 ( 12.0%) 0.0157 ( 6.1%) 0.0600 ( 9.6%) 0.0602 ( 1.7%) build-rewrite-system
0.0513 ( 13.9%) 0.0067 ( 2.6%) 0.0581 ( 9.3%) 0.0580 ( 1.6%) typecheck-expr
0.0503 ( 13.6%) 0.0062 ( 2.4%) 0.0565 ( 9.0%) 0.0565 ( 1.6%) typecheck-stmt
0.0013 ( 0.4%) 0.0080 ( 3.1%) 0.0093 ( 1.5%) 0.0462 ( 1.3%) load-stdlib
0.0188 ( 5.1%) 0.0023 ( 0.9%) 0.0211 ( 3.4%) 0.0211 ( 0.6%) precheck-target
0.0165 ( 4.5%) 0.0029 ( 1.1%) 0.0194 ( 3.1%) 0.0194 ( 0.5%) typecheck-decl
0.0066 ( 1.8%) 0.0041 ( 1.6%) 0.0106 ( 1.7%) 0.0106 ( 0.3%) IRGen
0.0104 ( 2.8%) 0.0000 ( 0.0%) 0.0104 ( 1.7%) 0.0104 ( 0.3%) SIL optimization
0.0062 ( 1.7%) 0.0012 ( 0.5%) 0.0074 ( 1.2%) 0.0074 ( 0.2%) SILGen
0.0054 ( 1.5%) 0.0010 ( 0.4%) 0.0064 ( 1.0%) 0.0064 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0011 ( 0.4%) 0.0018 ( 0.3%) 0.0018 ( 0.1%) import-clang-decl
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) module-populate-cache
0.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.3688 (100.0%) 0.2565 (100.0%) 0.6253 (100.0%) 3.5460 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5665 seconds (2.0483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3990 (100.0%) 0.1675 (100.0%) 0.5665 (100.0%) 2.0483 (100.0%) Building Target
0.3990 (100.0%) 0.1675 (100.0%) 0.5665 (100.0%) 2.0483 (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-1776911515145141-swift-frontend-BigInt-Karatsuba.swift-arm64_apple_xros1.0-o-Onone-2635005562.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4330 seconds (3.1979 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0218 ( 11.7%) 0.0993 ( 40.2%) 0.1211 ( 28.0%) 1.4858 ( 46.5%) parse-and-resolve-imports
0.0208 ( 11.2%) 0.0982 ( 39.8%) 0.1190 ( 27.5%) 1.4837 ( 46.4%) Import resolution
0.0441 ( 23.7%) 0.0173 ( 7.0%) 0.0614 ( 14.2%) 0.0614 ( 1.9%) build-rewrite-system
0.0015 ( 0.8%) 0.0083 ( 3.4%) 0.0098 ( 2.3%) 0.0452 ( 1.4%) load-stdlib
0.0193 ( 10.4%) 0.0046 ( 1.9%) 0.0239 ( 5.5%) 0.0239 ( 0.7%) perform-sema
0.0192 ( 10.3%) 0.0046 ( 1.9%) 0.0238 ( 5.5%) 0.0238 ( 0.7%) Type checking and Semantic analysis
0.0170 ( 9.2%) 0.0041 ( 1.7%) 0.0212 ( 4.9%) 0.0212 ( 0.7%) typecheck-stmt
0.0112 ( 6.0%) 0.0026 ( 1.0%) 0.0138 ( 3.2%) 0.0138 ( 0.4%) typecheck-expr
0.0106 ( 5.7%) 0.0025 ( 1.0%) 0.0131 ( 3.0%) 0.0131 ( 0.4%) typecheck-decl
0.0075 ( 4.0%) 0.0017 ( 0.7%) 0.0092 ( 2.1%) 0.0092 ( 0.3%) precheck-target
0.0059 ( 3.2%) 0.0001 ( 0.0%) 0.0060 ( 1.4%) 0.0060 ( 0.2%) SIL optimization
0.0022 ( 1.2%) 0.0021 ( 0.8%) 0.0043 ( 1.0%) 0.0043 ( 0.1%) IRGen
0.0020 ( 1.1%) 0.0002 ( 0.1%) 0.0022 ( 0.5%) 0.0022 ( 0.1%) SILGen
0.0008 ( 0.5%) 0.0013 ( 0.5%) 0.0022 ( 0.5%) 0.0022 ( 0.1%) import-clang-decl
0.0016 ( 0.8%) 0.0001 ( 0.1%) 0.0017 ( 0.4%) 0.0017 ( 0.1%) SILGen-function
0.0004 ( 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.1860 (100.0%) 0.2470 (100.0%) 0.4330 (100.0%) 3.1979 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4888 seconds (1.8912 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3221 (100.0%) 0.1667 (100.0%) 0.4888 (100.0%) 1.8912 (100.0%) Building Target
0.3221 (100.0%) 0.1667 (100.0%) 0.4888 (100.0%) 1.8912 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/Karatsuba.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
SwiftCompile normal arm64 Compiling\ ToomCook.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911515143602-swift-frontend-BigInt-ToomCook.swift-arm64_apple_xros1.0-o-Onone-3206777458.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5360 seconds (3.0615 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 7.7%) 0.1027 ( 39.0%) 0.1236 ( 23.1%) 1.3707 ( 44.8%) parse-and-resolve-imports
0.0201 ( 7.4%) 0.1020 ( 38.8%) 0.1221 ( 22.8%) 1.3692 ( 44.7%) Import resolution
0.0465 ( 17.0%) 0.0168 ( 6.4%) 0.0633 ( 11.8%) 0.0635 ( 2.1%) build-rewrite-system
0.0013 ( 0.5%) 0.0103 ( 3.9%) 0.0116 ( 2.2%) 0.0428 ( 1.4%) load-stdlib
0.0342 ( 12.5%) 0.0055 ( 2.1%) 0.0396 ( 7.4%) 0.0396 ( 1.3%) perform-sema
0.0341 ( 12.5%) 0.0055 ( 2.1%) 0.0396 ( 7.4%) 0.0396 ( 1.3%) Type checking and Semantic analysis
0.0316 ( 11.6%) 0.0050 ( 1.9%) 0.0365 ( 6.8%) 0.0365 ( 1.2%) typecheck-stmt
0.0290 ( 10.6%) 0.0045 ( 1.7%) 0.0335 ( 6.3%) 0.0335 ( 1.1%) typecheck-expr
0.0262 ( 9.6%) 0.0044 ( 1.7%) 0.0306 ( 5.7%) 0.0306 ( 1.0%) typecheck-decl
0.0110 ( 4.0%) 0.0016 ( 0.6%) 0.0125 ( 2.3%) 0.0125 ( 0.4%) precheck-target
0.0075 ( 2.7%) 0.0005 ( 0.2%) 0.0080 ( 1.5%) 0.0080 ( 0.3%) SIL optimization
0.0033 ( 1.2%) 0.0025 ( 1.0%) 0.0058 ( 1.1%) 0.0059 ( 0.2%) IRGen
0.0029 ( 1.1%) 0.0004 ( 0.1%) 0.0033 ( 0.6%) 0.0033 ( 0.1%) SILGen
0.0024 ( 0.9%) 0.0003 ( 0.1%) 0.0027 ( 0.5%) 0.0027 ( 0.1%) SILGen-function
0.0009 ( 0.3%) 0.0011 ( 0.4%) 0.0020 ( 0.4%) 0.0020 ( 0.1%) import-clang-decl
0.0006 ( 0.2%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2729 (100.0%) 0.2631 (100.0%) 0.5360 (100.0%) 3.0615 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5902 seconds (1.8759 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4000 (100.0%) 0.1902 (100.0%) 0.5902 (100.0%) 1.8759 (100.0%) Building Target
0.4000 (100.0%) 0.1902 (100.0%) 0.5902 (100.0%) 1.8759 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/ToomCook.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
SwiftCompile normal arm64 Compiling\ 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-1776911515146763-swift-frontend-BigInt-Factorial.swift-arm64_apple_xros1.0-o-Onone-1577894984.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4505 seconds (3.0441 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 10.8%) 0.1024 ( 40.2%) 0.1235 ( 27.4%) 1.4057 ( 46.2%) parse-and-resolve-imports
0.0203 ( 10.4%) 0.1016 ( 39.9%) 0.1220 ( 27.1%) 1.4042 ( 46.1%) Import resolution
0.0480 ( 24.5%) 0.0185 ( 7.3%) 0.0666 ( 14.8%) 0.0667 ( 2.2%) build-rewrite-system
0.0012 ( 0.6%) 0.0071 ( 2.8%) 0.0083 ( 1.8%) 0.0370 ( 1.2%) load-stdlib
0.0193 ( 9.9%) 0.0045 ( 1.8%) 0.0239 ( 5.3%) 0.0240 ( 0.8%) perform-sema
0.0193 ( 9.8%) 0.0045 ( 1.8%) 0.0238 ( 5.3%) 0.0239 ( 0.8%) Type checking and Semantic analysis
0.0176 ( 9.0%) 0.0040 ( 1.6%) 0.0216 ( 4.8%) 0.0217 ( 0.7%) typecheck-expr
0.0163 ( 8.3%) 0.0037 ( 1.4%) 0.0200 ( 4.4%) 0.0200 ( 0.7%) typecheck-stmt
0.0088 ( 4.5%) 0.0024 ( 0.9%) 0.0112 ( 2.5%) 0.0113 ( 0.4%) typecheck-decl
0.0094 ( 4.8%) 0.0019 ( 0.7%) 0.0112 ( 2.5%) 0.0113 ( 0.4%) precheck-target
0.0074 ( 3.8%) 0.0001 ( 0.0%) 0.0075 ( 1.7%) 0.0075 ( 0.2%) SIL optimization
0.0027 ( 1.4%) 0.0023 ( 0.9%) 0.0051 ( 1.1%) 0.0051 ( 0.2%) IRGen
0.0019 ( 0.9%) 0.0003 ( 0.1%) 0.0022 ( 0.5%) 0.0022 ( 0.1%) SILGen
0.0008 ( 0.4%) 0.0010 ( 0.4%) 0.0018 ( 0.4%) 0.0018 ( 0.1%) import-clang-decl
0.0013 ( 0.7%) 0.0002 ( 0.1%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) SILGen-function
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.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%) 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.1958 (100.0%) 0.2547 (100.0%) 0.4505 (100.0%) 3.0441 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5566 seconds (1.8696 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3754 (100.0%) 0.1812 (100.0%) 0.5566 (100.0%) 1.8696 (100.0%) Building Target
0.3754 (100.0%) 0.1812 (100.0%) 0.5566 (100.0%) 1.8696 (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-1776911515146421-swift-frontend-BigInt-BitSieve.swift-arm64_apple_xros1.0-o-Onone-2718137908.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6796 seconds (3.1299 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0252 ( 6.7%) 0.1047 ( 34.7%) 0.1299 ( 19.1%) 1.3485 ( 43.1%) parse-and-resolve-imports
0.0244 ( 6.5%) 0.1033 ( 34.2%) 0.1277 ( 18.8%) 1.3417 ( 42.9%) Import resolution
0.0590 ( 15.6%) 0.0162 ( 5.4%) 0.0752 ( 11.1%) 0.0778 ( 2.5%) perform-sema
0.0589 ( 15.6%) 0.0162 ( 5.4%) 0.0751 ( 11.1%) 0.0777 ( 2.5%) Type checking and Semantic analysis
0.0553 ( 14.6%) 0.0090 ( 3.0%) 0.0643 ( 9.5%) 0.0643 ( 2.1%) typecheck-stmt
0.0442 ( 11.7%) 0.0167 ( 5.5%) 0.0609 ( 9.0%) 0.0609 ( 1.9%) build-rewrite-system
0.0392 ( 10.4%) 0.0067 ( 2.2%) 0.0459 ( 6.7%) 0.0459 ( 1.5%) typecheck-expr
0.0102 ( 2.7%) 0.0119 ( 3.9%) 0.0221 ( 3.3%) 0.0278 ( 0.9%) load-stdlib
0.0110 ( 2.9%) 0.0082 ( 2.7%) 0.0192 ( 2.8%) 0.0218 ( 0.7%) typecheck-decl
0.0133 ( 3.5%) 0.0022 ( 0.7%) 0.0155 ( 2.3%) 0.0155 ( 0.5%) precheck-target
0.0138 ( 3.7%) 0.0001 ( 0.0%) 0.0139 ( 2.1%) 0.0139 ( 0.4%) SIL optimization
0.0065 ( 1.7%) 0.0029 ( 0.9%) 0.0093 ( 1.4%) 0.0094 ( 0.3%) IRGen
0.0070 ( 1.9%) 0.0010 ( 0.3%) 0.0080 ( 1.2%) 0.0080 ( 0.3%) SILGen
0.0009 ( 0.2%) 0.0018 ( 0.6%) 0.0026 ( 0.4%) 0.0068 ( 0.2%) import-clang-decl
0.0059 ( 1.6%) 0.0008 ( 0.3%) 0.0067 ( 1.0%) 0.0067 ( 0.2%) SILGen-function
0.0027 ( 0.7%) 0.0002 ( 0.1%) 0.0029 ( 0.4%) 0.0029 ( 0.1%) typecheck-for-each
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.0000 ( 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.3778 (100.0%) 0.3018 (100.0%) 0.6796 (100.0%) 3.1299 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6545 seconds (1.8877 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4567 (100.0%) 0.1977 (100.0%) 0.6545 (100.0%) 1.8877 (100.0%) Building Target
0.4567 (100.0%) 0.1977 (100.0%) 0.6545 (100.0%) 1.8877 (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
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911515146440-swift-frontend-BigInt-all-arm64_apple_xros1.0-swiftmodule-Onone-2200020113.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6083 seconds (3.1742 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0207 ( 6.3%) 0.0989 ( 35.6%) 0.1197 ( 19.7%) 1.3849 ( 43.6%) parse-and-resolve-imports
0.0199 ( 6.0%) 0.0981 ( 35.3%) 0.1180 ( 19.4%) 1.3832 ( 43.6%) Import resolution
0.0623 ( 18.8%) 0.0142 ( 5.1%) 0.0764 ( 12.6%) 0.0767 ( 2.4%) perform-sema
0.0621 ( 18.8%) 0.0141 ( 5.1%) 0.0762 ( 12.5%) 0.0765 ( 2.4%) Type checking and Semantic analysis
0.0423 ( 12.8%) 0.0118 ( 4.3%) 0.0541 ( 8.9%) 0.0544 ( 1.7%) typecheck-decl
0.0410 ( 12.4%) 0.0087 ( 3.1%) 0.0497 ( 8.2%) 0.0497 ( 1.6%) typecheck-expr
0.0011 ( 0.3%) 0.0074 ( 2.7%) 0.0086 ( 1.4%) 0.0410 ( 1.3%) load-stdlib
0.0223 ( 6.7%) 0.0027 ( 1.0%) 0.0250 ( 4.1%) 0.0250 ( 0.8%) typecheck-stmt
0.0158 ( 4.8%) 0.0067 ( 2.4%) 0.0224 ( 3.7%) 0.0234 ( 0.7%) SIL optimization
0.0106 ( 3.2%) 0.0019 ( 0.7%) 0.0125 ( 2.0%) 0.0125 ( 0.4%) precheck-target
0.0091 ( 2.7%) 0.0024 ( 0.9%) 0.0115 ( 1.9%) 0.0115 ( 0.4%) SILGen
0.0066 ( 2.0%) 0.0017 ( 0.6%) 0.0083 ( 1.4%) 0.0084 ( 0.3%) SILGen-function
0.0062 ( 1.9%) 0.0016 ( 0.6%) 0.0077 ( 1.3%) 0.0077 ( 0.2%) build-rewrite-system
0.0024 ( 0.7%) 0.0031 ( 1.1%) 0.0055 ( 0.9%) 0.0062 ( 0.2%) Serialization, swiftmodule
0.0025 ( 0.8%) 0.0028 ( 1.0%) 0.0053 ( 0.9%) 0.0054 ( 0.2%) import-clang-decl
0.0023 ( 0.7%) 0.0012 ( 0.4%) 0.0035 ( 0.6%) 0.0038 ( 0.1%) Serialization, swiftdoc
0.0014 ( 0.4%) 0.0003 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.1%) typecheck-expr-pattern
0.0014 ( 0.4%) 0.0002 ( 0.1%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) Serialization, swiftsourceinfo
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.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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.3306 (100.0%) 0.2777 (100.0%) 0.6083 (100.0%) 3.1742 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2642 seconds (1.5644 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1273 (100.0%) 0.1369 (100.0%) 0.2642 (100.0%) 1.5644 (100.0%) Building Target
0.1273 (100.0%) 0.1369 (100.0%) 0.2642 (100.0%) 1.5644 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ BailliePSW.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BailliePSW.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/resource_bundle_accessor.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/BailliePSW.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911515146854-swift-frontend-BigInt-resource_bundle_accessor.swift-arm64_apple_xros1.0-o-Onone-564777427.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.7416 seconds (3.0188 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8794 ( 44.0%) 0.3379 ( 45.5%) 1.2174 ( 44.4%) 1.3308 ( 44.1%) parse-and-resolve-imports
0.8786 ( 44.0%) 0.3367 ( 45.3%) 1.2152 ( 44.3%) 1.3235 ( 43.8%) Import resolution
0.0768 ( 3.8%) 0.0156 ( 2.1%) 0.0924 ( 3.4%) 0.0925 ( 3.1%) build-rewrite-system
0.0011 ( 0.1%) 0.0072 ( 1.0%) 0.0083 ( 0.3%) 0.0452 ( 1.5%) load-stdlib
0.0300 ( 1.5%) 0.0078 ( 1.1%) 0.0378 ( 1.4%) 0.0419 ( 1.4%) perform-sema
0.0299 ( 1.5%) 0.0078 ( 1.0%) 0.0377 ( 1.4%) 0.0418 ( 1.4%) Type checking and Semantic analysis
0.0245 ( 1.2%) 0.0051 ( 0.7%) 0.0296 ( 1.1%) 0.0300 ( 1.0%) typecheck-expr
0.0184 ( 0.9%) 0.0066 ( 0.9%) 0.0250 ( 0.9%) 0.0288 ( 1.0%) typecheck-decl
0.0112 ( 0.6%) 0.0081 ( 1.1%) 0.0193 ( 0.7%) 0.0238 ( 0.8%) import-clang-decl
0.0143 ( 0.7%) 0.0013 ( 0.2%) 0.0156 ( 0.6%) 0.0158 ( 0.5%) typecheck-stmt
0.0123 ( 0.6%) 0.0024 ( 0.3%) 0.0147 ( 0.5%) 0.0150 ( 0.5%) precheck-target
0.0053 ( 0.3%) 0.0031 ( 0.4%) 0.0084 ( 0.3%) 0.0084 ( 0.3%) IRGen
0.0046 ( 0.2%) 0.0015 ( 0.2%) 0.0062 ( 0.2%) 0.0068 ( 0.2%) SILGen
0.0040 ( 0.2%) 0.0014 ( 0.2%) 0.0054 ( 0.2%) 0.0060 ( 0.2%) SILGen-function
0.0056 ( 0.3%) 0.0003 ( 0.0%) 0.0059 ( 0.2%) 0.0060 ( 0.2%) SIL optimization
0.0013 ( 0.1%) 0.0001 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) typecheck-for-each
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.9983 (100.0%) 0.7433 (100.0%) 2.7416 (100.0%) 3.0188 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4153 seconds (2.5925 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7341 (100.0%) 0.6812 (100.0%) 2.4153 (100.0%) 2.5925 (100.0%) Building Target
1.7341 (100.0%) 0.6812 (100.0%) 2.4153 (100.0%) 2.5925 (100.0%) Total
SwiftCompile normal arm64 Compiling\ FFT.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/Sources/BigInt/FFT.swift (in target 'BigInt' from project 'BigInt')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj/.stats/stats-1776911515145044-swift-frontend-BigInt-FFT.swift-arm64_apple_xros1.0-o-Onone-2971745187.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6683 seconds (3.1469 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0213 ( 5.5%) 0.1043 ( 37.3%) 0.1256 ( 18.8%) 1.3491 ( 42.9%) parse-and-resolve-imports
0.0204 ( 5.3%) 0.1035 ( 37.0%) 0.1238 ( 18.5%) 1.3474 ( 42.8%) Import resolution
0.0626 ( 16.1%) 0.0103 ( 3.7%) 0.0729 ( 10.9%) 0.0733 ( 2.3%) perform-sema
0.0626 ( 16.1%) 0.0103 ( 3.7%) 0.0729 ( 10.9%) 0.0733 ( 2.3%) Type checking and Semantic analysis
0.0581 ( 15.0%) 0.0081 ( 2.9%) 0.0662 ( 9.9%) 0.0662 ( 2.1%) typecheck-stmt
0.0558 ( 14.4%) 0.0077 ( 2.7%) 0.0634 ( 9.5%) 0.0634 ( 2.0%) typecheck-expr
0.0419 ( 10.8%) 0.0161 ( 5.8%) 0.0581 ( 8.7%) 0.0580 ( 1.8%) build-rewrite-system
0.0011 ( 0.3%) 0.0082 ( 2.9%) 0.0094 ( 1.4%) 0.0395 ( 1.3%) load-stdlib
0.0204 ( 5.2%) 0.0046 ( 1.6%) 0.0249 ( 3.7%) 0.0253 ( 0.8%) typecheck-decl
0.0146 ( 3.8%) 0.0012 ( 0.4%) 0.0158 ( 2.4%) 0.0158 ( 0.5%) precheck-target
0.0120 ( 3.1%) 0.0002 ( 0.1%) 0.0122 ( 1.8%) 0.0123 ( 0.4%) SIL optimization
0.0059 ( 1.5%) 0.0031 ( 1.1%) 0.0089 ( 1.3%) 0.0089 ( 0.3%) IRGen
0.0050 ( 1.3%) 0.0006 ( 0.2%) 0.0056 ( 0.8%) 0.0056 ( 0.2%) SILGen
0.0045 ( 1.2%) 0.0006 ( 0.2%) 0.0051 ( 0.8%) 0.0051 ( 0.2%) SILGen-function
0.0007 ( 0.2%) 0.0011 ( 0.4%) 0.0019 ( 0.3%) 0.0019 ( 0.1%) import-clang-decl
0.0011 ( 0.3%) 0.0000 ( 0.0%) 0.0011 ( 0.2%) 0.0011 ( 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.3884 (100.0%) 0.2799 (100.0%) 0.6683 (100.0%) 3.1469 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6336 seconds (1.8898 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4471 (100.0%) 0.1865 (100.0%) 0.6336 (100.0%) 1.8898 (100.0%) Building Target
0.4471 (100.0%) 0.1865 (100.0%) 0.6336 (100.0%) 1.8898 (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\ 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-1776911515145701-swift-frontend-BigInt-BigFrac.swift-arm64_apple_xros1.0-o-Onone-1543069918.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.0212 seconds (6.0288 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0221 ( 0.9%) 0.1010 ( 21.9%) 0.1230 ( 4.1%) 1.6052 ( 26.6%) parse-and-resolve-imports
0.0215 ( 0.8%) 0.1000 ( 21.7%) 0.1215 ( 4.0%) 1.6037 ( 26.6%) Import resolution
0.5810 ( 22.7%) 0.0575 ( 12.5%) 0.6385 ( 21.1%) 0.6406 ( 10.6%) perform-sema
0.5808 ( 22.7%) 0.0574 ( 12.5%) 0.6382 ( 21.1%) 0.6404 ( 10.6%) Type checking and Semantic analysis
0.5392 ( 21.1%) 0.0510 ( 11.1%) 0.5903 ( 19.5%) 0.5923 ( 9.8%) typecheck-stmt
0.4065 ( 15.9%) 0.0411 ( 8.9%) 0.4475 ( 14.8%) 0.4489 ( 7.4%) typecheck-expr
0.1356 ( 5.3%) 0.0172 ( 3.7%) 0.1528 ( 5.1%) 0.1533 ( 2.5%) typecheck-decl
0.0992 ( 3.9%) 0.0040 ( 0.9%) 0.1032 ( 3.4%) 0.1038 ( 1.7%) precheck-target
0.0396 ( 1.5%) 0.0049 ( 1.1%) 0.0445 ( 1.5%) 0.0445 ( 0.7%) SILGen
0.0011 ( 0.0%) 0.0081 ( 1.8%) 0.0093 ( 0.3%) 0.0438 ( 0.7%) load-stdlib
0.0415 ( 1.6%) 0.0005 ( 0.1%) 0.0421 ( 1.4%) 0.0421 ( 0.7%) SIL optimization
0.0346 ( 1.3%) 0.0036 ( 0.8%) 0.0382 ( 1.3%) 0.0382 ( 0.6%) SILGen-function
0.0296 ( 1.2%) 0.0057 ( 1.2%) 0.0354 ( 1.2%) 0.0354 ( 0.6%) IRGen
0.0132 ( 0.5%) 0.0044 ( 1.0%) 0.0176 ( 0.6%) 0.0176 ( 0.3%) build-rewrite-system
0.0099 ( 0.4%) 0.0005 ( 0.1%) 0.0104 ( 0.3%) 0.0104 ( 0.2%) typecheck-for-each
0.0022 ( 0.1%) 0.0032 ( 0.7%) 0.0054 ( 0.2%) 0.0054 ( 0.1%) import-clang-decl
0.0025 ( 0.1%) 0.0004 ( 0.1%) 0.0029 ( 0.1%) 0.0029 ( 0.0%) typecheck-expr-pattern
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%) 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%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.5605 (100.0%) 0.4607 (100.0%) 3.0212 (100.0%) 6.0288 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2457 seconds (2.7657 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0397 (100.0%) 0.2060 (100.0%) 1.2457 (100.0%) 2.7657 (100.0%) Building Target
1.0397 (100.0%) 0.2060 (100.0%) 1.2457 (100.0%) 2.7657 (100.0%) Total
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-1776911516771176-swift-frontend-BigInt-Limbs.swift-arm64_apple_xros1.0-o-Onone-3132434246.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9095 seconds (0.9155 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1621 ( 20.9%) 0.0205 ( 15.2%) 0.1826 ( 20.1%) 0.1839 ( 20.1%) perform-sema
0.1619 ( 20.9%) 0.0204 ( 15.2%) 0.1824 ( 20.1%) 0.1837 ( 20.1%) Type checking and Semantic analysis
0.1531 ( 19.8%) 0.0189 ( 14.1%) 0.1720 ( 18.9%) 0.1733 ( 18.9%) typecheck-stmt
0.1376 ( 17.8%) 0.0162 ( 12.1%) 0.1539 ( 16.9%) 0.1551 ( 16.9%) typecheck-expr
0.0200 ( 2.6%) 0.0201 ( 15.0%) 0.0402 ( 4.4%) 0.0402 ( 4.4%) parse-and-resolve-imports
0.0190 ( 2.4%) 0.0190 ( 14.1%) 0.0380 ( 4.2%) 0.0381 ( 4.2%) Import resolution
0.0271 ( 3.5%) 0.0045 ( 3.4%) 0.0316 ( 3.5%) 0.0317 ( 3.5%) typecheck-decl
0.0270 ( 3.5%) 0.0026 ( 1.9%) 0.0296 ( 3.3%) 0.0300 ( 3.3%) precheck-target
0.0198 ( 2.6%) 0.0002 ( 0.2%) 0.0201 ( 2.2%) 0.0201 ( 2.2%) SIL optimization
0.0139 ( 1.8%) 0.0018 ( 1.4%) 0.0157 ( 1.7%) 0.0158 ( 1.7%) SILGen
0.0126 ( 1.6%) 0.0016 ( 1.2%) 0.0142 ( 1.6%) 0.0143 ( 1.6%) SILGen-function
0.0097 ( 1.3%) 0.0031 ( 2.3%) 0.0128 ( 1.4%) 0.0128 ( 1.4%) IRGen
0.0080 ( 1.0%) 0.0028 ( 2.1%) 0.0107 ( 1.2%) 0.0108 ( 1.2%) build-rewrite-system
0.0010 ( 0.1%) 0.0016 ( 1.2%) 0.0026 ( 0.3%) 0.0026 ( 0.3%) load-stdlib
0.0012 ( 0.2%) 0.0003 ( 0.2%) 0.0015 ( 0.2%) 0.0015 ( 0.2%) typecheck-for-each
0.0004 ( 0.1%) 0.0007 ( 0.5%) 0.0011 ( 0.1%) 0.0011 ( 0.1%) import-clang-decl
0.0005 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.7751 (100.0%) 0.1344 (100.0%) 0.9095 (100.0%) 0.9155 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4183 seconds (0.4227 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3502 (100.0%) 0.0681 (100.0%) 0.4183 (100.0%) 0.4227 (100.0%) Building Target
0.3502 (100.0%) 0.0681 (100.0%) 0.4183 (100.0%) 0.4227 (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
SwiftDriverJobDiscovery normal arm64 Emitting module for BigInt (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation\ Requirements BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ToomCook.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Factorial.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling CRT.swift, ExpMod.swift (in target 'BigInt' from project 'BigInt')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BigInt-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FFT.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros2.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling BitSieve.swift, BurnikelZiegler.swift (in target 'BigInt' from project 'BigInt')
SwiftDriverJobDiscovery normal arm64 Compiling Karatsuba.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1Boolean.swift,\ InputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Boolean.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/InputStream.swift (in target 'ASN1' from project 'ASN1')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911517145052-swift-frontend-ASN1-ASN1Boolean.swift-arm64_apple_xros2.4-o-Onone-4065259392.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2482 seconds (2.9069 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0181 ( 10.3%) 0.0166 ( 22.9%) 0.0347 ( 14.0%) 1.3451 ( 46.3%) parse-and-resolve-imports
0.0176 ( 10.0%) 0.0159 ( 22.0%) 0.0335 ( 13.5%) 1.3439 ( 46.2%) Import resolution
0.0012 ( 0.7%) 0.0030 ( 4.2%) 0.0042 ( 1.7%) 0.0421 ( 1.4%) load-stdlib
0.0285 ( 16.2%) 0.0078 ( 10.7%) 0.0363 ( 14.6%) 0.0363 ( 1.2%) perform-sema
0.0284 ( 16.2%) 0.0077 ( 10.7%) 0.0362 ( 14.6%) 0.0362 ( 1.2%) Type checking and Semantic analysis
0.0180 ( 10.2%) 0.0044 ( 6.1%) 0.0224 ( 9.0%) 0.0224 ( 0.8%) typecheck-stmt
0.0155 ( 8.8%) 0.0036 ( 5.0%) 0.0191 ( 7.7%) 0.0191 ( 0.7%) typecheck-expr
0.0121 ( 6.9%) 0.0038 ( 5.2%) 0.0159 ( 6.4%) 0.0159 ( 0.5%) typecheck-decl
0.0111 ( 6.3%) 0.0029 ( 3.9%) 0.0139 ( 5.6%) 0.0139 ( 0.5%) build-rewrite-system
0.0062 ( 3.6%) 0.0010 ( 1.4%) 0.0073 ( 2.9%) 0.0073 ( 0.3%) SILGen
0.0044 ( 2.5%) 0.0024 ( 3.4%) 0.0068 ( 2.7%) 0.0068 ( 0.2%) IRGen
0.0048 ( 2.7%) 0.0008 ( 1.1%) 0.0056 ( 2.3%) 0.0056 ( 0.2%) precheck-target
0.0053 ( 3.0%) 0.0000 ( 0.0%) 0.0054 ( 2.2%) 0.0054 ( 0.2%) SIL optimization
0.0018 ( 1.0%) 0.0018 ( 2.6%) 0.0036 ( 1.5%) 0.0036 ( 0.1%) import-clang-decl
0.0026 ( 1.5%) 0.0005 ( 0.7%) 0.0031 ( 1.2%) 0.0031 ( 0.1%) SILGen-function
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1758 (100.0%) 0.0724 (100.0%) 0.2482 (100.0%) 2.9069 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3222 seconds (1.6719 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2453 (100.0%) 0.0769 (100.0%) 0.3222 (100.0%) 1.6719 (100.0%) Building Target
0.2453 (100.0%) 0.0769 (100.0%) 0.3222 (100.0%) 1.6719 (100.0%) Total
SwiftCompile normal arm64 Compiling\ ASN1UTCTime.swift,\ ASN1.swift,\ ASN1Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1UTCTime.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1UTCTime.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
public static let NULL = ASN1Null()
^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
public class ASN1Null: ASN1, CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: note: add '@MainActor' to make static property 'NULL' part of global actor 'MainActor'
public static let NULL = ASN1Null()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let NULL = ASN1Null()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ZERO = ASN1Integer(BInt.ZERO)
^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:16:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
public class ASN1Integer: ASN1, CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: note: add '@MainActor' to make static property 'ZERO' part of global actor 'MainActor'
public static let ZERO = ASN1Integer(BInt.ZERO)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ZERO = ASN1Integer(BInt.ZERO)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ONE = ASN1Integer(BInt.ONE)
^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:16:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
public class ASN1Integer: ASN1, CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: note: add '@MainActor' to make static property 'ONE' part of global actor 'MainActor'
public static let ONE = ASN1Integer(BInt.ONE)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ONE = ASN1Integer(BInt.ONE)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911517144061-swift-frontend-ASN1-ASN1UTCTime.swift-arm64_apple_xros2.4-o-Onone-563597848.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.4702 seconds (3.4707 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9716 ( 35.0%) 0.2973 ( 42.6%) 1.2689 ( 36.6%) 1.2687 ( 36.6%) parse-and-resolve-imports
0.9713 ( 35.0%) 0.2971 ( 42.6%) 1.2684 ( 36.6%) 1.2682 ( 36.5%) Import resolution
0.1988 ( 7.2%) 0.0237 ( 3.4%) 0.2225 ( 6.4%) 0.2225 ( 6.4%) perform-sema
0.1986 ( 7.2%) 0.0237 ( 3.4%) 0.2223 ( 6.4%) 0.2223 ( 6.4%) Type checking and Semantic analysis
0.1832 ( 6.6%) 0.0214 ( 3.1%) 0.2046 ( 5.9%) 0.2046 ( 5.9%) typecheck-stmt
0.1277 ( 4.6%) 0.0146 ( 2.1%) 0.1424 ( 4.1%) 0.1424 ( 4.1%) typecheck-expr
0.0206 ( 0.7%) 0.0005 ( 0.1%) 0.0210 ( 0.6%) 0.0210 ( 0.6%) precheck-target
0.0168 ( 0.6%) 0.0026 ( 0.4%) 0.0195 ( 0.6%) 0.0195 ( 0.6%) typecheck-decl
0.0107 ( 0.4%) 0.0075 ( 1.1%) 0.0182 ( 0.5%) 0.0191 ( 0.5%) load-stdlib
0.0181 ( 0.7%) 0.0001 ( 0.0%) 0.0182 ( 0.5%) 0.0183 ( 0.5%) SIL optimization
0.0141 ( 0.5%) 0.0027 ( 0.4%) 0.0168 ( 0.5%) 0.0168 ( 0.5%) IRGen
0.0147 ( 0.5%) 0.0012 ( 0.2%) 0.0159 ( 0.5%) 0.0159 ( 0.5%) SILGen
0.0108 ( 0.4%) 0.0008 ( 0.1%) 0.0116 ( 0.3%) 0.0116 ( 0.3%) SILGen-function
0.0096 ( 0.3%) 0.0011 ( 0.2%) 0.0107 ( 0.3%) 0.0107 ( 0.3%) build-rewrite-system
0.0021 ( 0.1%) 0.0023 ( 0.3%) 0.0045 ( 0.1%) 0.0045 ( 0.1%) import-clang-decl
0.0021 ( 0.1%) 0.0004 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.1%) typecheck-for-each
0.0018 ( 0.1%) 0.0002 ( 0.0%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-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
2.7729 (100.0%) 0.6973 (100.0%) 3.4702 (100.0%) 3.4707 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6979 seconds (1.6996 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3461 (100.0%) 0.3518 (100.0%) 1.6979 (100.0%) 1.6996 (100.0%) Building Target
1.3461 (100.0%) 0.3518 (100.0%) 1.6979 (100.0%) 1.6996 (100.0%) Total
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-1776911517149964-swift-frontend-ASN1-ASN1OctetString.swift-arm64_apple_xros2.4-o-Onone-4077544585.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4819 seconds (2.9920 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0180 ( 4.5%) 0.0140 ( 16.7%) 0.0320 ( 6.6%) 1.2806 ( 42.8%) parse-and-resolve-imports
0.0175 ( 4.4%) 0.0135 ( 16.1%) 0.0310 ( 6.4%) 1.2796 ( 42.8%) Import resolution
0.0782 ( 19.6%) 0.0110 ( 13.2%) 0.0892 ( 18.5%) 0.0892 ( 3.0%) perform-sema
0.0780 ( 19.6%) 0.0110 ( 13.2%) 0.0890 ( 18.5%) 0.0890 ( 3.0%) Type checking and Semantic analysis
0.0673 ( 16.9%) 0.0081 ( 9.7%) 0.0754 ( 15.6%) 0.0754 ( 2.5%) typecheck-stmt
0.0659 ( 16.6%) 0.0079 ( 9.4%) 0.0738 ( 15.3%) 0.0738 ( 2.5%) typecheck-expr
0.0191 ( 4.8%) 0.0058 ( 7.0%) 0.0249 ( 5.2%) 0.0249 ( 0.8%) typecheck-decl
0.0011 ( 0.3%) 0.0016 ( 1.9%) 0.0027 ( 0.6%) 0.0156 ( 0.5%) load-stdlib
0.0098 ( 2.5%) 0.0023 ( 2.8%) 0.0122 ( 2.5%) 0.0122 ( 0.4%) build-rewrite-system
0.0110 ( 2.8%) 0.0009 ( 1.1%) 0.0119 ( 2.5%) 0.0119 ( 0.4%) precheck-target
0.0080 ( 2.0%) 0.0031 ( 3.8%) 0.0112 ( 2.3%) 0.0112 ( 0.4%) IRGen
0.0087 ( 2.2%) 0.0010 ( 1.2%) 0.0097 ( 2.0%) 0.0097 ( 0.3%) SILGen
0.0072 ( 1.8%) 0.0001 ( 0.1%) 0.0073 ( 1.5%) 0.0073 ( 0.2%) SIL optimization
0.0051 ( 1.3%) 0.0005 ( 0.6%) 0.0056 ( 1.2%) 0.0056 ( 0.2%) SILGen-function
0.0016 ( 0.4%) 0.0024 ( 2.9%) 0.0040 ( 0.8%) 0.0040 ( 0.1%) import-clang-decl
0.0016 ( 0.4%) 0.0002 ( 0.2%) 0.0017 ( 0.4%) 0.0017 ( 0.1%) typecheck-for-each
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3984 (100.0%) 0.0835 (100.0%) 0.4819 (100.0%) 2.9920 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4056 seconds (1.6683 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3266 (100.0%) 0.0790 (100.0%) 0.4056 (100.0%) 1.6683 (100.0%) Building Target
0.3266 (100.0%) 0.0790 (100.0%) 0.4056 (100.0%) 1.6683 (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
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-1776911517151933-swift-frontend-ASN1-all-arm64_apple_xros2.4-swiftmodule-Onone-2926899230.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2189 seconds (3.4889 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0214 ( 15.6%) 0.0265 ( 32.5%) 0.0479 ( 21.9%) 1.6765 ( 48.1%) parse-and-resolve-imports
0.0207 ( 15.1%) 0.0258 ( 31.7%) 0.0466 ( 21.3%) 1.6752 ( 48.0%) Import resolution
0.0227 ( 16.5%) 0.0070 ( 8.6%) 0.0297 ( 13.6%) 0.0299 ( 0.9%) perform-sema
0.0225 ( 16.4%) 0.0068 ( 8.3%) 0.0293 ( 13.4%) 0.0293 ( 0.8%) Type checking and Semantic analysis
0.0218 ( 15.8%) 0.0065 ( 8.0%) 0.0282 ( 12.9%) 0.0282 ( 0.8%) typecheck-decl
0.0010 ( 0.7%) 0.0013 ( 1.6%) 0.0022 ( 1.0%) 0.0148 ( 0.4%) load-stdlib
0.0075 ( 5.4%) 0.0018 ( 2.2%) 0.0093 ( 4.2%) 0.0093 ( 0.3%) SILGen
0.0074 ( 5.4%) 0.0016 ( 2.0%) 0.0090 ( 4.1%) 0.0090 ( 0.3%) SIL optimization
0.0036 ( 2.6%) 0.0011 ( 1.4%) 0.0047 ( 2.1%) 0.0047 ( 0.1%) build-rewrite-system
0.0015 ( 1.1%) 0.0018 ( 2.2%) 0.0033 ( 1.5%) 0.0033 ( 0.1%) import-clang-decl
0.0026 ( 1.9%) 0.0004 ( 0.4%) 0.0029 ( 1.3%) 0.0029 ( 0.1%) SILGen-function
0.0017 ( 1.2%) 0.0003 ( 0.4%) 0.0020 ( 0.9%) 0.0020 ( 0.1%) typecheck-expr
0.0012 ( 0.9%) 0.0002 ( 0.3%) 0.0014 ( 0.6%) 0.0014 ( 0.0%) Serialization, swiftmodule
0.0009 ( 0.7%) 0.0001 ( 0.1%) 0.0010 ( 0.4%) 0.0010 ( 0.0%) Serialization, swiftdoc
0.0005 ( 0.4%) 0.0001 ( 0.1%) 0.0006 ( 0.3%) 0.0006 ( 0.0%) Serialization, swiftsourceinfo
0.0003 ( 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.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
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%) 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.1375 (100.0%) 0.0813 (100.0%) 0.2189 (100.0%) 3.4889 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1091 seconds (1.7505 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0681 (100.0%) 0.0410 (100.0%) 0.1091 (100.0%) 1.7505 (100.0%) Building Target
0.0681 (100.0%) 0.0410 (100.0%) 0.1091 (100.0%) 1.7505 (100.0%) Total
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-1776911517145879-swift-frontend-ASN1-ASN1Sequence.swift-arm64_apple_xros2.4-o-Onone-3223000692.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2265 seconds (3.2571 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 12.8%) 0.0197 ( 27.0%) 0.0394 ( 17.4%) 1.5381 ( 47.2%) parse-and-resolve-imports
0.0191 ( 12.4%) 0.0187 ( 25.7%) 0.0378 ( 16.7%) 1.5365 ( 47.2%) Import resolution
0.0012 ( 0.8%) 0.0029 ( 4.0%) 0.0041 ( 1.8%) 0.0373 ( 1.1%) load-stdlib
0.0229 ( 14.9%) 0.0066 ( 9.0%) 0.0294 ( 13.0%) 0.0294 ( 0.9%) perform-sema
0.0228 ( 14.8%) 0.0065 ( 9.0%) 0.0293 ( 12.9%) 0.0293 ( 0.9%) Type checking and Semantic analysis
0.0164 ( 10.7%) 0.0051 ( 7.0%) 0.0214 ( 9.5%) 0.0214 ( 0.7%) typecheck-decl
0.0108 ( 7.0%) 0.0028 ( 3.8%) 0.0136 ( 6.0%) 0.0136 ( 0.4%) typecheck-stmt
0.0091 ( 5.9%) 0.0021 ( 2.9%) 0.0112 ( 4.9%) 0.0112 ( 0.3%) typecheck-expr
0.0058 ( 3.8%) 0.0028 ( 3.9%) 0.0086 ( 3.8%) 0.0086 ( 0.3%) IRGen
0.0066 ( 4.3%) 0.0019 ( 2.6%) 0.0085 ( 3.8%) 0.0085 ( 0.3%) build-rewrite-system
0.0057 ( 3.7%) 0.0008 ( 1.1%) 0.0065 ( 2.9%) 0.0065 ( 0.2%) SILGen
0.0053 ( 3.4%) 0.0001 ( 0.1%) 0.0053 ( 2.3%) 0.0053 ( 0.2%) SIL optimization
0.0042 ( 2.8%) 0.0010 ( 1.4%) 0.0052 ( 2.3%) 0.0052 ( 0.2%) precheck-target
0.0012 ( 0.8%) 0.0017 ( 2.3%) 0.0029 ( 1.3%) 0.0029 ( 0.1%) import-clang-decl
0.0024 ( 1.6%) 0.0003 ( 0.4%) 0.0027 ( 1.2%) 0.0027 ( 0.1%) SILGen-function
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 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%) get-conformance-access-path
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.1536 (100.0%) 0.0729 (100.0%) 0.2265 (100.0%) 3.2571 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1777 seconds (1.7107 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1284 (100.0%) 0.0492 (100.0%) 0.1777 (100.0%) 1.7107 (100.0%) Building Target
0.1284 (100.0%) 0.0492 (100.0%) 0.1777 (100.0%) 1.7107 (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
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-1776911517145793-swift-frontend-ASN1-ASN1Null.swift-arm64_apple_xros2.4-o-Onone-1569109614.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1684 seconds (2.7563 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0169 ( 14.8%) 0.0141 ( 26.2%) 0.0310 ( 18.4%) 1.3096 ( 47.5%) parse-and-resolve-imports
0.0164 ( 14.4%) 0.0136 ( 25.2%) 0.0301 ( 17.8%) 1.3086 ( 47.5%) Import resolution
0.0012 ( 1.0%) 0.0030 ( 5.6%) 0.0042 ( 2.5%) 0.0351 ( 1.3%) load-stdlib
0.0173 ( 15.2%) 0.0052 ( 9.7%) 0.0226 ( 13.4%) 0.0226 ( 0.8%) perform-sema
0.0172 ( 15.1%) 0.0052 ( 9.6%) 0.0224 ( 13.3%) 0.0224 ( 0.8%) Type checking and Semantic analysis
0.0094 ( 8.2%) 0.0030 ( 5.5%) 0.0124 ( 7.3%) 0.0124 ( 0.4%) typecheck-decl
0.0074 ( 6.5%) 0.0021 ( 3.9%) 0.0095 ( 5.6%) 0.0095 ( 0.3%) typecheck-stmt
0.0060 ( 5.3%) 0.0016 ( 3.0%) 0.0076 ( 4.5%) 0.0077 ( 0.3%) build-rewrite-system
0.0046 ( 4.0%) 0.0026 ( 4.8%) 0.0072 ( 4.3%) 0.0072 ( 0.3%) IRGen
0.0049 ( 4.3%) 0.0001 ( 0.1%) 0.0050 ( 3.0%) 0.0050 ( 0.2%) SIL optimization
0.0042 ( 3.7%) 0.0006 ( 1.1%) 0.0048 ( 2.9%) 0.0048 ( 0.2%) SILGen
0.0035 ( 3.1%) 0.0008 ( 1.5%) 0.0043 ( 2.6%) 0.0043 ( 0.2%) precheck-target
0.0025 ( 2.2%) 0.0005 ( 0.9%) 0.0031 ( 1.8%) 0.0031 ( 0.1%) typecheck-expr
0.0010 ( 0.9%) 0.0013 ( 2.4%) 0.0023 ( 1.4%) 0.0023 ( 0.1%) import-clang-decl
0.0015 ( 1.3%) 0.0002 ( 0.4%) 0.0017 ( 1.0%) 0.0017 ( 0.1%) SILGen-function
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, 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%) 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.1144 (100.0%) 0.0541 (100.0%) 0.1684 (100.0%) 2.7563 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3593 seconds (1.6707 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2702 (100.0%) 0.0891 (100.0%) 0.3593 (100.0%) 1.6707 (100.0%) Building Target
0.2702 (100.0%) 0.0891 (100.0%) 0.3593 (100.0%) 1.6707 (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
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-1776911517251358-swift-frontend-ASN1-ASN1SimpleType.swift-arm64_apple_xros2.4-o-Onone-1072984121.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1867 seconds (2.6527 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0186 ( 15.0%) 0.0176 ( 28.3%) 0.0362 ( 19.4%) 1.2692 ( 47.8%) parse-and-resolve-imports
0.0181 ( 14.5%) 0.0170 ( 27.4%) 0.0351 ( 18.8%) 1.2680 ( 47.8%) Import resolution
0.0186 ( 15.0%) 0.0058 ( 9.4%) 0.0245 ( 13.1%) 0.0245 ( 0.9%) perform-sema
0.0185 ( 14.9%) 0.0058 ( 9.4%) 0.0243 ( 13.0%) 0.0244 ( 0.9%) Type checking and Semantic analysis
0.0097 ( 7.8%) 0.0034 ( 5.5%) 0.0131 ( 7.0%) 0.0131 ( 0.5%) typecheck-decl
0.0083 ( 6.7%) 0.0023 ( 3.8%) 0.0106 ( 5.7%) 0.0106 ( 0.4%) typecheck-stmt
0.0062 ( 5.0%) 0.0018 ( 2.9%) 0.0080 ( 4.3%) 0.0080 ( 0.3%) build-rewrite-system
0.0062 ( 5.0%) 0.0016 ( 2.7%) 0.0079 ( 4.2%) 0.0079 ( 0.3%) typecheck-expr
0.0041 ( 3.3%) 0.0021 ( 3.3%) 0.0061 ( 3.3%) 0.0061 ( 0.2%) IRGen
0.0050 ( 4.0%) 0.0000 ( 0.1%) 0.0050 ( 2.7%) 0.0050 ( 0.2%) SIL optimization
0.0042 ( 3.3%) 0.0007 ( 1.2%) 0.0049 ( 2.6%) 0.0049 ( 0.2%) SILGen
0.0038 ( 3.0%) 0.0009 ( 1.5%) 0.0047 ( 2.5%) 0.0047 ( 0.2%) precheck-target
0.0010 ( 0.8%) 0.0015 ( 2.4%) 0.0025 ( 1.3%) 0.0025 ( 0.1%) load-stdlib
0.0010 ( 0.8%) 0.0012 ( 1.9%) 0.0022 ( 1.2%) 0.0022 ( 0.1%) import-clang-decl
0.0012 ( 1.0%) 0.0002 ( 0.3%) 0.0014 ( 0.8%) 0.0014 ( 0.1%) SILGen-function
0.0002 ( 0.1%) 0.0000 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1246 (100.0%) 0.0621 (100.0%) 0.1867 (100.0%) 2.6527 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3306 seconds (1.5649 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2497 (100.0%) 0.0810 (100.0%) 0.3306 (100.0%) 1.5649 (100.0%) Building Target
0.2497 (100.0%) 0.0810 (100.0%) 0.3306 (100.0%) 1.5649 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1SimpleType.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Limbs.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ 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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911517257887-swift-frontend-ASN1-ASN1Time.swift-arm64_apple_xros2.4-o-Onone-3330669359.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2542 seconds (3.3544 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0218 ( 13.4%) 0.0260 ( 28.5%) 0.0478 ( 18.8%) 1.5977 ( 47.6%) parse-and-resolve-imports
0.0213 ( 13.1%) 0.0254 ( 27.9%) 0.0467 ( 18.4%) 1.5966 ( 47.6%) Import resolution
0.0239 ( 14.6%) 0.0075 ( 8.2%) 0.0314 ( 12.3%) 0.0314 ( 0.9%) perform-sema
0.0238 ( 14.6%) 0.0075 ( 8.2%) 0.0313 ( 12.3%) 0.0313 ( 0.9%) Type checking and Semantic analysis
0.0153 ( 9.4%) 0.0052 ( 5.7%) 0.0205 ( 8.0%) 0.0205 ( 0.6%) typecheck-decl
0.0141 ( 8.6%) 0.0044 ( 4.8%) 0.0185 ( 7.3%) 0.0186 ( 0.6%) typecheck-stmt
0.0111 ( 6.8%) 0.0034 ( 3.7%) 0.0145 ( 5.7%) 0.0146 ( 0.4%) typecheck-expr
0.0058 ( 3.5%) 0.0036 ( 3.9%) 0.0093 ( 3.7%) 0.0093 ( 0.3%) IRGen
0.0063 ( 3.9%) 0.0016 ( 1.8%) 0.0079 ( 3.1%) 0.0079 ( 0.2%) build-rewrite-system
0.0059 ( 3.6%) 0.0002 ( 0.3%) 0.0061 ( 2.4%) 0.0061 ( 0.2%) SIL optimization
0.0024 ( 1.5%) 0.0032 ( 3.5%) 0.0055 ( 2.2%) 0.0056 ( 0.2%) import-clang-decl
0.0041 ( 2.5%) 0.0009 ( 1.0%) 0.0051 ( 2.0%) 0.0051 ( 0.2%) precheck-target
0.0042 ( 2.6%) 0.0006 ( 0.7%) 0.0048 ( 1.9%) 0.0048 ( 0.1%) SILGen
0.0020 ( 1.2%) 0.0003 ( 0.4%) 0.0023 ( 0.9%) 0.0023 ( 0.1%) SILGen-function
0.0010 ( 0.6%) 0.0012 ( 1.4%) 0.0022 ( 0.9%) 0.0022 ( 0.1%) load-stdlib
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1632 (100.0%) 0.0910 (100.0%) 0.2542 (100.0%) 3.3544 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1442 seconds (1.6942 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0957 (100.0%) 0.0485 (100.0%) 0.1442 (100.0%) 1.6942 (100.0%) Building Target
0.0957 (100.0%) 0.0485 (100.0%) 0.1442 (100.0%) 1.6942 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling GCD.swift (in target 'BigInt' from project 'BigInt')
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-1776911517819554-swift-frontend-ASN1-ASN1Set.swift-arm64_apple_xros2.4-o-Onone-1777211709.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2276 seconds (2.0558 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0186 ( 12.2%) 0.0208 ( 27.9%) 0.0394 ( 17.3%) 0.9535 ( 46.4%) parse-and-resolve-imports
0.0180 ( 11.8%) 0.0202 ( 27.1%) 0.0383 ( 16.8%) 0.9523 ( 46.3%) Import resolution
0.0218 ( 14.3%) 0.0061 ( 8.1%) 0.0279 ( 12.3%) 0.0279 ( 1.4%) perform-sema
0.0217 ( 14.2%) 0.0061 ( 8.1%) 0.0278 ( 12.2%) 0.0278 ( 1.4%) Type checking and Semantic analysis
0.0156 ( 10.2%) 0.0051 ( 6.9%) 0.0207 ( 9.1%) 0.0207 ( 1.0%) typecheck-decl
0.0104 ( 6.8%) 0.0022 ( 2.9%) 0.0125 ( 5.5%) 0.0125 ( 0.6%) typecheck-expr
0.0103 ( 6.7%) 0.0021 ( 2.8%) 0.0124 ( 5.4%) 0.0124 ( 0.6%) typecheck-stmt
0.0072 ( 4.7%) 0.0050 ( 6.7%) 0.0122 ( 5.4%) 0.0122 ( 0.6%) IRGen
0.0060 ( 3.9%) 0.0016 ( 2.2%) 0.0076 ( 3.4%) 0.0076 ( 0.4%) build-rewrite-system
0.0066 ( 4.3%) 0.0003 ( 0.5%) 0.0070 ( 3.1%) 0.0070 ( 0.3%) SIL optimization
0.0060 ( 3.9%) 0.0009 ( 1.2%) 0.0069 ( 3.0%) 0.0069 ( 0.3%) SILGen
0.0047 ( 3.1%) 0.0008 ( 1.1%) 0.0055 ( 2.4%) 0.0055 ( 0.3%) precheck-target
0.0035 ( 2.3%) 0.0005 ( 0.7%) 0.0040 ( 1.7%) 0.0040 ( 0.2%) SILGen-function
0.0011 ( 0.7%) 0.0016 ( 2.1%) 0.0026 ( 1.2%) 0.0026 ( 0.1%) import-clang-decl
0.0010 ( 0.6%) 0.0013 ( 1.7%) 0.0023 ( 1.0%) 0.0023 ( 0.1%) load-stdlib
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, 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1530 (100.0%) 0.0746 (100.0%) 0.2276 (100.0%) 2.0558 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1411 seconds (1.0557 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0963 (100.0%) 0.0448 (100.0%) 0.1411 (100.0%) 1.0557 (100.0%) Building Target
0.0963 (100.0%) 0.0448 (100.0%) 0.1411 (100.0%) 1.0557 (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 resource_bundle_accessor.swift, BailliePSW.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64 Compiling\ ASN1GeneralizedTime.swift,\ ASN1Exception.swift,\ ASN1BitString.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1GeneralizedTime.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Exception.swift /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911517971677-swift-frontend-ASN1-ASN1GeneralizedTime.swift-arm64_apple_xros2.4-o-Onone-73727912.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8572 seconds (1.7670 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0169 ( 2.3%) 0.0141 ( 11.2%) 0.0309 ( 3.6%) 0.4859 ( 27.5%) parse-and-resolve-imports
0.0164 ( 2.2%) 0.0135 ( 10.8%) 0.0299 ( 3.5%) 0.4848 ( 27.4%) Import resolution
0.1655 ( 22.6%) 0.0233 ( 18.5%) 0.1887 ( 22.0%) 0.1888 ( 10.7%) perform-sema
0.1653 ( 22.6%) 0.0233 ( 18.5%) 0.1886 ( 22.0%) 0.1886 ( 10.7%) Type checking and Semantic analysis
0.1545 ( 21.1%) 0.0203 ( 16.1%) 0.1748 ( 20.4%) 0.1748 ( 9.9%) typecheck-stmt
0.1488 ( 20.4%) 0.0185 ( 14.7%) 0.1674 ( 19.5%) 0.1674 ( 9.5%) typecheck-expr
0.0134 ( 1.8%) 0.0032 ( 2.5%) 0.0166 ( 1.9%) 0.0166 ( 0.9%) typecheck-decl
0.0120 ( 1.6%) 0.0002 ( 0.1%) 0.0121 ( 1.4%) 0.0121 ( 0.7%) SIL optimization
0.0085 ( 1.2%) 0.0022 ( 1.8%) 0.0108 ( 1.3%) 0.0108 ( 0.6%) build-rewrite-system
0.0076 ( 1.0%) 0.0023 ( 1.8%) 0.0099 ( 1.2%) 0.0099 ( 0.6%) IRGen
0.0072 ( 1.0%) 0.0009 ( 0.8%) 0.0081 ( 0.9%) 0.0081 ( 0.5%) precheck-target
0.0075 ( 1.0%) 0.0005 ( 0.4%) 0.0080 ( 0.9%) 0.0080 ( 0.5%) SILGen
0.0045 ( 0.6%) 0.0002 ( 0.2%) 0.0047 ( 0.5%) 0.0047 ( 0.3%) SILGen-function
0.0014 ( 0.2%) 0.0020 ( 1.6%) 0.0035 ( 0.4%) 0.0035 ( 0.2%) import-clang-decl
0.0009 ( 0.1%) 0.0012 ( 1.0%) 0.0021 ( 0.2%) 0.0021 ( 0.1%) load-stdlib
0.0007 ( 0.1%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.7313 (100.0%) 0.1259 (100.0%) 0.8572 (100.0%) 1.7670 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4192 seconds (0.8762 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3501 (100.0%) 0.0691 (100.0%) 0.4192 (100.0%) 0.8762 (100.0%) Building Target
0.3501 (100.0%) 0.0691 (100.0%) 0.4192 (100.0%) 0.8762 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1GeneralizedTime.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Exception.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling BigFrac.swift, BigInt.swift (in target 'BigInt' from project 'BigInt')
SwiftDriver\ Compilation BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name bigint -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/ASN1.xcodeproj -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ASN1SimpleType.swift, ASN1PrintableString.swift (in target 'ASN1' from project 'ASN1')
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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1776911518889056-swift-frontend-ASN1-ASN1T61String.swift-arm64_apple_xros2.4-o-Onone-2789354416.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2926 seconds (0.2928 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0392 ( 18.1%) 0.0088 ( 11.6%) 0.0480 ( 16.4%) 0.0480 ( 16.4%) perform-sema
0.0390 ( 18.0%) 0.0088 ( 11.6%) 0.0478 ( 16.3%) 0.0478 ( 16.3%) Type checking and Semantic analysis
0.0185 ( 8.6%) 0.0178 ( 23.4%) 0.0363 ( 12.4%) 0.0363 ( 12.4%) parse-and-resolve-imports
0.0179 ( 8.3%) 0.0170 ( 22.4%) 0.0349 ( 11.9%) 0.0349 ( 11.9%) Import resolution
0.0263 ( 12.1%) 0.0045 ( 5.9%) 0.0307 ( 10.5%) 0.0307 ( 10.5%) typecheck-stmt
0.0194 ( 9.0%) 0.0021 ( 2.7%) 0.0215 ( 7.3%) 0.0215 ( 7.3%) typecheck-expr
0.0152 ( 7.0%) 0.0044 ( 5.7%) 0.0196 ( 6.7%) 0.0196 ( 6.7%) typecheck-decl
0.0072 ( 3.3%) 0.0043 ( 5.6%) 0.0115 ( 3.9%) 0.0116 ( 3.9%) IRGen
0.0076 ( 3.5%) 0.0031 ( 4.1%) 0.0107 ( 3.7%) 0.0108 ( 3.7%) build-rewrite-system
0.0072 ( 3.3%) 0.0015 ( 1.9%) 0.0086 ( 2.9%) 0.0086 ( 2.9%) precheck-target
0.0067 ( 3.1%) 0.0001 ( 0.1%) 0.0067 ( 2.3%) 0.0067 ( 2.3%) SIL optimization
0.0060 ( 2.8%) 0.0006 ( 0.8%) 0.0066 ( 2.2%) 0.0066 ( 2.2%) SILGen
0.0013 ( 0.6%) 0.0018 ( 2.4%) 0.0032 ( 1.1%) 0.0032 ( 1.1%) import-clang-decl
0.0030 ( 1.4%) 0.0002 ( 0.2%) 0.0032 ( 1.1%) 0.0032 ( 1.1%) SILGen-function
0.0009 ( 0.4%) 0.0012 ( 1.6%) 0.0021 ( 0.7%) 0.0021 ( 0.7%) load-stdlib
0.0009 ( 0.4%) 0.0000 ( 0.0%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) typecheck-for-each
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2164 (100.0%) 0.0762 (100.0%) 0.2926 (100.0%) 0.2928 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1604 seconds (0.1605 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1185 (100.0%) 0.0419 (100.0%) 0.1604 (100.0%) 0.1605 (100.0%) Building Target
0.1185 (100.0%) 0.0419 (100.0%) 0.1604 (100.0%) 0.1605 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Null.swift, ASN1IA5String.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Boolean.swift, InputStream.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1OctetString.swift, ASN1ObjectIdentifier.swift (in target 'ASN1' from project 'ASN1')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o normal (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1UTCTime.swift, ASN1.swift, ASN1Collection.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1GeneralizedTime.swift, ASN1Exception.swift, ASN1BitString.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Sequence.swift, ASN1BMPString.swift (in target 'ASN1' from project 'ASN1')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Set.swift, ASN1Integer.swift (in target 'ASN1' from project 'ASN1')
ExtractAppIntentsMetadata (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BigInt --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier bigint.BigInt --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/BigInt.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:31:58.962 appintentsmetadataprocessor[782:4408] Starting appintentsmetadataprocessor export
2026-04-22 19:31:59.008 appintentsmetadataprocessor[782:4408] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for ASN1 (in target 'ASN1' from project 'ASN1')
SwiftDriver\ Compilation\ Requirements ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros2.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers/ASN1-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Headers/ASN1-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.abi.json (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftdoc (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftsourceinfo (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Modules/ASN1.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/VerifyModule --target arm64-apple-xros2.4 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o -index-unit-output-path /ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Time.swift, ASN1UTF8String.swift (in target 'ASN1' from project 'ASN1')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/ASN1_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o -index-unit-output-path /ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_vers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/BigInt.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/empty-ASN1.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling ASN1T61String.swift, ASN1Ctx.swift (in target 'ASN1' from project 'ASN1')
SwiftDriver\ Compilation ASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros2.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1-5133fa768d8c5e6f63452afdc67982a7-VFS-xros/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 normal (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros2.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.LinkFileList -install_name @rpath/ASN1.framework/ASN1 -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.swiftmodule -Wl,-no_warn_duplicate_libraries -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-xros/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule
ExtractAppIntentsMetadata (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ASN1 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 2.4 --bundle-identifier org.zeit.asn1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework --target-triple arm64-apple-xros2.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/ASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1.build/Debug-xros/ASN1.build/Objects-normal/arm64/ASN1.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-22 19:31:59.213 appintentsmetadataprocessor[791:4502] Starting appintentsmetadataprocessor export
2026-04-22 19:31:59.215 appintentsmetadataprocessor[791:4502] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/ASN1.framework/ASN1.tbd (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework/ASN1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/ASN1.framework/ASN1.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework (in target 'ASN1' from project 'ASN1')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ASN1.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/BigInt"
}
],
"manifest_display_name" : "ASN1",
"name" : "ASN1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ASN1",
"targets" : [
"ASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASN1Tests",
"module_type" : "SwiftTarget",
"name" : "ASN1Tests",
"path" : "Tests/ASN1Tests",
"sources" : [
"ASN1Tests.swift",
"ErrorTests.swift",
"PerformanceTest.swift"
],
"target_dependencies" : [
"ASN1"
],
"type" : "test"
},
{
"c99name" : "ASN1",
"module_type" : "SwiftTarget",
"name" : "ASN1",
"path" : "Sources/ASN1",
"product_dependencies" : [
"BigInt"
],
"product_memberships" : [
"ASN1"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ASN1.swift",
"ASN1BMPString.swift",
"ASN1BitString.swift",
"ASN1Boolean.swift",
"ASN1Collection.swift",
"ASN1Ctx.swift",
"ASN1Exception.swift",
"ASN1GeneralizedTime.swift",
"ASN1IA5String.swift",
"ASN1Integer.swift",
"ASN1Null.swift",
"ASN1ObjectIdentifier.swift",
"ASN1OctetString.swift",
"ASN1PrintableString.swift",
"ASN1Sequence.swift",
"ASN1Set.swift",
"ASN1SimpleType.swift",
"ASN1T61String.swift",
"ASN1Time.swift",
"ASN1UTCTime.swift",
"ASN1UTF8String.swift",
"InputStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 | ],
11 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 | ],
11 | products: [
Done.