Build Information
Successful build of swift-asn1, reference 1.3.2 (a54383
), with Swift 6.0 for macOS (SPM) on 23 Apr 2025 11:20:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-asn1.git
Reference: 1.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-asn1
* tag 1.3.2 -> FETCH_HEAD
HEAD is now at a54383a add thresholds for Swift 6.1 from 6.0 thresholds (#101)
Cloned https://github.com/apple/swift-asn1.git
Revision (git rev-parse @):
a54383ada6cecde007d374f58f864e29370ba5c3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-asn1.git at 1.3.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-asn1",
"name": "swift-asn1",
"url": "https://github.com/apple/swift-asn1.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
"dependencies": [
]
}
]
}
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2 (a54383a)
warning: '.resolve-product-dependencies': dependency 'swift-asn1' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/swift-asn1.git
https://github.com/apple/swift-asn1.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-asn1",
"name" : "swift-asn1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftASN1",
"targets" : [
"SwiftASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftASN1Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftASN1Tests",
"path" : "Tests/SwiftASN1Tests",
"sources" : [
"ASN1StringTests.swift",
"ASN1Tests.swift",
"GeneralizedTimeTests.swift",
"Test Helper Types/CMSContentInfo.swift",
"Test Helper Types/ECDSASignature.swift",
"Test Helper Types/PKCS8PrivateKey.swift",
"Test Helper Types/SEC1PrivateKey.swift",
"Test Helper Types/SubjectPublicKeyInfo.swift",
"UTCTimeTests.swift"
],
"target_dependencies" : [
"SwiftASN1"
],
"type" : "test"
},
{
"c99name" : "SwiftASN1",
"module_type" : "SwiftTarget",
"name" : "SwiftASN1",
"path" : "Sources/SwiftASN1",
"product_memberships" : [
"SwiftASN1"
],
"sources" : [
"ASN1.swift",
"BER.swift",
"Basic ASN1 Types/ASN1Any.swift",
"Basic ASN1 Types/ASN1BitString.swift",
"Basic ASN1 Types/ASN1Boolean.swift",
"Basic ASN1 Types/ASN1Identifier.swift",
"Basic ASN1 Types/ASN1Integer.swift",
"Basic ASN1 Types/ASN1Null.swift",
"Basic ASN1 Types/ASN1OctetString.swift",
"Basic ASN1 Types/ASN1Strings.swift",
"Basic ASN1 Types/ArraySliceBigint.swift",
"Basic ASN1 Types/GeneralizedTime.swift",
"Basic ASN1 Types/ObjectIdentifier.swift",
"Basic ASN1 Types/PEMDocument.swift",
"Basic ASN1 Types/TimeUtilities.swift",
"Basic ASN1 Types/UTCTime.swift",
"DER.swift",
"Errors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/20] Compiling SwiftASN1 DER.swift
[4/21] Compiling SwiftASN1 ASN1Integer.swift
[5/21] Compiling SwiftASN1 ASN1Null.swift
[6/21] Compiling SwiftASN1 TimeUtilities.swift
[7/21] Compiling SwiftASN1 UTCTime.swift
[8/21] Compiling SwiftASN1 ArraySliceBigint.swift
[9/21] Compiling SwiftASN1 GeneralizedTime.swift
[10/21] Compiling SwiftASN1 Errors.swift
[11/21] Compiling SwiftASN1 ASN1.swift
[12/21] Compiling SwiftASN1 BER.swift
[13/21] Compiling SwiftASN1 ASN1OctetString.swift
[14/21] Compiling SwiftASN1 ASN1Strings.swift
[15/21] Compiling SwiftASN1 ASN1Any.swift
[16/21] Compiling SwiftASN1 ASN1BitString.swift
[17/21] Compiling SwiftASN1 ASN1Boolean.swift
[18/21] Compiling SwiftASN1 ASN1Identifier.swift
[19/21] Emitting module SwiftASN1
[20/21] Compiling SwiftASN1 ObjectIdentifier.swift
[21/21] Compiling SwiftASN1 PEMDocument.swift
Build complete! (12.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-asn1",
"name" : "swift-asn1",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftASN1",
"targets" : [
"SwiftASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftASN1Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftASN1Tests",
"path" : "Tests/SwiftASN1Tests",
"sources" : [
"ASN1StringTests.swift",
"ASN1Tests.swift",
"GeneralizedTimeTests.swift",
"Test Helper Types/CMSContentInfo.swift",
"Test Helper Types/ECDSASignature.swift",
"Test Helper Types/PKCS8PrivateKey.swift",
"Test Helper Types/SEC1PrivateKey.swift",
"Test Helper Types/SubjectPublicKeyInfo.swift",
"UTCTimeTests.swift"
],
"target_dependencies" : [
"SwiftASN1"
],
"type" : "test"
},
{
"c99name" : "SwiftASN1",
"module_type" : "SwiftTarget",
"name" : "SwiftASN1",
"path" : "Sources/SwiftASN1",
"product_memberships" : [
"SwiftASN1"
],
"sources" : [
"ASN1.swift",
"BER.swift",
"Basic ASN1 Types/ASN1Any.swift",
"Basic ASN1 Types/ASN1BitString.swift",
"Basic ASN1 Types/ASN1Boolean.swift",
"Basic ASN1 Types/ASN1Identifier.swift",
"Basic ASN1 Types/ASN1Integer.swift",
"Basic ASN1 Types/ASN1Null.swift",
"Basic ASN1 Types/ASN1OctetString.swift",
"Basic ASN1 Types/ASN1Strings.swift",
"Basic ASN1 Types/ArraySliceBigint.swift",
"Basic ASN1 Types/GeneralizedTime.swift",
"Basic ASN1 Types/ObjectIdentifier.swift",
"Basic ASN1 Types/PEMDocument.swift",
"Basic ASN1 Types/TimeUtilities.swift",
"Basic ASN1 Types/UTCTime.swift",
"DER.swift",
"Errors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/apple/swift-asn1/1.3.2
Repository: apple/swift-asn1
Swift version used: 6.0
Target: SwiftASN1
Extracting symbol information for 'SwiftASN1'...
Finished extracting symbol information for 'SwiftASN1'. (3.58s)
Building documentation for 'SwiftASN1'...
Finished building documentation for 'SwiftASN1' (0.90s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-asn1/1.3.2
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3367] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/57] Compiling SymbolKit GenericConstraint.swift
[12/57] Compiling SymbolKit GenericParameter.swift
[13/57] Compiling SymbolKit Generics.swift
[14/57] Compiling SymbolKit Namespace.swift
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit Mixin+Equals.swift
[44/57] Compiling SymbolKit Mixin+Hash.swift
[45/57] Compiling SymbolKit Mixin.swift
[46/57] Compiling SymbolKit LineList.swift
[47/57] Compiling SymbolKit Position.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.92s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/19] Compiling SwiftASN1 TimeUtilities.swift
[3/19] Compiling SwiftASN1 UTCTime.swift
[4/20] Compiling SwiftASN1 DER.swift
[5/20] Compiling SwiftASN1 ArraySliceBigint.swift
[6/20] Compiling SwiftASN1 GeneralizedTime.swift
[7/20] Compiling SwiftASN1 ASN1Boolean.swift
[8/20] Compiling SwiftASN1 ASN1Identifier.swift
[9/20] Compiling SwiftASN1 ASN1Integer.swift
[10/20] Compiling SwiftASN1 ASN1Null.swift
[11/20] Compiling SwiftASN1 ASN1OctetString.swift
[12/20] Compiling SwiftASN1 ASN1Strings.swift
[13/20] Compiling SwiftASN1 ASN1Any.swift
[14/20] Compiling SwiftASN1 ASN1BitString.swift
[15/20] Compiling SwiftASN1 ObjectIdentifier.swift
[16/20] Compiling SwiftASN1 PEMDocument.swift
[17/20] Compiling SwiftASN1 Errors.swift
[18/20] Emitting module SwiftASN1
[19/20] Compiling SwiftASN1 ASN1.swift
[20/20] Compiling SwiftASN1 BER.swift
Build of target: 'SwiftASN1' complete! (1.45s)
2784
19 /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-asn1/1.3.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-asn1/1.3.2
File count: 2784
Doc size: 19.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-asn1-1.3.2-ef3b892d.zip to s3://spi-docs-inbox/prod-apple-swift-asn1-1.3.2-ef3b892d.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.