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.2 (beta) for Linux on 22 Jun 2025 02:50:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/TinyCSV.git
Reference: 1.2.0
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/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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/TinyCSV.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling TinyCSV TinyCSV+Parsing.swift
[5/13] Compiling TinyCSV TinyCSV+Decoder.swift
[6/13] Compiling TinyCSV TinyCSVData.swift
[7/13] Compiling TinyCSV TinyCSV+EventDrivenDecoder.swift
[8/13] Compiling TinyCSV TinyCSV.swift
[9/13] Compiling TinyCSV TinyCSV+Encode.swift
[10/13] Compiling TinyCSV TinyCSV+Decode.swift
[11/13] Compiling TinyCSV TinyCSV+Delimiter.swift
[12/13] Emitting module TinyCSV
[13/13] Compiling TinyCSV resource_bundle_accessor.swift
Build complete! (12.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TinyCSV",
  "name" : "TinyCSV",
  "path" : "/host/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" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/2747.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/classification.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/imdb_line65.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/imdb_top_1000.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/organizations-1000.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/orig.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/sample-5.tsv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/single-row-oddness.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/stby.csv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TinyCSVTests/resources/testNewlineInUnquotedField.tsv",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.