The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMsgPack, reference v1.0.0 (0dbc12), with Swift 6.3 for Wasm on 14 Apr 2026 16:39:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jayadamsmorgan/SwiftMsgPack.git
Reference: v1.0.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/jayadamsmorgan/SwiftMsgPack
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 0dbc12a Update README.md
Cloned https://github.com/jayadamsmorgan/SwiftMsgPack.git
Revision (git rev-parse @):
0dbc12a8b0131ffda23744dd41b6df7c2a3f508b
SUCCESS checkout https://github.com/jayadamsmorgan/SwiftMsgPack.git at v1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jayadamsmorgan/SwiftMsgPack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/11] Emitting module SwiftMsgPack
[5/11] Compiling SwiftMsgPack Packing.swift
[6/11] Compiling SwiftMsgPack Unpacking.swift
[7/11] Compiling SwiftMsgPack Types.swift
[8/12] Wrapping AST for SwiftMsgPack for debugging
[10/14] Compiling Example Example.swift
[11/14] Emitting module Example
[12/15] Wrapping AST for Example for debugging
[13/15] Write Objects.LinkFileList
[14/15] Linking Example.wasm
Build complete! (11.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMsgPack",
  "name" : "SwiftMsgPack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftMsgPack",
      "targets" : [
        "SwiftMsgPack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMsgPackTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMsgPackTests",
      "path" : "Tests/SwiftMsgPackTests",
      "sources" : [
        "SwiftMsgPackArrayTests.swift",
        "SwiftMsgPackBinTests.swift",
        "SwiftMsgPackBoolTests.swift",
        "SwiftMsgPackDictionaryTests.swift",
        "SwiftMsgPackExtTests.swift",
        "SwiftMsgPackFloatTests.swift",
        "SwiftMsgPackIntegerTests.swift",
        "SwiftMsgPackNilTests.swift",
        "SwiftMsgPackStringTests.swift",
        "SwiftMsgUnpackArrayTests.swift",
        "SwiftMsgUnpackBinTests.swift",
        "SwiftMsgUnpackBoolTests.swift",
        "SwiftMsgUnpackDictionaryTests.swift",
        "SwiftMsgUnpackExtTests.swift",
        "SwiftMsgUnpackFloatTests.swift",
        "SwiftMsgUnpackIntegerTests.swift",
        "SwiftMsgUnpackNilTests.swift",
        "SwiftMsgUnpackStringTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMsgPack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMsgPack",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMsgPack",
      "path" : "Sources/SwiftMsgPack",
      "product_memberships" : [
        "Example",
        "SwiftMsgPack"
      ],
      "sources" : [
        "Packing.swift",
        "Types.swift",
        "Unpacking.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "SwiftMsgPack"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.