The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftBeanCountTax, reference v0.0.5 (d8e453), with Swift 6.2 for Wasm on 12 Nov 2025 03:27:05 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/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountTax.git
Reference: v0.0.5
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/Nef10/SwiftBeanCountTax
 * tag               v0.0.5     -> FETCH_HEAD
HEAD is now at d8e453b Bump SwiftBeanCountModel from 0.1.6 to 0.2.0 (#75)
Cloned https://github.com/Nef10/SwiftBeanCountTax.git
Revision (git rev-parse @):
d8e453bc600379b16d9f5cb88d0d7992f2ed0e76
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountTax.git at v0.0.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountTax.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/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/3742] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (2.97s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.2.0 (3.54s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/21] Compiling SwiftBeanCountModel Transaction.swift
[5/21] Compiling SwiftBeanCountModel TransactionMetaData.swift
[6/21] Compiling SwiftBeanCountModel Price.swift
[7/21] Compiling SwiftBeanCountModel Tag.swift
[8/21] Compiling SwiftBeanCountModel Inventory.swift
[9/21] Compiling SwiftBeanCountModel Ledger.swift
[10/23] Emitting module SwiftBeanCountModel
[11/23] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[12/23] Compiling SwiftBeanCountModel Option.swift
[13/23] Compiling SwiftBeanCountModel Balance.swift
[14/23] Compiling SwiftBeanCountModel Commodity.swift
[15/23] Compiling SwiftBeanCountModel Cost.swift
[16/23] Compiling SwiftBeanCountModel Custom.swift
[17/23] Compiling SwiftBeanCountModel Event.swift
[18/23] Compiling SwiftBeanCountModel Flag.swift
[19/23] Compiling SwiftBeanCountModel Account.swift
[20/23] Compiling SwiftBeanCountModel AccountName.swift
[21/23] Compiling SwiftBeanCountModel Amount.swift
[22/23] Compiling SwiftBeanCountModel TransactionPosting.swift
[23/23] Compiling SwiftBeanCountModel ValidationResult.swift
[25/29] Compiling SwiftBeanCountTax TaxErrors.swift
[26/29] Compiling SwiftBeanCountTax TaxSlip.swift
[27/29] Compiling SwiftBeanCountTax Sale.swift
[28/29] Emitting module SwiftBeanCountTax
[29/29] Compiling SwiftBeanCountTax TaxCalculator.swift
Build complete! (14.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftbeancountmodel",
      "requirement" : {
        "exact" : [
          "0.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
    }
  ],
  "manifest_display_name" : "SwiftBeanCountTax",
  "name" : "SwiftBeanCountTax",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftBeanCountTax",
      "targets" : [
        "SwiftBeanCountTax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBeanCountTaxTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountTaxTests",
      "path" : "Tests/SwiftBeanCountTaxTests",
      "sources" : [
        "Helpers.swift",
        "SaleTests.swift",
        "TaxCalculatorTaxSlipTests.swift",
        "TaxCalculatorTaxableSalesTests.swift",
        "TaxErrorsTests.swift",
        "TaxSlipTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBeanCountTax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBeanCountTax",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountTax",
      "path" : "Sources/SwiftBeanCountTax",
      "product_dependencies" : [
        "SwiftBeanCountModel"
      ],
      "product_memberships" : [
        "SwiftBeanCountTax"
      ],
      "sources" : [
        "Sale.swift",
        "TaxCalculator.swift",
        "TaxErrors.swift",
        "TaxSlip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.