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 ASN1, reference master (e38d1b), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 09:49:18 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leif-ibsen/ASN1.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/ASN1
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e38d1b8 Release 2.7.0
Cloned https://github.com/leif-ibsen/ASN1.git
Revision (git rev-parse @):
e38d1b8b43d8b53ffadde9836f34289176bb7a0c
SUCCESS checkout https://github.com/leif-ibsen/ASN1.git at master
Fetching https://github.com/leif-ibsen/BigInt
[1/5516] Fetching bigint
Fetched https://github.com/leif-ibsen/BigInt from cache (1.66s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (0.44s)
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.21.0
========================================
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": "asn1",
      "name": "ASN1",
      "url": "https://github.com/leif-ibsen/ASN1.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASN1",
      "dependencies": [
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/leif-ibsen/BigInt",
          "version": "1.21.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/leif-ibsen/ASN1.git
[1/2427] Fetching asn1
Fetched https://github.com/leif-ibsen/ASN1.git from cache (2.20s)
Fetching https://github.com/leif-ibsen/BigInt from cache
Fetched https://github.com/leif-ibsen/BigInt from cache (0.48s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (0.03s)
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.21.0
Creating working copy for https://github.com/leif-ibsen/ASN1.git
Working copy of https://github.com/leif-ibsen/ASN1.git resolved at master (e38d1b8)
warning: '.resolve-product-dependencies': dependency 'asn1' is not used by any target
Found 1 product dependencies
  - BigInt
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/leif-ibsen/ASN1.git
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/BigInt"
    }
  ],
  "manifest_display_name" : "ASN1",
  "name" : "ASN1",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ASN1",
      "targets" : [
        "ASN1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASN1Tests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Tests",
      "path" : "Tests/ASN1Tests",
      "sources" : [
        "ASN1Tests.swift",
        "ErrorTests.swift",
        "PerformanceTest.swift"
      ],
      "target_dependencies" : [
        "ASN1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1",
      "module_type" : "SwiftTarget",
      "name" : "ASN1",
      "path" : "Sources/ASN1",
      "product_dependencies" : [
        "BigInt"
      ],
      "product_memberships" : [
        "ASN1"
      ],
      "sources" : [
        "ASN1.swift",
        "ASN1BMPString.swift",
        "ASN1BitString.swift",
        "ASN1Boolean.swift",
        "ASN1Collection.swift",
        "ASN1Ctx.swift",
        "ASN1Exception.swift",
        "ASN1GeneralizedTime.swift",
        "ASN1IA5String.swift",
        "ASN1Integer.swift",
        "ASN1Null.swift",
        "ASN1ObjectIdentifier.swift",
        "ASN1OctetString.swift",
        "ASN1PrintableString.swift",
        "ASN1Sequence.swift",
        "ASN1Set.swift",
        "ASN1SimpleType.swift",
        "ASN1T61String.swift",
        "ASN1Time.swift",
        "ASN1UTCTime.swift",
        "ASN1UTF8String.swift",
        "InputStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/15] Compiling BigInt Karatsuba.swift
[5/15] Compiling BigInt GCD.swift
[6/15] Compiling BigInt Limbs.swift
[7/16] Compiling BigInt Factorial.swift
[8/16] Compiling BigInt ExpMod.swift
[9/16] Compiling BigInt FFT.swift
[10/16] Compiling BigInt BitSieve.swift
[11/16] Compiling BigInt BurnikelZiegler.swift
[12/16] Compiling BigInt ToomCook.swift
[13/16] Compiling BigInt CRT.swift
[14/16] Emitting module BigInt
[15/16] Compiling BigInt BigFrac.swift
[16/16] Compiling BigInt BigInt.swift
[17/37] Emitting module ASN1
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:24:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |     /// `ASN1` null value
 24 |     public static let NULL = ASN1Null()
    |                       |- warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'NULL' 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
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
 8 |
 9 | /// The `ASN1` Null class
10 | public class ASN1Null: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Null' does not conform to the 'Sendable' protocol
11 |
12 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:26:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 24 |     public static let NULL = ASN1Null()
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
    |                       |- warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ZERO' 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
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
    |                       |- warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ONE' 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
 29 |
 30 |     /// `ASN1` Boolean tag = 1
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
[18/39] Compiling ASN1 ASN1SimpleType.swift
[19/39] Compiling ASN1 ASN1T61String.swift
[20/39] Compiling ASN1 ASN1UTF8String.swift
[21/39] Compiling ASN1 InputStream.swift
[22/39] Compiling ASN1 ASN1Sequence.swift
[23/39] Compiling ASN1 ASN1Set.swift
[24/39] Compiling ASN1 ASN1Boolean.swift
[25/39] Compiling ASN1 ASN1Collection.swift
[26/39] Compiling ASN1 ASN1Ctx.swift
[27/39] Compiling ASN1 ASN1OctetString.swift
[28/39] Compiling ASN1 ASN1PrintableString.swift
[29/39] Compiling ASN1 ASN1Time.swift
[30/39] Compiling ASN1 ASN1UTCTime.swift
[31/39] Compiling ASN1 ASN1Exception.swift
[32/39] Compiling ASN1 ASN1GeneralizedTime.swift
[33/39] Compiling ASN1 ASN1IA5String.swift
[34/39] Compiling ASN1 ASN1Integer.swift
[35/39] Compiling ASN1 ASN1Null.swift
[36/39] Compiling ASN1 ASN1ObjectIdentifier.swift
[37/39] Compiling ASN1 ASN1.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:24:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |     /// `ASN1` null value
 24 |     public static let NULL = ASN1Null()
    |                       |- warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'NULL' 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
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
 8 |
 9 | /// The `ASN1` Null class
10 | public class ASN1Null: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Null' does not conform to the 'Sendable' protocol
11 |
12 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:26:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 24 |     public static let NULL = ASN1Null()
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
    |                       |- warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ZERO' 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
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
    |                       |- warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ONE' 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
 29 |
 30 |     /// `ASN1` Boolean tag = 1
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
[38/39] Compiling ASN1 ASN1BMPString.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:24:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |     /// `ASN1` null value
 24 |     public static let NULL = ASN1Null()
    |                       |- warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'NULL' 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
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
 8 |
 9 | /// The `ASN1` Null class
10 | public class ASN1Null: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Null' does not conform to the 'Sendable' protocol
11 |
12 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:26:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 24 |     public static let NULL = ASN1Null()
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
    |                       |- warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ZERO' 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
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
    |                       |- warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ONE' 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
 29 |
 30 |     /// `ASN1` Boolean tag = 1
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
[39/39] Compiling ASN1 ASN1BitString.swift
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:24:23: warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 |     /// `ASN1` null value
 24 |     public static let NULL = ASN1Null()
    |                       |- warning: static property 'NULL' is not concurrency-safe because non-'Sendable' type 'ASN1Null' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'NULL' 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
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Null.swift:10:14: note: class 'ASN1Null' does not conform to the 'Sendable' protocol
 8 |
 9 | /// The `ASN1` Null class
10 | public class ASN1Null: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Null' does not conform to the 'Sendable' protocol
11 |
12 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:26:23: warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 24 |     public static let NULL = ASN1Null()
 25 |     /// `ASN1` integer 0
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
    |                       |- warning: static property 'ZERO' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ZERO' 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
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1.swift:28:23: warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |     public static let ZERO = ASN1Integer(BInt.ZERO)
 27 |     /// `ASN1` integer 1
 28 |     public static let ONE = ASN1Integer(BInt.ONE)
    |                       |- warning: static property 'ONE' is not concurrency-safe because non-'Sendable' type 'ASN1Integer' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'ONE' 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
 29 |
 30 |     /// `ASN1` Boolean tag = 1
/Users/admin/builder/spi-builder-workspace/Sources/ASN1/ASN1Integer.swift:12:14: note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
10 |
11 | /// The `ASN1` Integer class
12 | public class ASN1Integer: ASN1, CustomStringConvertible {
   |              `- note: class 'ASN1Integer' does not conform to the 'Sendable' protocol
13 |
14 |     // MARK: - Initializers
Build complete! (13.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/BigInt"
    }
  ],
  "manifest_display_name" : "ASN1",
  "name" : "ASN1",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ASN1",
      "targets" : [
        "ASN1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASN1Tests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Tests",
      "path" : "Tests/ASN1Tests",
      "sources" : [
        "ASN1Tests.swift",
        "ErrorTests.swift",
        "PerformanceTest.swift"
      ],
      "target_dependencies" : [
        "ASN1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1",
      "module_type" : "SwiftTarget",
      "name" : "ASN1",
      "path" : "Sources/ASN1",
      "product_dependencies" : [
        "BigInt"
      ],
      "product_memberships" : [
        "ASN1"
      ],
      "sources" : [
        "ASN1.swift",
        "ASN1BMPString.swift",
        "ASN1BitString.swift",
        "ASN1Boolean.swift",
        "ASN1Collection.swift",
        "ASN1Ctx.swift",
        "ASN1Exception.swift",
        "ASN1GeneralizedTime.swift",
        "ASN1IA5String.swift",
        "ASN1Integer.swift",
        "ASN1Null.swift",
        "ASN1ObjectIdentifier.swift",
        "ASN1OctetString.swift",
        "ASN1PrintableString.swift",
        "ASN1Sequence.swift",
        "ASN1Set.swift",
        "ASN1SimpleType.swift",
        "ASN1T61String.swift",
        "ASN1Time.swift",
        "ASN1UTCTime.swift",
        "ASN1UTF8String.swift",
        "InputStream.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.