The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftBeanCountTax, reference v0.0.4 (0c3ff8), with Swift 5.9 for Linux on 12 Jan 2025 09:02:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountTax.git
Reference: v0.0.4
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.4     -> FETCH_HEAD
HEAD is now at 0c3ff81 Add tax slip properties to separate boxes with and without numbers (#53)
Cloned https://github.com/Nef10/SwiftBeanCountTax.git
Revision (git rev-parse @):
0c3ff8122013fdcee456921e34da5d2b001dde4e
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountTax.git at v0.0.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
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" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/3267] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git (0.31s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.36s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
Building for debugging...
[1/18] Emitting module SwiftBeanCountModel
[2/20] Compiling SwiftBeanCountModel TransactionPosting.swift
[3/20] Compiling SwiftBeanCountModel ValidationResult.swift
[4/20] Compiling SwiftBeanCountModel Custom.swift
[5/20] Compiling SwiftBeanCountModel Event.swift
[6/20] Compiling SwiftBeanCountModel Flag.swift
[7/20] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[8/20] Compiling SwiftBeanCountModel Option.swift
[9/20] Compiling SwiftBeanCountModel Inventory.swift
[10/20] Compiling SwiftBeanCountModel Ledger.swift
[11/20] Compiling SwiftBeanCountModel Price.swift
[12/20] Compiling SwiftBeanCountModel Tag.swift
[13/20] Compiling SwiftBeanCountModel Balance.swift
[14/20] Compiling SwiftBeanCountModel Commodity.swift
[15/20] Compiling SwiftBeanCountModel Cost.swift
[16/20] Compiling SwiftBeanCountModel Account.swift
[17/20] Compiling SwiftBeanCountModel AccountName.swift
[18/20] Compiling SwiftBeanCountModel Amount.swift
[19/20] Compiling SwiftBeanCountModel Transaction.swift
[20/20] Compiling SwiftBeanCountModel TransactionMetaData.swift
[23/27] Emitting module SwiftBeanCountTax
[24/27] Compiling SwiftBeanCountTax Sale.swift
[25/27] Compiling SwiftBeanCountTax TaxSlip.swift
[26/27] Compiling SwiftBeanCountTax TaxErrors.swift
[27/27] Compiling SwiftBeanCountTax TaxCalculator.swift
Build complete! (10.44s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftbeancountmodel",
      "requirement" : {
        "exact" : [
          "0.1.6"
        ]
      },
      "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"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.