Build Information
Successful build of FINporter, reference 1.2.3 (2e779a
), with Swift 6.1 for Linux on 27 Apr 2025 12:03:51 UTC.
Swift 6 data race errors: 6
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-portfolio/FINporter.git
Reference: 1.2.3
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/open-portfolio/FINporter
* tag 1.2.3 -> FETCH_HEAD
HEAD is now at 2e779ab restore local SwiftCSV pending further investigation
Cloned https://github.com/open-portfolio/FINporter.git
Revision (git rev-parse @):
2e779ab9e31735a5bcfb188ca291c6205d777866
SUCCESS checkout https://github.com/open-portfolio/FINporter.git at 1.2.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/open-portfolio/FINporter.git
https://github.com/open-portfolio/FINporter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "allocdata",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/openalloc/AllocData.git"
},
{
"identity" : "swiftcsv",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/openalloc/SwiftCSV.git"
}
],
"manifest_display_name" : "FINporter",
"name" : "FINporter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "FINporter",
"targets" : [
"FINporter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FINporterTests",
"module_type" : "SwiftTarget",
"name" : "FINporterTests",
"path" : "Tests",
"sources" : [
"Core/FINporterTests.swift",
"Core/FINporterUtilsTests.swift",
"Handlers/DetectHandlerTests.swift",
"Handlers/TransformHandlerTests.swift",
"Helpers/DelimitedEncoderTests.swift",
"Helpers/StringCaptureGroupTests.swift",
"Helpers/TxnIDGenTests.swift",
"LinuxMain.swift",
"TestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FINporter"
],
"type" : "test"
},
{
"c99name" : "FINporter",
"module_type" : "SwiftTarget",
"name" : "FINporter",
"path" : "Sources",
"product_dependencies" : [
"AllocData",
"SwiftCSV"
],
"product_memberships" : [
"FINporter"
],
"sources" : [
"Core/FINporter+Utils.swift",
"Core/FINporter.swift",
"Core/FINprospector.swift",
"Handlers/DetectHandler.swift",
"Handlers/TransformHandler.swift",
"Helpers/DelimitedEncoder.swift",
"Helpers/FINporterError.swift",
"Helpers/String+CaptureGroups.swift",
"Helpers/TxnIDGenerator.swift",
"Model/MAsset+StandardID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/openalloc/SwiftCSV.git
Fetching https://github.com/openalloc/AllocData.git
[1/1708] Fetching allocdata
[1709/2775] Fetching allocdata, swiftcsv
Fetched https://github.com/openalloc/SwiftCSV.git from cache (0.20s)
Fetched https://github.com/openalloc/AllocData.git from cache (0.20s)
Computing version for https://github.com/openalloc/SwiftCSV.git
Computed https://github.com/openalloc/SwiftCSV.git at 0.6.2 (0.71s)
Computing version for https://github.com/openalloc/AllocData.git
Computed https://github.com/openalloc/AllocData.git at 1.2.0 (0.57s)
Creating working copy for https://github.com/openalloc/SwiftCSV.git
Working copy of https://github.com/openalloc/SwiftCSV.git resolved at 0.6.2
Creating working copy for https://github.com/openalloc/AllocData.git
Working copy of https://github.com/openalloc/AllocData.git resolved at 1.2.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/78] Emitting module AllocData
[6/87] Compiling SwiftCSV String+Lines.swift
[7/87] Compiling SwiftCSV Parser.swift
[8/87] Compiling SwiftCSV ParsingState.swift
[9/87] Compiling SwiftCSV NamedView.swift
[10/87] Emitting module SwiftCSV
[11/87] Compiling AllocData MSourceMeta+Row.swift
[12/87] Compiling AllocData MSourceMeta.swift
[13/87] Compiling AllocData MStrategy+Attributes.swift
[14/87] Compiling AllocData MStrategy+Key.swift
[15/87] Compiling AllocData MStrategy+Row.swift
[16/87] Compiling AllocData MStrategy.swift
[17/87] Compiling AllocData MTracker+Attributes.swift
[18/87] Compiling AllocData MTracker+Key.swift
[19/87] Compiling AllocData MTracker+Row.swift
[20/87] Compiling AllocData MRebalanceSale+Key.swift
[21/87] Compiling AllocData MRebalanceSale+Row.swift
[22/87] Compiling AllocData MRebalanceSale.swift
[23/87] Compiling AllocData MSecurity+Attributes.swift
[24/87] Compiling AllocData MSecurity+Key.swift
[25/87] Compiling AllocData MSecurity+Row.swift
[26/87] Compiling AllocData MSecurity.swift
[27/87] Compiling AllocData MSourceMeta+Attributes.swift
[28/87] Compiling AllocData MSourceMeta+Key.swift
[29/87] Compiling AllocData MTracker.swift
[30/87] Compiling AllocData MTransaction+Action.swift
[31/87] Compiling AllocData MTransaction+Attributes.swift
[32/87] Compiling AllocData MTransaction+Key.swift
[33/87] Compiling AllocData MTransaction+Row.swift
[34/87] Compiling AllocData MTransaction.swift
[35/87] Compiling AllocData MValuationCashflow+Attributes.swift
[36/87] Compiling AllocData MValuationCashflow+Key.swift
[37/87] Compiling AllocData MValuationCashflow+Row.swift
[38/87] Compiling AllocData MRebalanceAllocation+Attributes.swift
[39/87] Compiling AllocData MRebalanceAllocation+Key.swift
[40/87] Compiling AllocData MRebalanceAllocation+Row.swift
[41/87] Compiling AllocData MRebalanceAllocation.swift
[42/87] Compiling AllocData MRebalancePurchase+Attributes.swift
[43/87] Compiling AllocData MRebalancePurchase+Key.swift
[44/87] Compiling AllocData MRebalancePurchase+Row.swift
[45/87] Compiling AllocData MRebalancePurchase.swift
[46/87] Compiling AllocData MRebalanceSale+Attributes.swift
[47/87] Compiling SwiftCSV CSV.swift
[48/87] Compiling SwiftCSV Description.swift
[49/87] Compiling SwiftCSV EnumeratedView.swift
[50/88] Compiling AllocData MValuationCashflow.swift
[51/88] Compiling AllocData MValuationPosition+Attributes.swift
[52/88] Compiling AllocData MValuationPosition+Key.swift
[53/88] Compiling AllocData MValuationPosition+Row.swift
[54/88] Compiling AllocData MValuationPosition.swift
[55/88] Compiling AllocData MValuationSnapshot+Attributes.swift
[56/88] Compiling AllocData MValuationSnapshot+Key.swift
[57/88] Compiling AllocData MValuationSnapshot+Row.swift
[58/88] Compiling AllocData MValuationSnapshot.swift
[59/88] Compiling AllocData MAccount+Key.swift
[60/88] Compiling AllocData MAccount+Row.swift
[61/88] Compiling AllocData MAccount.swift
[62/88] Compiling AllocData MAllocation+Attributes.swift
[63/88] Compiling AllocData MAllocation+Key.swift
[64/88] Compiling AllocData MAllocation+Row.swift
[65/88] Compiling AllocData MAllocation.swift
[66/88] Compiling AllocData MAsset+Attributes.swift
[67/88] Compiling AllocData MAsset+Key.swift
[68/88] Compiling AllocData MAsset+Row.swift
[69/88] Compiling AllocData AllocAttributable.swift
[70/88] Compiling AllocData AllocBase+Parsers.swift
[71/88] Compiling AllocData AllocBase.swift
[72/88] Compiling AllocData AllocDataError.swift
[73/88] Compiling AllocData AllocFormat.swift
[74/88] Compiling AllocData AllocKeyed.swift
[75/88] Compiling AllocData AllocRowed.swift
[76/88] Compiling AllocData AllocSchema+TableSignature.swift
[77/88] Compiling AllocData AllocSchema.swift
[78/88] Compiling AllocData MAccount+Attributes.swift
[79/88] Compiling AllocData MAsset.swift
[80/88] Compiling AllocData MCap+Attributes.swift
[81/88] Compiling AllocData MCap+Key.swift
[82/88] Compiling AllocData MCap+Row.swift
[83/88] Compiling AllocData MCap.swift
[84/88] Compiling AllocData MHolding+Attributes.swift
[85/88] Compiling AllocData MHolding+Key.swift
[86/88] Compiling AllocData MHolding+Row.swift
[87/88] Compiling AllocData MHolding.swift
[90/99] Compiling FINporter TxnIDGenerator.swift
[91/100] Compiling FINporter String+CaptureGroups.swift
[92/100] Compiling FINporter FINporterError.swift
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:27:10: warning: associated value 'needExplicitOutputSchema' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
25 | case decodingError(_ msg: String)
26 | case decodingKeyError(key: String, classType: String, _ msg: String)
27 | case needExplicitOutputSchema(_ supported: [AllocSchema])
| `- warning: associated value 'needExplicitOutputSchema' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
29 | case multipleImportersMatch(_ importers: [FINporter])
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AllocData'
18 | import Foundation
19 |
20 | import AllocData
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AllocData'
21 |
22 | public enum FINporterError: Error, Equatable, CustomStringConvertible {
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:28:10: warning: associated value 'targetSchemaNotSupported' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
26 | case decodingKeyError(key: String, classType: String, _ msg: String)
27 | case needExplicitOutputSchema(_ supported: [AllocSchema])
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
| `- warning: associated value 'targetSchemaNotSupported' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
29 | case multipleImportersMatch(_ importers: [FINporter])
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:29:10: warning: associated value 'multipleImportersMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'FINporter'; this is an error in the Swift 6 language mode
27 | case needExplicitOutputSchema(_ supported: [AllocSchema])
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
29 | case multipleImportersMatch(_ importers: [FINporter])
| `- warning: associated value 'multipleImportersMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'FINporter'; this is an error in the Swift 6 language mode
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
31 | case multipleOutputSchemasMatch(_ schemas: [AllocSchema])
/host/spi-builder-workspace/Sources/Core/FINporter.swift:22:12: note: class 'FINporter' does not conform to the 'Sendable' protocol
20 | import AllocData
21 |
22 | open class FINporter: Identifiable, Hashable {
| `- note: class 'FINporter' does not conform to the 'Sendable' protocol
23 | public typealias DetectResult = [AllocSchema: [AllocFormat]]
24 |
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:30:10: warning: associated value 'multipleDetectedSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
29 | case multipleImportersMatch(_ importers: [FINporter])
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
| `- warning: associated value 'multipleDetectedSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
31 | case multipleOutputSchemasMatch(_ schemas: [AllocSchema])
32 | case sourceFormatNotRecognized
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:31:10: warning: associated value 'multipleOutputSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
29 | case multipleImportersMatch(_ importers: [FINporter])
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
31 | case multipleOutputSchemasMatch(_ schemas: [AllocSchema])
| `- warning: associated value 'multipleOutputSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
32 | case sourceFormatNotRecognized
33 | case importerNotRecognized(_ msg: String)
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
[93/100] Emitting module FINporter
/host/spi-builder-workspace/Sources/Helpers/DelimitedEncoder.swift:30:24: warning: static property 'isoDateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
28 | private var data = Data()
29 |
30 | private static let isoDateFormatter = ISO8601DateFormatter()
| |- warning: static property 'isoDateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isoDateFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | public init(delimiter: String = ",",
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
| `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
2 | open var timeZone: TimeZone! { get set }
3 | open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:27:10: warning: associated value 'needExplicitOutputSchema' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
25 | case decodingError(_ msg: String)
26 | case decodingKeyError(key: String, classType: String, _ msg: String)
27 | case needExplicitOutputSchema(_ supported: [AllocSchema])
| `- warning: associated value 'needExplicitOutputSchema' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
29 | case multipleImportersMatch(_ importers: [FINporter])
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AllocData'
18 | import Foundation
19 |
20 | import AllocData
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AllocData'
21 |
22 | public enum FINporterError: Error, Equatable, CustomStringConvertible {
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:28:10: warning: associated value 'targetSchemaNotSupported' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
26 | case decodingKeyError(key: String, classType: String, _ msg: String)
27 | case needExplicitOutputSchema(_ supported: [AllocSchema])
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
| `- warning: associated value 'targetSchemaNotSupported' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
29 | case multipleImportersMatch(_ importers: [FINporter])
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:29:10: warning: associated value 'multipleImportersMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'FINporter'; this is an error in the Swift 6 language mode
27 | case needExplicitOutputSchema(_ supported: [AllocSchema])
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
29 | case multipleImportersMatch(_ importers: [FINporter])
| `- warning: associated value 'multipleImportersMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'FINporter'; this is an error in the Swift 6 language mode
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
31 | case multipleOutputSchemasMatch(_ schemas: [AllocSchema])
/host/spi-builder-workspace/Sources/Core/FINporter.swift:22:12: note: class 'FINporter' does not conform to the 'Sendable' protocol
20 | import AllocData
21 |
22 | open class FINporter: Identifiable, Hashable {
| `- note: class 'FINporter' does not conform to the 'Sendable' protocol
23 | public typealias DetectResult = [AllocSchema: [AllocFormat]]
24 |
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:30:10: warning: associated value 'multipleDetectedSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
28 | case targetSchemaNotSupported(_ supported: [AllocSchema])
29 | case multipleImportersMatch(_ importers: [FINporter])
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
| `- warning: associated value 'multipleDetectedSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
31 | case multipleOutputSchemasMatch(_ schemas: [AllocSchema])
32 | case sourceFormatNotRecognized
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
/host/spi-builder-workspace/Sources/Helpers/FINporterError.swift:31:10: warning: associated value 'multipleOutputSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
29 | case multipleImportersMatch(_ importers: [FINporter])
30 | case multipleDetectedSchemasMatch(_ schemas: [AllocSchema])
31 | case multipleOutputSchemasMatch(_ schemas: [AllocSchema])
| `- warning: associated value 'multipleOutputSchemasMatch' of 'Sendable'-conforming enum 'FINporterError' has non-sendable type 'AllocSchema'; this is an error in the Swift 6 language mode
32 | case sourceFormatNotRecognized
33 | case importerNotRecognized(_ msg: String)
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocSchema.swift:20:13: note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
18 | import Foundation
19 |
20 | public enum AllocSchema: String, CaseIterable {
| `- note: enum 'AllocSchema' does not conform to the 'Sendable' protocol
21 | case allocStrategy = "openalloc/strategy"
22 | case allocAllocation = "openalloc/allocation"
[94/100] Compiling FINporter FINporter+Utils.swift
[95/100] Compiling FINporter FINporter.swift
[96/100] Compiling FINporter MAsset+StandardID.swift
[97/100] Compiling FINporter DelimitedEncoder.swift
/host/spi-builder-workspace/Sources/Helpers/DelimitedEncoder.swift:30:24: warning: static property 'isoDateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
28 | private var data = Data()
29 |
30 | private static let isoDateFormatter = ISO8601DateFormatter()
| |- warning: static property 'isoDateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isoDateFormatter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 | public init(delimiter: String = ",",
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
| `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
2 | open var timeZone: TimeZone! { get set }
3 | open var formatOptions: ISO8601DateFormatter.Options { get set }
[98/100] Compiling FINporter TransformHandler.swift
[99/100] Compiling FINporter FINprospector.swift
/host/spi-builder-workspace/Sources/Core/FINprospector.swift:55:74: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
53 | }
54 | } catch let CSVParseError.generic(message) {
55 | fputs("[FINprospector.prospect] CSV generic \(message)", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | } catch let CSVParseError.quotation(message) {
57 | fputs("[FINprospector.prospect] CSV quotation \(message)", stderr)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Core/FINprospector.swift:57:76: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
55 | fputs("[FINprospector.prospect] CSV generic \(message)", stderr)
56 | } catch let CSVParseError.quotation(message) {
57 | fputs("[FINprospector.prospect] CSV quotation \(message)", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
58 | }
59 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[100/100] Compiling FINporter DetectHandler.swift
/host/spi-builder-workspace/Sources/Core/FINprospector.swift:55:74: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
53 | }
54 | } catch let CSVParseError.generic(message) {
55 | fputs("[FINprospector.prospect] CSV generic \(message)", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | } catch let CSVParseError.quotation(message) {
57 | fputs("[FINprospector.prospect] CSV quotation \(message)", stderr)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/Core/FINprospector.swift:57:76: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
55 | fputs("[FINprospector.prospect] CSV generic \(message)", stderr)
56 | } catch let CSVParseError.quotation(message) {
57 | fputs("[FINprospector.prospect] CSV quotation \(message)", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
58 | }
59 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
Build complete! (15.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "allocdata",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/openalloc/AllocData.git"
},
{
"identity" : "swiftcsv",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/openalloc/SwiftCSV.git"
}
],
"manifest_display_name" : "FINporter",
"name" : "FINporter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "FINporter",
"targets" : [
"FINporter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FINporterTests",
"module_type" : "SwiftTarget",
"name" : "FINporterTests",
"path" : "Tests",
"sources" : [
"Core/FINporterTests.swift",
"Core/FINporterUtilsTests.swift",
"Handlers/DetectHandlerTests.swift",
"Handlers/TransformHandlerTests.swift",
"Helpers/DelimitedEncoderTests.swift",
"Helpers/StringCaptureGroupTests.swift",
"Helpers/TxnIDGenTests.swift",
"LinuxMain.swift",
"TestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FINporter"
],
"type" : "test"
},
{
"c99name" : "FINporter",
"module_type" : "SwiftTarget",
"name" : "FINporter",
"path" : "Sources",
"product_dependencies" : [
"AllocData",
"SwiftCSV"
],
"product_memberships" : [
"FINporter"
],
"sources" : [
"Core/FINporter+Utils.swift",
"Core/FINporter.swift",
"Core/FINprospector.swift",
"Handlers/DetectHandler.swift",
"Handlers/TransformHandler.swift",
"Helpers/DelimitedEncoder.swift",
"Helpers/FINporterError.swift",
"Helpers/String+CaptureGroups.swift",
"Helpers/TxnIDGenerator.swift",
"Model/MAsset+StandardID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.