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 main (016949), with Swift 5.9 for Linux on 3 Jun 2025 05:44:11 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:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountParser.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0169494 Bump SwiftLint to 0.59.1
Cloned https://github.com/Nef10/SwiftBeanCountParser.git
Revision (git rev-parse @):
016949438503b6fa0775664d16d3c802b676aaaa
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountParser.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
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: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:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
[1/3360] Fetching swiftbeancountmodel
[1245/4256] Fetching swiftbeancountmodel, swiftbeancountparserutils
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git (0.29s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git (0.35s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.73s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.44s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Working copy of https://github.com/Nef10/SwiftBeanCountParserUtils.git resolved at 1.0.0
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/20] Emitting module SwiftBeanCountModel
[2/22] Compiling SwiftBeanCountModel Custom.swift
[3/22] Compiling SwiftBeanCountModel Event.swift
[4/22] Compiling SwiftBeanCountModel Flag.swift
[5/22] Compiling SwiftBeanCountModel Account.swift
[6/22] Compiling SwiftBeanCountModel AccountName.swift
[7/22] Compiling SwiftBeanCountModel Amount.swift
[8/22] Compiling SwiftBeanCountModel TransactionPosting.swift
[9/22] Compiling SwiftBeanCountModel ValidationResult.swift
[10/22] Compiling SwiftBeanCountParserUtils String.swift
[11/22] Emitting module SwiftBeanCountParserUtils
[12/23] Compiling SwiftBeanCountModel Transaction.swift
[13/23] Compiling SwiftBeanCountModel TransactionMetaData.swift
[14/23] Compiling SwiftBeanCountModel Inventory.swift
[15/23] Compiling SwiftBeanCountModel Ledger.swift
[16/23] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[17/23] Compiling SwiftBeanCountModel Option.swift
[18/23] Compiling SwiftBeanCountModel Balance.swift
[19/23] Compiling SwiftBeanCountModel Commodity.swift
[20/23] Compiling SwiftBeanCountModel Cost.swift
[21/23] Compiling SwiftBeanCountModel Price.swift
[22/23] Compiling SwiftBeanCountModel Tag.swift
[27/41] Compiling SwiftBeanCountParser PluginParser.swift
[28/41] Compiling SwiftBeanCountParser PostingParser.swift
[29/43] Compiling SwiftBeanCountParser CommodityParser.swift
[30/43] Compiling SwiftBeanCountParser CostParser.swift
[31/43] Compiling SwiftBeanCountParser CustomsParser.swift
[32/43] Compiling SwiftBeanCountParser DateParser.swift
[33/43] Emitting module SwiftBeanCountParser
[34/43] Compiling SwiftBeanCountParser AccountParser.swift
[35/43] Compiling SwiftBeanCountParser BalanceParser.swift
[36/43] Compiling SwiftBeanCountParser PriceParser.swift
[37/43] Compiling SwiftBeanCountParser TransactionMetaDataParser.swift
[38/43] Compiling SwiftBeanCountParser MetaDataParser.swift
[39/43] Compiling SwiftBeanCountParser OptionParser.swift
[40/43] Compiling SwiftBeanCountParser EventParser.swift
[41/43] Compiling SwiftBeanCountParser Collection.swift
[42/43] Compiling SwiftBeanCountParser Parser.swift
[43/43] Compiling SwiftBeanCountParser ParserUtils.swift
Build complete! (12.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftbeancountmodel",
      "requirement" : {
        "exact" : [
          "0.1.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
    },
    {
      "identity" : "swiftbeancountparserutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Nef10/SwiftBeanCountParserUtils.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",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftBeanCountParserTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AccountParserTests.swift",
        "BalanceParserTests.swift",
        "CommodityParserTests.swift",
        "CostParserTests.swift",
        "CustomsParserTests.swift",
        "DateParserTests.swift",
        "EventParserTests.swift",
        "Extensions/CollectionTests.swift",
        "MetaDataParserTests.swift",
        "OptionParserTests.swift",
        "ParserTests.swift",
        "PluginParserTests.swift",
        "PostingParserTests.swift",
        "PriceParserTests.swift",
        "TestUtils.swift",
        "TransactionMetaDataParserTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBeanCountParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBeanCountParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountParser",
      "path" : "Sources/SwiftBeanCountParser",
      "product_dependencies" : [
        "SwiftBeanCountModel",
        "SwiftBeanCountParserUtils"
      ],
      "product_memberships" : [
        "SwiftBeanCountParser"
      ],
      "sources" : [
        "AccountParser.swift",
        "BalanceParser.swift",
        "CommodityParser.swift",
        "CostParser.swift",
        "CustomsParser.swift",
        "DateParser.swift",
        "EventParser.swift",
        "Extensions/Collection.swift",
        "MetaDataParser.swift",
        "OptionParser.swift",
        "Parser.swift",
        "ParserUtils.swift",
        "PluginParser.swift",
        "PostingParser.swift",
        "PriceParser.swift",
        "TransactionMetaDataParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:943c57f5f023c04804daf623375860c13f93d33d0cb4f0a89054871e5f11529c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.