The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-asn1, reference main (af3440), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 11:51:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-asn1.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-asn1
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at af3440c  Fix typo in ASN1ObjectIdentifier BER initializer parameter name. (#120)
Cloned https://github.com/apple/swift-asn1.git
Revision (git rev-parse @):
af3440c75355057315e4732a6a54326aabfdd9c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-asn1.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.12s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at main (af3440c)
warning: '.resolve-product-dependencies': dependency 'swift-asn1' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/apple/swift-asn1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling SwiftASN1 TimeUtilities.swift
[4/20] Compiling SwiftASN1 UTCTime.swift
[5/20] Compiling SwiftASN1 DER.swift
[6/21] Compiling SwiftASN1 Errors.swift
[7/21] Compiling SwiftASN1 ArraySliceBigint.swift
[8/21] Compiling SwiftASN1 GeneralizedTime.swift
[9/21] Compiling SwiftASN1 ASN1Boolean.swift
[10/21] Compiling SwiftASN1 ASN1Identifier.swift
[11/21] Compiling SwiftASN1 ASN1Integer.swift
[12/21] Compiling SwiftASN1 ASN1Null.swift
[13/21] Compiling SwiftASN1 ASN1.swift
[14/21] Compiling SwiftASN1 BER.swift
[15/21] Emitting module SwiftASN1
[16/21] Compiling SwiftASN1 ObjectIdentifier.swift
[17/21] Compiling SwiftASN1 PEMDocument.swift
[18/21] Compiling SwiftASN1 ASN1Any.swift
[19/21] Compiling SwiftASN1 ASN1BitString.swift
[20/21] Compiling SwiftASN1 ASN1OctetString.swift
[21/21] Compiling SwiftASN1 ASN1Strings.swift
Build complete! (4.08s)
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" : "6.1"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-asn1/main
Repository:               apple/swift-asn1
Swift version used:       6.3
Target:                   SwiftASN1
Extracting symbol information for 'SwiftASN1'...
Finished extracting symbol information for 'SwiftASN1'. (28.40s)
Building documentation for 'SwiftASN1'...
warning: Parameter 'node' not found in initializer declaration
   --> ../BER.swift:514:13-514:61
512 |     ///
513 |     /// - parameters:
514 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
515 |     init(berEncoded node: ASN1Node) throws
516 | }
warning: Parameter 'rootNode' is missing documentation
   --> ../BER.swift:514:61-514:61
512 |     ///
513 |     /// - parameters:
514 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'rootNode' parameter
515 |     init(berEncoded node: ASN1Node) throws
516 | }
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'berEncoded' used to document parameter
   --> ../BER.swift:579:15-579:25
577 |     ///
578 |     /// - parameters:
579 +     ///     - berEncoded: The ASN.1 node representing this object.
    |               ╰─suggestion: Replace 'berEncoded' with 'node'
580 |     ///     - identifier: The ASN.1 identifier that `berEncoded` is expected to have.
581 |     init(berEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: 'pemDiscriminator' doesn't exist at '/SwiftASN1/PEMParseable'
  --> ../Basic ASN1 Types/PEMDocument.swift:85:49-85:65
83 |
84 |     /// Initialize this object from a serialized PEM representation.
85 +     /// This will check that the ``PEMParseable/pemDiscriminator`` matches and
   |                                                 ╰─suggestion: Replace 'pemDiscriminator' with 'defaultPEMDiscriminator'
86 |     /// forward the DER encoded bytes to ``DERParseable/init(derEncoded:)-i2rf``.
87 |     ///
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'node' not found in initializer declaration
   --> ../DER.swift:933:13-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |             ╰─suggestion: Remove 'node' parameter documentation
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'rootNode' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'rootNode' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: Parameter 'derEncoded' is missing documentation
   --> ../DER.swift:933:61-933:61
931 |     ///
932 |     /// - parameters:
933 +     ///     - node: The ASN.1 node representing this object.
    |                                                             ╰─suggestion: Document 'derEncoded' parameter
934 |     init(derEncoded node: ASN1Node) throws
935 | }
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
warning: External name 'derEncoded' used to document parameter
    --> ../DER.swift:1007:15-1007:25
1005 |     ///
1006 |     /// - parameters:
1007 +     ///     - derEncoded: The ASN.1 node representing this object.
     |               ╰─suggestion: Replace 'derEncoded' with 'node'
1008 |     ///     - identifier: The ASN.1 identifier that `derEncoded` is expected to have.
1009 |     init(derEncoded: ASN1Node, withIdentifier identifier: ASN1Identifier) throws
Finished building documentation for 'SwiftASN1' (1.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-asn1/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
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.6
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
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit GenericConstraint.swift
[11/57] Compiling SymbolKit GenericParameter.swift
[12/57] Compiling SymbolKit Generics.swift
[13/57] Compiling SymbolKit Namespace.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit Relationship.swift
[24/57] Compiling SymbolKit RelationshipKind.swift
[25/57] Compiling SymbolKit SourceOrigin.swift
[26/57] Compiling SymbolKit GenericConstraints.swift
[27/57] Compiling SymbolKit Swift.swift
[28/57] Compiling SymbolKit Symbol.swift
[29/57] Compiling SymbolKit SymbolKind.swift
[30/57] Compiling SymbolKit SymbolGraph.swift
[31/57] Compiling SymbolKit GraphCollector.swift
[32/57] Compiling SymbolKit Mixin+Equals.swift
[33/57] Compiling SymbolKit Mixin+Hash.swift
[34/57] Compiling SymbolKit Mixin.swift
[35/57] Compiling SymbolKit LineList.swift
[36/57] Compiling SymbolKit Position.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.43s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'SwiftASN1' complete! (0.33s)
    2864
19	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-asn1/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-asn1/main
File count: 2864
Doc size:   19.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-asn1-main-94e93663.zip to s3://spi-docs-inbox/prod-apple-swift-asn1-main-94e93663.zip
Copying... [12%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.