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 Android on 18 Jun 2025 15:24:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/3360] Fetching swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.47s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.96s)
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-8C5A4AE7A8CE2BA.txt
[4/21] Emitting module SwiftBeanCountModel
[5/23] Compiling SwiftBeanCountModel Balance.swift
[6/23] Compiling SwiftBeanCountModel Commodity.swift
[7/23] Compiling SwiftBeanCountModel Cost.swift
[8/23] Compiling SwiftBeanCountModel Price.swift
[9/23] Compiling SwiftBeanCountModel Tag.swift
[10/23] Compiling SwiftBeanCountModel Transaction.swift
[11/23] Compiling SwiftBeanCountModel TransactionMetaData.swift
[12/23] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[13/23] Compiling SwiftBeanCountModel Option.swift
[14/23] Compiling SwiftBeanCountModel Custom.swift
[15/23] Compiling SwiftBeanCountModel Event.swift
[16/23] Compiling SwiftBeanCountModel Flag.swift
[17/23] Compiling SwiftBeanCountModel Inventory.swift
[18/23] Compiling SwiftBeanCountModel Ledger.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/40] Compiling SwiftBeanCountParser MetaDataParser.swift
[26/40] Compiling SwiftBeanCountParser OptionParser.swift
[27/42] Compiling SwiftBeanCountParser PluginParser.swift
[28/42] Compiling SwiftBeanCountParser PostingParser.swift
[29/42] Compiling SwiftBeanCountParser Collection.swift
[30/42] Compiling SwiftBeanCountParser String.swift
[31/42] Emitting module SwiftBeanCountParser
[32/42] Compiling SwiftBeanCountParser DateParser.swift
[33/42] Compiling SwiftBeanCountParser EventParser.swift
[34/42] Compiling SwiftBeanCountParser AccountParser.swift
[35/42] Compiling SwiftBeanCountParser BalanceParser.swift
[36/42] Compiling SwiftBeanCountParser CommodityParser.swift
[37/42] Compiling SwiftBeanCountParser CostParser.swift
[38/42] Compiling SwiftBeanCountParser CustomsParser.swift
[39/42] Compiling SwiftBeanCountParser PriceParser.swift
[40/42] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[41/42] Compiling SwiftBeanCountParser Parser.swift
[42/42] Compiling SwiftBeanCountParser ParserUtils.swift
Build complete! (20.27s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.