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 v0.0.14 (b52fbc), with Swift 6.1 for Linux on 3 Jun 2025 08:56:34 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Reference: v0.0.14
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/SwiftBeanCountRogersBankMapper
 * tag               v0.0.14    -> FETCH_HEAD
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 v0.0.14
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/RogersBankDownloader.git
[1/896] Fetching swiftbeancountparserutils
[100/4256] Fetching swiftbeancountparserutils, swiftbeancountmodel
[2107/5826] Fetching swiftbeancountparserutils, swiftbeancountmodel, rogersbankdownloader
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (0.29s)
[3717/4930] Fetching swiftbeancountmodel, rogersbankdownloader
Fetched https://github.com/Nef10/RogersBankDownloader.git from cache (0.50s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.50s)
Computing version for https://github.com/Nef10/RogersBankDownloader.git
Computed https://github.com/Nef10/RogersBankDownloader.git at 0.2.2 (1.12s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (1.19s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.91s)
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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/33] Emitting module SwiftBeanCountParserUtils
[7/33] Compiling SwiftBeanCountParserUtils String.swift
[8/34] Compiling RogersBankDownloader RogersActivity.swift
[9/34] Compiling SwiftBeanCountModel Account.swift
[10/34] Compiling SwiftBeanCountModel AccountName.swift
[11/34] Compiling SwiftBeanCountModel Amount.swift
[12/36] Compiling RogersBankDownloader RogersAccount.swift
[13/36] Compiling RogersBankDownloader DownloadError.swift
[15/36] Compiling SwiftBeanCountModel TransactionPosting.swift
[16/36] Compiling SwiftBeanCountModel ValidationResult.swift
[17/36] Compiling RogersBankDownloader URLTaskHelper.swift
[18/36] Compiling RogersBankDownloader RogersUser.swift
[19/36] Emitting module RogersBankDownloader
[20/36] Compiling RogersBankDownloader RogersAuthenticator.swift
[21/36] Compiling RogersBankDownloader RogersStatement.swift
[22/36] Compiling SwiftBeanCountModel Transaction.swift
[23/36] Compiling SwiftBeanCountModel TransactionMetaData.swift
[24/37] Compiling SwiftBeanCountModel Inventory.swift
[25/37] Compiling SwiftBeanCountModel Ledger.swift
[26/37] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[27/37] Compiling SwiftBeanCountModel Option.swift
[28/37] Compiling SwiftBeanCountModel Price.swift
[29/37] Compiling SwiftBeanCountModel Tag.swift
[30/37] Compiling SwiftBeanCountModel Custom.swift
[31/37] Compiling SwiftBeanCountModel Event.swift
[32/37] Compiling SwiftBeanCountModel Flag.swift
[33/37] Emitting module SwiftBeanCountModel
[34/37] Compiling SwiftBeanCountModel Balance.swift
[35/37] Compiling SwiftBeanCountModel Commodity.swift
[36/37] Compiling SwiftBeanCountModel Cost.swift
[39/42] Emitting module SwiftBeanCountRogersBankMapper
/host/spi-builder-workspace/Sources/SwiftBeanCountRogersBankMapper/RogersBankMappingError.swift:9:10: warning: associated value 'missingActivityData(activity:key:)' of 'Sendable'-conforming enum 'RogersBankMappingError' has non-sendable type 'any Activity'; this is an error in the Swift 6 language mode
 7 |     case missingAccount(lastFour: String)
 8 |     /// Missing data on a downloaded transaction
 9 |     case missingActivityData(activity: Activity, key: String)
   |          `- warning: associated value 'missingActivityData(activity:key:)' of 'Sendable'-conforming enum 'RogersBankMappingError' has non-sendable type 'any Activity'; this is an error in the Swift 6 language mode
10 |
11 | }
/host/spi-builder-workspace/.build/checkouts/RogersBankDownloader/Sources/RogersBankDownloader/RogersActivity.swift:64:17: note: protocol 'Activity' does not conform to the 'Sendable' protocol
 62 |
 63 | /// An activity on the credit card, like a authorization, transactions or payment
 64 | public protocol Activity {
    |                 `- note: protocol 'Activity' does not conform to the 'Sendable' protocol
 65 |     /// Reference number for posted transactions
 66 |     var referenceNumber: String? { get }
/host/spi-builder-workspace/Sources/SwiftBeanCountRogersBankMapper/RogersBankMappingError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RogersBankDownloader'
 1 | import Foundation
 2 | import RogersBankDownloader
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RogersBankDownloader'
 3 |
 4 | /// Error while mapping the downloaded data into BeanCount format
[40/42] Compiling SwiftBeanCountRogersBankMapper MetaDataKeys.swift
[41/42] Compiling SwiftBeanCountRogersBankMapper RogersBankMappingError.swift
/host/spi-builder-workspace/Sources/SwiftBeanCountRogersBankMapper/RogersBankMappingError.swift:9:10: warning: associated value 'missingActivityData(activity:key:)' of 'Sendable'-conforming enum 'RogersBankMappingError' has non-sendable type 'any Activity'; this is an error in the Swift 6 language mode
 7 |     case missingAccount(lastFour: String)
 8 |     /// Missing data on a downloaded transaction
 9 |     case missingActivityData(activity: Activity, key: String)
   |          `- warning: associated value 'missingActivityData(activity:key:)' of 'Sendable'-conforming enum 'RogersBankMappingError' has non-sendable type 'any Activity'; this is an error in the Swift 6 language mode
10 |
11 | }
/host/spi-builder-workspace/.build/checkouts/RogersBankDownloader/Sources/RogersBankDownloader/RogersActivity.swift:64:17: note: protocol 'Activity' does not conform to the 'Sendable' protocol
 62 |
 63 | /// An activity on the credit card, like a authorization, transactions or payment
 64 | public protocol Activity {
    |                 `- note: protocol 'Activity' does not conform to the 'Sendable' protocol
 65 |     /// Reference number for posted transactions
 66 |     var referenceNumber: String? { get }
/host/spi-builder-workspace/Sources/SwiftBeanCountRogersBankMapper/RogersBankMappingError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RogersBankDownloader'
 1 | import Foundation
 2 | import RogersBankDownloader
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RogersBankDownloader'
 3 |
 4 | /// Error while mapping the downloaded data into BeanCount format
[42/42] Compiling SwiftBeanCountRogersBankMapper SwiftBeanCountRogersBankMapper.swift
Build complete! (17.72s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.