The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftBeanCountRogersBankMapper, reference v0.0.13 (2a77c3), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 21:05:35 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Reference: v0.0.13
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/SwiftBeanCountRogersBankMapper
 * tag               v0.0.13    -> FETCH_HEAD
HEAD is now at 2a77c34 Bump RogersBankDownloader from 0.2.0 to 0.2.1
Cloned https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
Revision (git rev-parse @):
2a77c3430d2f69ff9d76e953f4b000f9e7abd2f1
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git at v0.0.13
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
https://github.com/Nef10/SwiftBeanCountRogersBankMapper.git
{
  "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.1"
        ]
      },
      "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/34] Compiling SwiftBeanCountModel Tag.swift
[7/34] Compiling SwiftBeanCountModel Transaction.swift
[8/34] Compiling SwiftBeanCountModel TransactionMetaData.swift
[9/34] Compiling SwiftBeanCountModel TransactionPosting.swift
[10/35] Compiling SwiftBeanCountModel Ledger.swift
[11/35] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[12/35] Compiling SwiftBeanCountModel Option.swift
[13/35] Compiling SwiftBeanCountModel Price.swift
[14/35] Emitting module RogersBankDownloader
[15/35] Compiling RogersBankDownloader DownloadError.swift
[16/35] Emitting module SwiftBeanCountModel
[17/35] Compiling SwiftBeanCountModel Account.swift
[18/35] Compiling SwiftBeanCountModel AccountName.swift
[19/35] Compiling RogersBankDownloader RogersStatement.swift
[20/35] Emitting module SwiftBeanCountParserUtils
[21/35] Compiling SwiftBeanCountParserUtils String.swift
[22/35] Compiling SwiftBeanCountModel Amount.swift
[23/35] Compiling SwiftBeanCountModel Balance.swift
[24/35] Compiling SwiftBeanCountModel Custom.swift
[25/35] Compiling SwiftBeanCountModel Event.swift
[26/35] Compiling RogersBankDownloader RogersUser.swift
[27/35] Compiling SwiftBeanCountModel Commodity.swift
[28/35] Compiling SwiftBeanCountModel Cost.swift
[29/35] Compiling SwiftBeanCountModel Flag.swift
[30/35] Compiling SwiftBeanCountModel Inventory.swift
[31/35] Compiling RogersBankDownloader RogersActivity.swift
[32/35] Compiling RogersBankDownloader RogersAuthenticator.swift
[33/35] Compiling RogersBankDownloader RogersAccount.swift
[34/35] Compiling RogersBankDownloader URLTaskHelper.swift
[35/35] Compiling SwiftBeanCountModel ValidationResult.swift
[36/39] Compiling SwiftBeanCountRogersBankMapper RogersBankMappingError.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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
[37/39] Compiling SwiftBeanCountRogersBankMapper MetaDataKeys.swift
[38/39] Compiling SwiftBeanCountRogersBankMapper SwiftBeanCountRogersBankMapper.swift
[39/39] Emitting module SwiftBeanCountRogersBankMapper
/Users/admin/builder/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 | }
/Users/admin/builder/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 }
/Users/admin/builder/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
Build complete! (11.37s)
Fetching https://github.com/Nef10/RogersBankDownloader.git
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/884] Fetching swiftbeancountparserutils
[19/2399] Fetching swiftbeancountparserutils, rogersbankdownloader
[260/5747] Fetching swiftbeancountparserutils, rogersbankdownloader, swiftbeancountmodel
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (1.03s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (1.07s)
Fetched https://github.com/Nef10/RogersBankDownloader.git from cache (1.07s)
Computing version for https://github.com/Nef10/RogersBankDownloader.git
Computed https://github.com/Nef10/RogersBankDownloader.git at 0.2.1 (1.66s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (0.55s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.56s)
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.1
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.1"
        ]
      },
      "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.