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 SwiftBeanCountRogersBankMapper, reference main (7039f0), with Swift 5.10 for macOS (SPM) on 13 Dec 2025 15:42:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/SwiftBeanCountRogersBankMapper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7039f0d Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Revision (git rev-parse @):
7039f0d7142da9f13a8636d74ce31de1aedd8e8d
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
[6/34] Compiling SwiftBeanCountModel TransactionMetaData.swift
[7/34] Compiling SwiftBeanCountModel TransactionPosting.swift
[8/35] Compiling SwiftBeanCountModel Commodity.swift
[9/35] Compiling SwiftBeanCountModel Cost.swift
[10/35] Compiling SwiftBeanCountModel ValidationResult.swift
[11/35] Compiling SwiftBeanCountModel Custom.swift
[12/35] Compiling SwiftBeanCountModel Event.swift
[13/35] Compiling SwiftBeanCountModel Flag.swift
[14/35] Compiling SwiftBeanCountModel Inventory.swift
[15/35] Compiling SwiftBeanCountModel Amount.swift
[16/35] Compiling SwiftBeanCountModel Balance.swift
[17/35] Emitting module SwiftBeanCountModel
[18/35] Compiling SwiftBeanCountModel Account.swift
[19/35] Compiling SwiftBeanCountModel AccountName.swift
[20/35] Compiling SwiftBeanCountModel Ledger.swift
[21/35] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[22/35] Compiling SwiftBeanCountModel Tag.swift
[23/35] Compiling SwiftBeanCountModel Transaction.swift
[24/35] Compiling SwiftBeanCountModel Option.swift
[25/35] Compiling SwiftBeanCountModel Price.swift
[26/35] Compiling RogersBankDownloader RogersUser.swift
[27/35] Compiling RogersBankDownloader URLTaskHelper.swift
[28/35] Compiling SwiftBeanCountParserUtils String.swift
[29/35] Emitting module SwiftBeanCountParserUtils
[30/35] Compiling RogersBankDownloader RogersActivity.swift
[31/35] Compiling RogersBankDownloader RogersStatement.swift
[32/35] Emitting module RogersBankDownloader
[33/35] Compiling RogersBankDownloader RogersAuthenticator.swift
[34/35] Compiling RogersBankDownloader DownloadError.swift
[35/35] Compiling RogersBankDownloader RogersAccount.swift
[36/39] Compiling SwiftBeanCountRogersBankMapper MetaDataKeys.swift
[37/39] Emitting module SwiftBeanCountRogersBankMapper
[38/39] Compiling SwiftBeanCountRogersBankMapper SwiftBeanCountRogersBankMapper.swift
[39/39] Compiling SwiftBeanCountRogersBankMapper RogersBankMappingError.swift
Build complete! (14.66s)
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
Fetching https://github.com/Nef10/RogersBankDownloader.git
[1/992] Fetching swiftbeancountparserutils
[448/4757] Fetching swiftbeancountparserutils, swiftbeancountmodel
[825/6423] Fetching swiftbeancountparserutils, swiftbeancountmodel, rogersbankdownloader
Fetched https://github.com/Nef10/RogersBankDownloader.git from cache (3.12s)
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (3.12s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (3.12s)
Computing version for https://github.com/Nef10/RogersBankDownloader.git
Computed https://github.com/Nef10/RogersBankDownloader.git at 0.2.2 (0.51s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.50s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.2.0 (0.49s)
Creating working copy for https://github.com/Nef10/RogersBankDownloader.git
Working copy of https://github.com/Nef10/RogersBankDownloader.git resolved at 0.2.2
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.2.0
Creating working copy for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Working copy of https://github.com/Nef10/SwiftBeanCountParserUtils.git resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftbeancountmodel",
      "requirement" : {
        "exact" : [
          "0.2.0"
        ]
      },
      "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"
    },
    {
      "identity" : "rogersbankdownloader",
      "requirement" : {
        "exact" : [
          "0.2.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Nef10/RogersBankDownloader.git"
    }
  ],
  "manifest_display_name" : "SwiftBeanCountRogersBankMapper",
  "name" : "SwiftBeanCountRogersBankMapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftBeanCountRogersBankMapper",
      "targets" : [
        "SwiftBeanCountRogersBankMapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBeanCountRogersBankMapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountRogersBankMapperTests",
      "path" : "Tests/SwiftBeanCountRogersBankMapperTests",
      "sources" : [
        "Extensions/XCTestCase.swift",
        "RogersBankMappingErrorTests.swift",
        "SwiftBeanCountRogersBankMapperTests.swift",
        "TestAccount.swift"
      ],
      "target_dependencies" : [
        "SwiftBeanCountRogersBankMapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBeanCountRogersBankMapper",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBeanCountRogersBankMapper",
      "path" : "Sources/SwiftBeanCountRogersBankMapper",
      "product_dependencies" : [
        "SwiftBeanCountModel",
        "SwiftBeanCountParserUtils",
        "RogersBankDownloader"
      ],
      "product_memberships" : [
        "SwiftBeanCountRogersBankMapper"
      ],
      "sources" : [
        "MetaDataKeys.swift",
        "RogersBankMappingError.swift",
        "SwiftBeanCountRogersBankMapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.