This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ASN1Kit with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/ASN1Kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bab1973 Version 1.1.0
Cloned https://github.com/PADL/ASN1Kit.git
Revision (git rev-parse @):
bab197338819c6e5b20e8b3986ec36e86149500e
SUCCESS checkout https://github.com/PADL/ASN1Kit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/PADL/ASN1Kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/10] Write sources
[2/10] Write CLI-entitlement.plist
[6/10] Write swift-version-6F35C1178C84523A.txt
[8/40] Compiling Commandant Result+Additions.swift
[9/41] Compiling Commandant OrderedSet.swift
[10/41] Compiling Commandant Switch.swift
[11/41] Compiling GemCommonsKit WeakArray.swift
[12/42] Compiling DataKit Data+HexString.swift
[13/42] Compiling DataKit Data+UTF8String.swift
[14/42] Compiling GemCommonsKit SynchronizedVar.swift
[15/42] Compiling GemCommonsKit AnyWrapper.swift
[16/42] Compiling Commandant Option.swift
[17/42] Compiling Commandant HelpCommand.swift
[18/42] Compiling GemCommonsKit BlockingVar.swift
[19/42] Compiling Commandant Errors.swift
[20/42] Compiling GemCommonsKit CommonError.swift
[21/42] Compiling GemCommonsKit DLog.swift
[22/42] Emitting module GemCommonsKit
[23/42] Compiling GemCommonsKit ResourceLoader.swift
[24/42] Compiling GemCommonsKit Data+empty.swift
[25/42] Compiling GemCommonsKit String+Digits.swift
[26/42] Compiling GemCommonsKit Thread+Internal.swift
[27/42] Compiling GemCommonsKit Array+Data.swift
[28/42] Compiling GemCommonsKit Data+IO.swift
[29/42] Compiling GemCommonsKit Synchronized.swift
[30/42] Compiling DataKit Base64.swift
[31/42] Compiling DataKit Array+Data.swift
[32/42] Compiling DataKit Data+ASCIIString.swift
[33/42] Emitting module DataKit
[34/42] Compiling Commandant Command.swift
[35/42] Compiling Commandant ArgumentProtocol.swift
[36/42] Emitting module Commandant
[37/42] Compiling Commandant Argument.swift
[38/42] Compiling Commandant ArgumentParser.swift
[39/42] Compiling GemCommonsKit WeakRef.swift
[40/68] Emitting module ASN1Kit
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:25:16: warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 | extension Date: ASN1CodableType {
25 |     static let utcTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'utcTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         let encodingFormatter = DateFormatter()
27 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:41:16: warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
39 |     }()
40 |
41 |     static let generalizedTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'generalizedTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |         let encodingFormatter = DateFormatter()
43 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
[41/70] Compiling ASN1Kit Int+Length.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
21 |     /// - Returns: the written byte length or 0 upon failure
22 |     public func write(byte: UInt8) -> Int {
23 |         return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
   |                           |                    |- note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
   |                           |                    `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
   |                           `- warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
24 |     }
25 | }
[42/70] Compiling ASN1Kit OutputStream+UInt8.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/extension/OutputStream+UInt8.swift:23:27: warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
21 |     /// - Returns: the written byte length or 0 upon failure
22 |     public func write(byte: UInt8) -> Int {
23 |         return self.write(UnsafePointer<UInt8>([byte]), maxLength: 1)
   |                           |                    |- note: implicit argument conversion from '[UInt8]' to 'UnsafePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
   |                           |                    `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
   |                           `- warning: initialization of 'UnsafePointer<UInt8>' results in a dangling pointer
24 |     }
25 | }
[43/70] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[44/70] Compiling ASN1Kit ASN1Object+Subscript.swift
[45/70] Compiling ASN1Kit ASN1Primitive+Description.swift
[46/70] Compiling ASN1Kit String+Subscript.swift
[47/70] Compiling ASN1Kit UInt+TagNo.swift
[48/70] Compiling ASN1Kit ASN1Data.swift
[49/70] Compiling ASN1Kit ASN1DecodedTag.swift
[50/70] Compiling ASN1Kit ASN1Decoder.swift
[51/70] Compiling ASN1Kit Data+ASN1Int.swift
[52/70] Compiling ASN1Kit Data+UInt.swift
[53/70] Compiling ASN1Kit Bool+ASN1Encoding.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:25:16: warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 | extension Date: ASN1CodableType {
25 |     static let utcTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'utcTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         let encodingFormatter = DateFormatter()
27 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:41:16: warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
39 |     }()
40 |
41 |     static let generalizedTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'generalizedTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |         let encodingFormatter = DateFormatter()
43 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
[54/70] Compiling ASN1Kit Data+ASN1Encoding.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:25:16: warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 | extension Date: ASN1CodableType {
25 |     static let utcTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'utcTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         let encodingFormatter = DateFormatter()
27 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:41:16: warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
39 |     }()
40 |
41 |     static let generalizedTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'generalizedTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |         let encodingFormatter = DateFormatter()
43 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
[55/70] Compiling ASN1Kit Date+ASN1Encoding.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:25:16: warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 | extension Date: ASN1CodableType {
25 |     static let utcTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'utcTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'utcTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |         let encodingFormatter = DateFormatter()
27 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Kit/encodable/Date+ASN1Encoding.swift:41:16: warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
39 |     }()
40 |
41 |     static let generalizedTimeFormatter: ASN1DateFormatter = {
   |                |- warning: static property 'generalizedTimeFormatter' is not concurrency-safe because non-'Sendable' type 'ASN1DateFormatter' (aka '((Date) -> String, (String) -> Optional<Date>)') may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'generalizedTimeFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |         let encodingFormatter = DateFormatter()
43 |         encodingFormatter.calendar = Calendar(identifier: .iso8601)
[56/70] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[57/70] Compiling ASN1Kit Int+ASN1Encoding.swift
[58/70] Compiling ASN1Kit String+ASN1Encoding.swift
[59/70] Compiling ASN1Kit ASN1Error.swift
[60/70] Compiling ASN1Kit ASN1Int.swift
[61/70] Compiling ASN1Kit ASN1Object.swift
[62/70] Compiling ASN1Kit ASN1Tag.swift
[63/70] Compiling ASN1Kit DataScanner.swift
[64/70] Compiling ASN1Kit ObjectIdentifier.swift
[65/70] Compiling ASN1Kit ASN1CodableType.swift
[66/70] Compiling ASN1Kit ASN1Object+Encoding.swift
[67/70] Compiling ASN1Kit Array+ASN1Encoding.swift
[68/74] Compiling CLI VersionCommand.swift
[69/74] Compiling CLI main.swift
[70/74] Emitting module CLI
[71/74] Compiling CLI ParseCommand.swift
[71/74] Write Objects.LinkFileList
[72/74] Linking CLI
[73/74] Applying CLI
Build complete! (62.47s)
Fetching https://github.com/gematik/ref-GemCommonsKit
[1/415] Fetching ref-gemcommonskit
Fetched https://github.com/gematik/ref-GemCommonsKit from cache (1.06s)
Fetching http://github.com/Quick/Nimble
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching http://github.com/Carthage/Commandant
[1/1223] Fetching datakit
[14/2470] Fetching datakit, cwlpreconditiontesting
[1563/4793] Fetching datakit, cwlpreconditiontesting, commandant
[4794/5232] Fetching datakit, cwlpreconditiontesting, commandant, cwlcatchexception
[5233/23872] Fetching datakit, cwlpreconditiontesting, commandant, cwlcatchexception, nimble
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (2.88s)
Fetched https://github.com/SwiftCommon/DataKit.git from cache (2.88s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (2.88s)
Fetched http://github.com/Quick/Nimble from cache (2.88s)
Fetched http://github.com/Carthage/Commandant from cache (2.88s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.0 (0.71s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.66s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (0.69s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.65s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.66s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
Creating working copy for https://github.com/gematik/ref-GemCommonsKit
Working copy of https://github.com/gematik/ref-GemCommonsKit resolved at 1.2.0 (699ab9c)
Creating working copy for http://github.com/Quick/Nimble
Working copy of http://github.com/Quick/Nimble resolved at 9.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.2.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/Quick/Nimble"
    },
    {
      "identity" : "datakit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftCommon/DataKit.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/Carthage/Commandant"
    },
    {
      "identity" : "ref-gemcommonskit",
      "requirement" : {
        "branch" : [
          "1.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gematik/ref-GemCommonsKit"
    }
  ],
  "manifest_display_name" : "ASN1Kit",
  "name" : "ASN1Kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Kit",
      "targets" : [
        "ASN1Kit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLI",
      "targets" : [
        "CLI",
        "ASN1Kit"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "ParseCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASN1KitTests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1KitTests",
      "path" : "Tests/ASN1KitTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "ASN1ConstructedEncodingTest.swift",
        "ASN1DecodedTagEncodingTest.swift",
        "ASN1DecoderTest.swift",
        "ASN1LengthEncodingTest.swift",
        "ASN1ObjectExtEncodingTest.swift",
        "ASN1PrimitiveEncodingTest.swift",
        "DataScannerTest.swift",
        "EquatableASN1Object.swift",
        "ObjectIdentifierTest.swift",
        "OutputStreamBuffer.swift",
        "XCTestManifests.swift",
        "encodable/ArrayExtASN1EncodingTest.swift",
        "encodable/BitStringASN1EncodingTest.swift",
        "encodable/BoolExtASN1EncodingTest.swift",
        "encodable/DataExtASN1EncodingTest.swift",
        "encodable/DateExtASN1EncodingTest.swift",
        "encodable/IntExtASN1EncodingTest.swift",
        "encodable/StringExtASN1EncodingTest.swift",
        "extension/DataExtASN1IntTest.swift",
        "extension/DataExtUIntTest.swift",
        "extension/IntExtLengthTest.swift",
        "extension/Nimbe+ASN1Data.swift",
        "extension/UIntExtTagNoTest.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1Kit",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Kit",
      "path" : "Sources/ASN1Kit",
      "product_dependencies" : [
        "DataKit",
        "GemCommonsKit"
      ],
      "product_memberships" : [
        "ASN1Kit",
        "CLI"
      ],
      "sources" : [
        "ASN1Data.swift",
        "ASN1DecodedTag.swift",
        "ASN1Decoder.swift",
        "ASN1Error.swift",
        "ASN1Int.swift",
        "ASN1Object.swift",
        "ASN1Tag.swift",
        "DataScanner.swift",
        "ObjectIdentifier.swift",
        "encodable/ASN1CodableType.swift",
        "encodable/ASN1Object+Encoding.swift",
        "encodable/Array+ASN1Encoding.swift",
        "encodable/Bool+ASN1Encoding.swift",
        "encodable/Data+ASN1Encoding.swift",
        "encodable/Date+ASN1Encoding.swift",
        "encodable/GeneralizedTimeDateFormatter.swift",
        "encodable/Int+ASN1Encoding.swift",
        "encodable/String+ASN1Encoding.swift",
        "extension/ASN1DecodedTag+Encoding.swift",
        "extension/ASN1Object+Subscript.swift",
        "extension/ASN1Primitive+Description.swift",
        "extension/Data+ASN1Int.swift",
        "extension/Data+UInt.swift",
        "extension/Int+Length.swift",
        "extension/OutputStream+UInt8.swift",
        "extension/String+Subscript.swift",
        "extension/UInt+TagNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.