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 TinyCSV, reference 1.2.0 (a27a0b), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 19:59:37 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/TinyCSV.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/TinyCSV
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at a27a0ba update version
Cloned https://github.com/dagronf/TinyCSV.git
Revision (git rev-parse @):
a27a0baa6766e44eb27a2a8c6b2e15541056b3de
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/TinyCSV.git at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "tinycsv",
      "name": "TinyCSV",
      "url": "https://github.com/dagronf/TinyCSV.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TinyCSV",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dagronf/TinyCSV.git
[3/277] Fetching tinycsv
Fetched https://github.com/dagronf/TinyCSV.git from cache (0.86s)
Creating working copy for https://github.com/dagronf/TinyCSV.git
Working copy of https://github.com/dagronf/TinyCSV.git resolved at 1.2.0 (a27a0ba)
warning: '.resolve-product-dependencies': dependency 'tinycsv' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dagronf/TinyCSV.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TinyCSV",
  "name" : "TinyCSV",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TinyCSV",
      "targets" : [
        "TinyCSV"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TinyCSVTests",
      "module_type" : "SwiftTarget",
      "name" : "TinyCSVTests",
      "path" : "Tests/TinyCSVTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/2747.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/classification.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/imdb_line65.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/imdb_top_1000.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/organizations-1000.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/orig.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/sample-5.tsv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/single-row-oddness.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/stby.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/testNewlineInUnquotedField.tsv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/wonderland.csv",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BugsTests.swift",
        "PerformanceTests.swift",
        "TinyCSVEncoderTests.swift",
        "TinyCSVEventDrivenTests.swift",
        "TinyCSVTests.swift"
      ],
      "target_dependencies" : [
        "TinyCSV"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TinyCSV",
      "module_type" : "SwiftTarget",
      "name" : "TinyCSV",
      "path" : "Sources/TinyCSV",
      "product_memberships" : [
        "TinyCSV"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TinyCSV/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "TinyCSV+Decode.swift",
        "TinyCSV+Delimiter.swift",
        "TinyCSV+Encode.swift",
        "TinyCSV.swift",
        "TinyCSVData.swift",
        "private/TinyCSV+Decoder.swift",
        "private/TinyCSV+EventDrivenDecoder.swift",
        "private/TinyCSV+Parsing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/13] Compiling TinyCSV TinyCSV+Parsing.swift
[5/13] Compiling TinyCSV TinyCSVData.swift
[6/13] Compiling TinyCSV resource_bundle_accessor.swift
[7/13] Compiling TinyCSV TinyCSV+EventDrivenDecoder.swift
[8/13] Compiling TinyCSV TinyCSV.swift
[9/13] Compiling TinyCSV TinyCSV+Delimiter.swift
/Users/admin/builder/spi-builder-workspace/Sources/TinyCSV/TinyCSV+Delimiter.swift:35:13: warning: static property 'allKnownDelimiters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 | 	static let tab: TinyCSV.Delimiter = "\t"
34 | 	/// All the default delimiters
35 | 	static var allKnownDelimiters: [TinyCSV.Delimiter] = [
   |             |- warning: static property 'allKnownDelimiters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'allKnownDelimiters' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'allKnownDelimiters' with '@MainActor' if property should only be accessed from the main actor
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | 		TinyCSV.Delimiter.comma,
37 | 		TinyCSV.Delimiter.semicolon,
[10/13] Compiling TinyCSV TinyCSV+Decode.swift
[11/13] Compiling TinyCSV TinyCSV+Encode.swift
[12/13] Compiling TinyCSV TinyCSV+Decoder.swift
[13/13] Emitting module TinyCSV
/Users/admin/builder/spi-builder-workspace/Sources/TinyCSV/TinyCSV+Delimiter.swift:35:13: warning: static property 'allKnownDelimiters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 | 	static let tab: TinyCSV.Delimiter = "\t"
34 | 	/// All the default delimiters
35 | 	static var allKnownDelimiters: [TinyCSV.Delimiter] = [
   |             |- warning: static property 'allKnownDelimiters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'allKnownDelimiters' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'allKnownDelimiters' with '@MainActor' if property should only be accessed from the main actor
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | 		TinyCSV.Delimiter.comma,
37 | 		TinyCSV.Delimiter.semicolon,
Build complete! (14.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TinyCSV",
  "name" : "TinyCSV",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TinyCSV",
      "targets" : [
        "TinyCSV"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TinyCSVTests",
      "module_type" : "SwiftTarget",
      "name" : "TinyCSVTests",
      "path" : "Tests/TinyCSVTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/2747.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/classification.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/imdb_line65.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/imdb_top_1000.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/organizations-1000.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/orig.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/sample-5.tsv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/single-row-oddness.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/stby.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/testNewlineInUnquotedField.tsv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TinyCSVTests/resources/wonderland.csv",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BugsTests.swift",
        "PerformanceTests.swift",
        "TinyCSVEncoderTests.swift",
        "TinyCSVEventDrivenTests.swift",
        "TinyCSVTests.swift"
      ],
      "target_dependencies" : [
        "TinyCSV"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TinyCSV",
      "module_type" : "SwiftTarget",
      "name" : "TinyCSV",
      "path" : "Sources/TinyCSV",
      "product_memberships" : [
        "TinyCSV"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TinyCSV/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "TinyCSV+Decode.swift",
        "TinyCSV+Delimiter.swift",
        "TinyCSV+Encode.swift",
        "TinyCSV.swift",
        "TinyCSVData.swift",
        "private/TinyCSV+Decoder.swift",
        "private/TinyCSV+EventDrivenDecoder.swift",
        "private/TinyCSV+Parsing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dagronf/tinycsv/1.2.0
Repository:               dagronf/TinyCSV
Swift version used:       6.0
Target:                   TinyCSV
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'TinyCSV'...
Finished extracting symbol information for 'TinyCSV'. (2.89s)
Building documentation for 'TinyCSV'...
Finished building documentation for 'TinyCSV' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/dagronf/tinycsv/1.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit DeclarationFragments.swift
[44/57] Compiling SymbolKit Fragment.swift
[45/57] Compiling SymbolKit FragmentKind.swift
[46/57] Compiling SymbolKit FunctionParameter.swift
[47/57] Compiling SymbolKit FunctionSignature.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.59s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/11] Compiling TinyCSV TinyCSV+EventDrivenDecoder.swift
[3/11] Compiling TinyCSV resource_bundle_accessor.swift
[4/11] Compiling TinyCSV TinyCSVData.swift
[5/11] Compiling TinyCSV TinyCSV+Decoder.swift
[6/11] Compiling TinyCSV TinyCSV.swift
[7/11] Emitting module TinyCSV
[8/11] Compiling TinyCSV TinyCSV+Encode.swift
[9/11] Compiling TinyCSV TinyCSV+Delimiter.swift
[10/11] Compiling TinyCSV TinyCSV+Decode.swift
[11/11] Compiling TinyCSV TinyCSV+Parsing.swift
Build of target: 'TinyCSV' complete! (1.00s)
      92
2	/Users/admin/builder/spi-builder-workspace/.docs/dagronf/tinycsv/1.2.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dagronf/tinycsv/1.2.0
File count: 92
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-dagronf-tinycsv-1.2.0-dce4b137.zip to s3://spi-docs-inbox/prod-dagronf-tinycsv-1.2.0-dce4b137.zip
Copying... [18%]
Copying... [36%]
Copying... [54%]
Copying... [72%]
Copying... [90%]
Copying... [100%]
Done.