The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ASN1, reference 2.7.0 (e38d1b), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 06:21:08 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/leif-ibsen/ASN1.git
Reference: 2.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leif-ibsen/ASN1
 * tag               2.7.0      -> FETCH_HEAD
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 2.7.0
Fetching https://github.com/leif-ibsen/BigInt
[1/6751] Fetching bigint
Fetched https://github.com/leif-ibsen/BigInt from cache (1.47s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.23.0 (2.03s)
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.23.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/leif-ibsen/BigInt",
          "version": "1.23.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/leif-ibsen/ASN1.git
[1/2427] Fetching asn1
Fetched https://github.com/leif-ibsen/ASN1.git from cache (1.24s)
Fetching https://github.com/leif-ibsen/BigInt from cache
Fetched https://github.com/leif-ibsen/BigInt from cache (0.41s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.23.0 (0.47s)
Creating working copy for https://github.com/leif-ibsen/ASN1.git
Working copy of https://github.com/leif-ibsen/ASN1.git resolved at 2.7.0 (e38d1b8)
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.23.0
warning: '.resolve-product-dependencies': dependency 'asn1' is not used by any target
Found 1 product dependencies
  - BigInt
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/leif-ibsen/ASN1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/16] Compiling BigInt Limbs.swift
[5/16] Compiling BigInt FFT.swift
[6/16] Compiling BigInt GCD.swift
[7/16] Compiling BigInt Factorial.swift
[8/16] Compiling BigInt Karatsuba.swift
[9/17] Compiling BigInt ToomCook.swift
[10/17] Compiling BigInt ExpMod.swift
[11/17] Compiling BigInt BurnikelZiegler.swift
[12/17] Compiling BigInt CRT.swift
[13/17] Emitting module BigInt
[14/17] Compiling BigInt BigInt.swift
[15/17] Compiling BigInt BitSieve.swift
[16/17] Compiling BigInt BailliePSW.swift
[17/17] Compiling BigInt BigFrac.swift
[18/38] Emitting module ASN1
[19/40] Compiling ASN1 ASN1SimpleType.swift
[20/40] Compiling ASN1 ASN1T61String.swift
[21/40] Compiling ASN1 ASN1Sequence.swift
[22/40] Compiling ASN1 ASN1Set.swift
[23/40] Compiling ASN1 ASN1OctetString.swift
[24/40] Compiling ASN1 ASN1PrintableString.swift
[25/40] Compiling ASN1 ASN1IA5String.swift
[26/40] Compiling ASN1 ASN1Integer.swift
[27/40] Compiling ASN1 ASN1Boolean.swift
[28/40] Compiling ASN1 ASN1Collection.swift
[29/40] Compiling ASN1 ASN1Ctx.swift
[30/40] Compiling ASN1 ASN1Time.swift
[31/40] Compiling ASN1 ASN1UTCTime.swift
[32/40] Compiling ASN1 ASN1Exception.swift
[33/40] Compiling ASN1 ASN1GeneralizedTime.swift
[34/40] Compiling ASN1 ASN1Null.swift
[35/40] Compiling ASN1 ASN1ObjectIdentifier.swift
[36/40] Compiling ASN1 ASN1UTF8String.swift
[37/40] Compiling ASN1 InputStream.swift
[38/40] Compiling ASN1 ASN1.swift
[39/40] Compiling ASN1 ASN1BMPString.swift
[40/40] Compiling ASN1 ASN1BitString.swift
Build complete! (6.44s)
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.