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.4 (0c3ff8), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 21:12:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountTax.git
Reference: v0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountTax.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/22] Compiling SwiftBeanCountModel Ledger.swift
[5/22] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[6/23] Compiling SwiftBeanCountModel Tag.swift
[7/23] Compiling SwiftBeanCountModel Transaction.swift
[8/23] Compiling SwiftBeanCountModel TransactionMetaData.swift
[9/23] Compiling SwiftBeanCountModel TransactionPosting.swift
[10/23] Compiling SwiftBeanCountModel Flag.swift
[11/23] Compiling SwiftBeanCountModel Inventory.swift
[12/23] Compiling SwiftBeanCountModel ValidationResult.swift
[13/23] Compiling SwiftBeanCountModel Custom.swift
[14/23] Compiling SwiftBeanCountModel Event.swift
[15/23] Compiling SwiftBeanCountModel Commodity.swift
[16/23] Compiling SwiftBeanCountModel Cost.swift
[17/23] Compiling SwiftBeanCountModel Amount.swift
[18/23] Compiling SwiftBeanCountModel Balance.swift
[19/23] Emitting module SwiftBeanCountModel
[20/23] Compiling SwiftBeanCountModel Option.swift
[21/23] Compiling SwiftBeanCountModel Price.swift
[22/23] Compiling SwiftBeanCountModel Account.swift
[23/23] Compiling SwiftBeanCountModel AccountName.swift
[24/28] Compiling SwiftBeanCountTax TaxSlip.swift
[25/28] Emitting module SwiftBeanCountTax
[26/28] Compiling SwiftBeanCountTax TaxCalculator.swift
[27/28] Compiling SwiftBeanCountTax TaxErrors.swift
[28/28] Compiling SwiftBeanCountTax Sale.swift
Build complete! (7.42s)
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/3360] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.99s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (1.52s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
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" : "/Users/admin/builder/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"
}
Done.