The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ASN1, reference master (e38d1b), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 10:18:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/leif-ibsen/ASN1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/15] Compiling BigInt ExpMod.swift
[5/15] Compiling BigInt GCD.swift
[6/15] Compiling BigInt Limbs.swift
[7/16] Compiling BigInt Karatsuba.swift
[8/16] Compiling BigInt FFT.swift
[9/16] Compiling BigInt CRT.swift
[10/16] Compiling BigInt BitSieve.swift
[11/16] Compiling BigInt BurnikelZiegler.swift
[12/16] Compiling BigInt Factorial.swift
[13/16] Compiling BigInt ToomCook.swift
[14/16] Emitting module BigInt
[15/16] Compiling BigInt BigFrac.swift
[16/16] Compiling BigInt BigInt.swift
[17/37] Emitting module ASN1
[18/39] Compiling ASN1 ASN1Exception.swift
[19/39] Compiling ASN1 ASN1GeneralizedTime.swift
[20/39] Compiling ASN1 ASN1Boolean.swift
[21/39] Compiling ASN1 ASN1Collection.swift
[22/39] Compiling ASN1 ASN1Ctx.swift
[23/39] Compiling ASN1 ASN1UTF8String.swift
[24/39] Compiling ASN1 InputStream.swift
[25/39] Compiling ASN1 ASN1SimpleType.swift
[26/39] Compiling ASN1 ASN1T61String.swift
[27/39] Compiling ASN1 ASN1Time.swift
[28/39] Compiling ASN1 ASN1UTCTime.swift
[29/39] Compiling ASN1 ASN1OctetString.swift
[30/39] Compiling ASN1 ASN1PrintableString.swift
[31/39] Compiling ASN1 ASN1Null.swift
[32/39] Compiling ASN1 ASN1ObjectIdentifier.swift
[33/39] Compiling ASN1 ASN1Sequence.swift
[34/39] Compiling ASN1 ASN1Set.swift
[35/39] Compiling ASN1 ASN1.swift
[36/39] Compiling ASN1 ASN1BMPString.swift
[37/39] Compiling ASN1 ASN1BitString.swift
[38/39] Compiling ASN1 ASN1IA5String.swift
[39/39] Compiling ASN1 ASN1Integer.swift
Build complete! (9.48s)
Fetching https://github.com/leif-ibsen/BigInt
[1/5516] Fetching bigint
Fetched https://github.com/leif-ibsen/BigInt from cache (1.92s)
Computing version for https://github.com/leif-ibsen/BigInt
Computed https://github.com/leif-ibsen/BigInt at 1.21.0 (2.35s)
Creating working copy for https://github.com/leif-ibsen/BigInt
Working copy of https://github.com/leif-ibsen/BigInt resolved at 1.21.0
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.