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 Android on 22 Jun 2025 02:50:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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:         android
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/12] Emitting module TinyCSV
[5/13] Compiling TinyCSV resource_bundle_accessor.swift
[6/13] Compiling TinyCSV TinyCSV+Parsing.swift
[7/13] Compiling TinyCSV TinyCSV.swift
[8/13] Compiling TinyCSV TinyCSV+Encode.swift
[9/13] Compiling TinyCSV TinyCSV+Decoder.swift
[10/13] Compiling TinyCSV TinyCSVData.swift
[11/13] Compiling TinyCSV TinyCSV+EventDrivenDecoder.swift
[12/13] Compiling TinyCSV TinyCSV+Decode.swift
[13/13] Compiling TinyCSV TinyCSV+Delimiter.swift
Build complete! (13.68s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.