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 6.0 for macOS (SPM) on 3 Jun 2025 09:07:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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:             6.0
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/34] Compiling SwiftBeanCountModel TransactionMetaData.swift
[7/34] Compiling SwiftBeanCountModel TransactionPosting.swift
[8/35] Compiling SwiftBeanCountModel ValidationResult.swift
[9/35] Compiling RogersBankDownloader RogersAuthenticator.swift
[10/35] Compiling RogersBankDownloader RogersStatement.swift
[11/35] Compiling RogersBankDownloader URLTaskHelper.swift
[12/35] Compiling RogersBankDownloader RogersUser.swift
[13/35] Compiling SwiftBeanCountModel Custom.swift
[14/35] Compiling SwiftBeanCountModel Event.swift
[15/35] Compiling SwiftBeanCountModel Tag.swift
[16/35] Compiling SwiftBeanCountModel Transaction.swift
[17/35] Compiling SwiftBeanCountModel Amount.swift
[18/35] Compiling SwiftBeanCountModel Balance.swift
[19/35] Compiling SwiftBeanCountModel Account.swift
[20/35] Compiling SwiftBeanCountModel AccountName.swift
[21/35] Compiling SwiftBeanCountModel Commodity.swift
[22/35] Compiling SwiftBeanCountModel Cost.swift
[23/35] Emitting module SwiftBeanCountModel
[24/35] Compiling SwiftBeanCountModel Ledger.swift
[25/35] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[26/35] Compiling SwiftBeanCountModel Flag.swift
[27/35] Compiling SwiftBeanCountModel Inventory.swift
[28/35] Compiling SwiftBeanCountModel Option.swift
[29/35] Compiling SwiftBeanCountModel Price.swift
[30/35] Emitting module SwiftBeanCountParserUtils
[31/35] Compiling SwiftBeanCountParserUtils String.swift
[32/35] Emitting module RogersBankDownloader
[33/35] Compiling RogersBankDownloader DownloadError.swift
[34/35] Compiling RogersBankDownloader RogersActivity.swift
[35/35] Compiling RogersBankDownloader RogersAccount.swift
[36/39] Emitting module SwiftBeanCountRogersBankMapper
[37/39] Compiling SwiftBeanCountRogersBankMapper SwiftBeanCountRogersBankMapper.swift
[38/39] Compiling SwiftBeanCountRogersBankMapper MetaDataKeys.swift
[39/39] Compiling SwiftBeanCountRogersBankMapper RogersBankMappingError.swift
Build complete! (11.46s)
Fetching https://github.com/Nef10/RogersBankDownloader.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
[1/896] Fetching swiftbeancountparserutils
[208/2466] Fetching swiftbeancountparserutils, rogersbankdownloader
[408/5826] Fetching swiftbeancountparserutils, rogersbankdownloader, swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (1.23s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (1.23s)
Fetched https://github.com/Nef10/RogersBankDownloader.git from cache (1.23s)
Computing version for https://github.com/Nef10/RogersBankDownloader.git
Computed https://github.com/Nef10/RogersBankDownloader.git at 0.2.2 (0.57s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.57s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.57s)
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.