The Swift Package Index logo.Swift Package Index

Build Information

Successful build of rsa-public-key-importer-exporter, reference 0.1.0 (80a79d), with Swift 6.1 for Wasm on 27 May 2025 07:48:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nextincrement/rsa-public-key-importer-exporter.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nextincrement/rsa-public-key-importer-exporter
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 80a79de Change version of dependency simple-asn1-reader-writer
Cloned https://github.com/nextincrement/rsa-public-key-importer-exporter.git
Revision (git rev-parse @):
80a79de646117fe95bf89139f7c75ea0aa2304cd
SUCCESS checkout https://github.com/nextincrement/rsa-public-key-importer-exporter.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nextincrement/rsa-public-key-importer-exporter.git
https://github.com/nextincrement/rsa-public-key-importer-exporter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "simple-asn1-reader-writer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nextincrement/simple-asn1-reader-writer.git"
    }
  ],
  "manifest_display_name" : "rsa-public-key-importer-exporter",
  "name" : "rsa-public-key-importer-exporter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RSAPublicKeyImportExportDemo",
      "targets" : [
        "RSAPublicKeyImportExportDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RSAPublicKeyImporter",
      "targets" : [
        "RSAPublicKeyImporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RSAPublicKeyExporter",
      "targets" : [
        "RSAPublicKeyExporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RSAPublicKeyImporterTests",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyImporterTests",
      "path" : "Tests/RSAPublicKeyImporterTests",
      "sources" : [
        "RSAPublicKeyImporterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RSAPublicKeyImporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RSAPublicKeyImporter",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyImporter",
      "path" : "Sources/RSAPublicKeyImporter",
      "product_dependencies" : [
        "SimpleASN1Reader"
      ],
      "product_memberships" : [
        "RSAPublicKeyImportExportDemo",
        "RSAPublicKeyImporter"
      ],
      "sources" : [
        "RSAPublicKeyImporter.swift",
        "RSAPublicKeyImporting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RSAPublicKeyImportExportDemo",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyImportExportDemo",
      "path" : "Sources/RSAPublicKeyImportExportDemo",
      "product_memberships" : [
        "RSAPublicKeyImportExportDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RSAPublicKeyImporter",
        "RSAPublicKeyExporter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RSAPublicKeyExporterTests",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyExporterTests",
      "path" : "Tests/RSAPublicKeyExporterTests",
      "sources" : [
        "RSAPublicKeyExporterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RSAPublicKeyExporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RSAPublicKeyExporter",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyExporter",
      "path" : "Sources/RSAPublicKeyExporter",
      "product_dependencies" : [
        "SimpleASN1Writer"
      ],
      "product_memberships" : [
        "RSAPublicKeyImportExportDemo",
        "RSAPublicKeyExporter"
      ],
      "sources" : [
        "RSAPublicKeyExporter.swift",
        "RSAPublicKeyExporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/nextincrement/simple-asn1-reader-writer.git
[1/133] Fetching simple-asn1-reader-writer
Fetched https://github.com/nextincrement/simple-asn1-reader-writer.git from cache (0.23s)
Computing version for https://github.com/nextincrement/simple-asn1-reader-writer.git
Computed https://github.com/nextincrement/simple-asn1-reader-writer.git at 0.1.0 (0.77s)
Creating working copy for https://github.com/nextincrement/simple-asn1-reader-writer.git
Working copy of https://github.com/nextincrement/simple-asn1-reader-writer.git resolved at 0.1.0
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling SimpleASN1Writer SimpleASN1Writing.swift
[8/20] Emitting module SimpleASN1Writer
[9/20] Compiling SimpleASN1Writer SimpleASN1Writer.swift
[10/21] Compiling SimpleASN1Reader SimpleASN1Reading.swift
[11/21] Compiling SimpleASN1Reader SimpleASN1Reader.swift
[12/21] Emitting module SimpleASN1Reader
[13/21] Compiling SimpleASN1Reader ASN1ReadError.swift
[15/22] Wrapping AST for SimpleASN1Writer for debugging
[17/25] Compiling RSAPublicKeyExporter RSAPublicKeyExporting.swift
[18/25] Emitting module RSAPublicKeyExporter
[19/25] Compiling RSAPublicKeyExporter RSAPublicKeyExporter.swift
[19/26] Wrapping AST for SimpleASN1Reader for debugging
[21/29] Wrapping AST for RSAPublicKeyExporter for debugging
[23/29] Emitting module RSAPublicKeyImporter
[24/29] Compiling RSAPublicKeyImporter RSAPublicKeyImporter.swift
[25/29] Compiling RSAPublicKeyImporter RSAPublicKeyImporting.swift
[26/30] Wrapping AST for RSAPublicKeyImporter for debugging
[28/32] Emitting module RSAPublicKeyImportExportDemo
[29/32] Compiling RSAPublicKeyImportExportDemo main.swift
[30/33] Wrapping AST for RSAPublicKeyImportExportDemo for debugging
[31/33] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[32/33] Linking RSAPublicKeyImportExportDemo.wasm
Build complete! (11.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simple-asn1-reader-writer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nextincrement/simple-asn1-reader-writer.git"
    }
  ],
  "manifest_display_name" : "rsa-public-key-importer-exporter",
  "name" : "rsa-public-key-importer-exporter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RSAPublicKeyImportExportDemo",
      "targets" : [
        "RSAPublicKeyImportExportDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RSAPublicKeyImporter",
      "targets" : [
        "RSAPublicKeyImporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RSAPublicKeyExporter",
      "targets" : [
        "RSAPublicKeyExporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RSAPublicKeyImporterTests",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyImporterTests",
      "path" : "Tests/RSAPublicKeyImporterTests",
      "sources" : [
        "RSAPublicKeyImporterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RSAPublicKeyImporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RSAPublicKeyImporter",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyImporter",
      "path" : "Sources/RSAPublicKeyImporter",
      "product_dependencies" : [
        "SimpleASN1Reader"
      ],
      "product_memberships" : [
        "RSAPublicKeyImportExportDemo",
        "RSAPublicKeyImporter"
      ],
      "sources" : [
        "RSAPublicKeyImporter.swift",
        "RSAPublicKeyImporting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RSAPublicKeyImportExportDemo",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyImportExportDemo",
      "path" : "Sources/RSAPublicKeyImportExportDemo",
      "product_memberships" : [
        "RSAPublicKeyImportExportDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RSAPublicKeyImporter",
        "RSAPublicKeyExporter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RSAPublicKeyExporterTests",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyExporterTests",
      "path" : "Tests/RSAPublicKeyExporterTests",
      "sources" : [
        "RSAPublicKeyExporterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RSAPublicKeyExporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RSAPublicKeyExporter",
      "module_type" : "SwiftTarget",
      "name" : "RSAPublicKeyExporter",
      "path" : "Sources/RSAPublicKeyExporter",
      "product_dependencies" : [
        "SimpleASN1Writer"
      ],
      "product_memberships" : [
        "RSAPublicKeyImportExportDemo",
        "RSAPublicKeyExporter"
      ],
      "sources" : [
        "RSAPublicKeyExporter.swift",
        "RSAPublicKeyExporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.