The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Catena, reference v1.0.0 (088645), with Swift 6.1 for Wasm on 29 May 2025 20:34:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/Catena.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/Fleuronic/Catena
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 0886450 Update submodules
Submodule path 'Submodules/Catenary': checked out '4b6597ad091aef169da5e40a867faa8c89a4fc66'
Submodule path 'Submodules/Catenoid': checked out 'cffe7da17b5b68a45a57657e240ae048d0c85096'
Submodule 'Catenary' (https://github.com/Fleuronic/Catenary) registered for path 'Submodules/Catenary'
Submodule 'Catenoid' (https://github.com/Fleuronic/Catenoid) registered for path 'Submodules/Catenoid'
Cloning into '/host/spi-builder-workspace/Submodules/Catenary'...
Cloning into '/host/spi-builder-workspace/Submodules/Catenoid'...
Cloned https://github.com/Fleuronic/Catena.git
Revision (git rev-parse @):
0886450dc5cc4d2607cd63ce95772e6fb29d7a9f
SUCCESS checkout https://github.com/Fleuronic/Catena.git at v1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Fleuronic/Catena.git
https://github.com/Fleuronic/Catena.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "identity",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Fleuronic/Identity"
    }
  ],
  "manifest_display_name" : "Catena",
  "name" : "Catena",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Catena",
      "targets" : [
        "Catena"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "Catena",
      "module_type" : "SwiftTarget",
      "name" : "Catena",
      "path" : "Sources/Catena",
      "product_dependencies" : [
        "Identity"
      ],
      "product_memberships" : [
        "Catena"
      ],
      "sources" : [
        "Fields/Fields.swift",
        "Fields/IDFields.swift",
        "Fields/IDListFields.swift",
        "Fields/UndocumentedFields.swift",
        "Result.swift",
        "Scoped.swift",
        "Undocumented.swift",
        "Valued.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Fleuronic/Identity
[1/57] Fetching identity
Fetched https://github.com/Fleuronic/Identity from cache (0.27s)
Creating working copy for https://github.com/Fleuronic/Identity
Working copy of https://github.com/Fleuronic/Identity resolved at master (8764a54)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Identity
[5/5] Compiling Identity Identity.swift
[7/14] Compiling Catena IDListFields.swift
[8/14] Compiling Catena UndocumentedFields.swift
[9/15] Compiling Catena IDFields.swift
[10/15] Compiling Catena Undocumented.swift
[11/15] Compiling Catena Result.swift
[12/15] Compiling Catena Fields.swift
[13/15] Compiling Catena Scoped.swift
[14/15] Emitting module Catena
[15/15] Compiling Catena Valued.swift
Build complete! (12.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "identity",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Fleuronic/Identity"
    }
  ],
  "manifest_display_name" : "Catena",
  "name" : "Catena",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Catena",
      "targets" : [
        "Catena"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "Catena",
      "module_type" : "SwiftTarget",
      "name" : "Catena",
      "path" : "Sources/Catena",
      "product_dependencies" : [
        "Identity"
      ],
      "product_memberships" : [
        "Catena"
      ],
      "sources" : [
        "Fields/Fields.swift",
        "Fields/IDFields.swift",
        "Fields/IDListFields.swift",
        "Fields/UndocumentedFields.swift",
        "Result.swift",
        "Scoped.swift",
        "Undocumented.swift",
        "Valued.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.