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 (b52fbc), with Swift 5.10 for macOS (SPM) on 3 Jun 2025 09:07:03 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.63.1
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 b52fbcd Bump RogersBankDownloader from 0.2.1 to 0.2.2
Cloned https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Revision (git rev-parse @):
b52fbcdfc71bea76cfae09a9150c2f0bd2c88ab8
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 RogersBankDownloader URLTaskHelper.swift
[7/34] Compiling SwiftBeanCountModel Ledger.swift
[8/34] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[9/35] Compiling SwiftBeanCountModel Tag.swift
[10/35] Compiling SwiftBeanCountModel Transaction.swift
[11/35] Compiling SwiftBeanCountModel Option.swift
[12/35] Compiling SwiftBeanCountModel Price.swift
[13/35] Compiling SwiftBeanCountModel Flag.swift
[14/35] Compiling SwiftBeanCountModel Inventory.swift
[15/35] Compiling SwiftBeanCountModel TransactionMetaData.swift
[16/35] Compiling SwiftBeanCountModel TransactionPosting.swift
[17/35] Compiling RogersBankDownloader RogersUser.swift
[18/35] Emitting module SwiftBeanCountModel
[19/35] Compiling SwiftBeanCountModel Commodity.swift
[20/35] Compiling SwiftBeanCountModel Cost.swift
[21/35] Compiling SwiftBeanCountModel Amount.swift
[22/35] Compiling SwiftBeanCountModel Balance.swift
[23/35] Compiling SwiftBeanCountModel Account.swift
[24/35] Compiling SwiftBeanCountModel AccountName.swift
[25/35] Compiling SwiftBeanCountModel Custom.swift
[26/35] Compiling SwiftBeanCountModel Event.swift
[27/35] Emitting module SwiftBeanCountParserUtils
[28/35] Compiling SwiftBeanCountParserUtils String.swift
[29/35] Compiling RogersBankDownloader RogersActivity.swift
[30/35] Compiling RogersBankDownloader RogersStatement.swift
[31/35] Compiling SwiftBeanCountModel ValidationResult.swift
[32/35] Compiling RogersBankDownloader RogersAccount.swift
[33/35] Compiling RogersBankDownloader DownloadError.swift
[34/35] Emitting module RogersBankDownloader
[35/35] Compiling RogersBankDownloader RogersAuthenticator.swift
[36/39] Compiling SwiftBeanCountRogersBankMapper RogersBankMappingError.swift
[37/39] Compiling SwiftBeanCountRogersBankMapper SwiftBeanCountRogersBankMapper.swift
[38/39] Compiling SwiftBeanCountRogersBankMapper MetaDataKeys.swift
[39/39] Emitting module SwiftBeanCountRogersBankMapper
Build complete! (11.82s)
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/RogersBankDownloader.git
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
[1/3360] Fetching swiftbeancountmodel
[405/4256] Fetching swiftbeancountmodel, swiftbeancountparserutils
[612/5826] Fetching swiftbeancountmodel, swiftbeancountparserutils, rogersbankdownloader
Fetched https://github.com/Nef10/RogersBankDownloader.git from cache (1.51s)
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (1.51s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (1.51s)
Computing version for https://github.com/Nef10/RogersBankDownloader.git
Computed https://github.com/Nef10/RogersBankDownloader.git at 0.2.2 (0.45s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.45s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.45s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
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/RogersBankDownloader.git
Working copy of https://github.com/Nef10/RogersBankDownloader.git resolved at 0.2.2
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"
    },
    {
      "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.