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 SwiftBeanCountParser, reference v0.1.8 (4299b4), with Swift 6.2 (beta) for Linux on 18 Jun 2025 15:33:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountParser.git
Reference: v0.1.8
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/SwiftBeanCountParser
 * tag               v0.1.8     -> FETCH_HEAD
HEAD is now at 4299b42 Update Model to 0.1.6
Cloned https://github.com/Nef10/SwiftBeanCountParser.git
Revision (git rev-parse @):
4299b420e43abeb113a315467b1a70a5017ca758
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountParser.git at v0.1.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/3360] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.74s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (1.51s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/21] Emitting module SwiftBeanCountModel
[5/23] Compiling SwiftBeanCountModel TransactionPosting.swift
[6/23] Compiling SwiftBeanCountModel ValidationResult.swift
[7/23] Compiling SwiftBeanCountModel Transaction.swift
[8/23] Compiling SwiftBeanCountModel TransactionMetaData.swift
[9/23] Compiling SwiftBeanCountModel Inventory.swift
[10/23] Compiling SwiftBeanCountModel Ledger.swift
[11/23] Compiling SwiftBeanCountModel Price.swift
[12/23] Compiling SwiftBeanCountModel Tag.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 MultiCurrencyAmount.swift
[23/23] Compiling SwiftBeanCountModel Option.swift
[25/40] Compiling SwiftBeanCountParser MetaDataParser.swift
[26/40] Compiling SwiftBeanCountParser OptionParser.swift
[27/42] Emitting module SwiftBeanCountParser
[28/42] Compiling SwiftBeanCountParser Collection.swift
[29/42] Compiling SwiftBeanCountParser String.swift
[30/42] Compiling SwiftBeanCountParser PluginParser.swift
[31/42] Compiling SwiftBeanCountParser PostingParser.swift
[32/42] Compiling SwiftBeanCountParser PriceParser.swift
[33/42] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[34/42] Compiling SwiftBeanCountParser CostParser.swift
[35/42] Compiling SwiftBeanCountParser CustomsParser.swift
[36/42] Compiling SwiftBeanCountParser AccountParser.swift
[37/42] Compiling SwiftBeanCountParser BalanceParser.swift
[38/42] Compiling SwiftBeanCountParser CommodityParser.swift
[39/42] Compiling SwiftBeanCountParser DateParser.swift
[40/42] Compiling SwiftBeanCountParser EventParser.swift
[41/42] Compiling SwiftBeanCountParser Parser.swift
[42/42] Compiling SwiftBeanCountParser ParserUtils.swift
Build complete! (25.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftbeancountmodel",
      "requirement" : {
        "exact" : [
          "0.1.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
    }
  ],
  "manifest_display_name" : "SwiftBeanCountParser",
  "name" : "SwiftBeanCountParser",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftBeanCountParser",
      "targets" : [
        "SwiftBeanCountParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBeanCountParserTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountParserTests",
      "path" : "Tests/SwiftBeanCountParserTests",
      "sources" : [
        "AccountParserTests.swift",
        "BalanceParserTests.swift",
        "CommodityParserTests.swift",
        "CostParserTests.swift",
        "CustomsParserTests.swift",
        "DateParserTests.swift",
        "EventParserTests.swift",
        "Extensions/CollectionTests.swift",
        "Extensions/StringTests.swift",
        "MetaDataParserTests.swift",
        "OptionParserTests.swift",
        "ParserTests.swift",
        "ParserUtilsTests.swift",
        "PluginParserTests.swift",
        "PostingParserTests.swift",
        "PriceParserTests.swift",
        "Resources/Resources+Big.swift",
        "Resources/Resources+Comments.swift",
        "Resources/Resources+CommentsEndOfLine.swift",
        "Resources/Resources+InvalidCost.swift",
        "Resources/Resources+MetaData.swift",
        "Resources/Resources+Minimal.swift",
        "Resources/Resources+PostingWithoutTransaction.swift",
        "Resources/Resources+TransactionWithoutPosting.swift",
        "Resources/Resources+Whitespace.swift",
        "Resources/Resources.swift",
        "TestUtils.swift",
        "TransactionMetaDataParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBeanCountParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBeanCountParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountParser",
      "path" : "Sources/SwiftBeanCountParser",
      "product_dependencies" : [
        "SwiftBeanCountModel"
      ],
      "product_memberships" : [
        "SwiftBeanCountParser"
      ],
      "sources" : [
        "AccountParser.swift",
        "BalanceParser.swift",
        "CommodityParser.swift",
        "CostParser.swift",
        "CustomsParser.swift",
        "DateParser.swift",
        "EventParser.swift",
        "Extensions/Collection.swift",
        "Extensions/String.swift",
        "MetaDataParser.swift",
        "OptionParser.swift",
        "Parser.swift",
        "ParserUtils.swift",
        "PluginParser.swift",
        "PostingParser.swift",
        "PriceParser.swift",
        "TransactionMetaDataParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.