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 csv-dialect-swift, reference main (89c6c1), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:47:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chrispomeroyhale/csv-dialect-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrispomeroyhale/csv-dialect-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 89c6c11 GH-7: Optionally specify import data encoding.
Cloned https://github.com/chrispomeroyhale/csv-dialect-swift.git
Revision (git rev-parse @):
89c6c1195da0aa86f201b4dc3bf5011cd7dd6adc
SUCCESS checkout https://github.com/chrispomeroyhale/csv-dialect-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/chrispomeroyhale/csv-dialect-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling DialectalCSV InputIterator.swift
[4/11] Compiling DialectalCSV OutputHandler.swift
[5/11] Compiling DialectalCSV InputHandler.swift
[6/11] Compiling DialectalCSV Document.swift
[7/11] Compiling DialectalCSV Dialect.swift
[8/11] Compiling DialectalCSV ExportParser.swift
[9/11] Compiling DialectalCSV Aliases.swift
[10/11] Emitting module DialectalCSV
[11/11] Compiling DialectalCSV ImportParser.swift
Build complete! (3.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "csv-dialect-swift",
  "name" : "csv-dialect-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DialectalCSV",
      "targets" : [
        "DialectalCSV"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "DialectalCSVTests",
      "module_type" : "SwiftTarget",
      "name" : "DialectalCSVTests",
      "path" : "Tests/DialectalCSVTests",
      "sources" : [
        "ExportTests.swift",
        "ImportTests.swift",
        "IntegrationTests.swift",
        "Utility.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DialectalCSV"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DialectalCSV",
      "module_type" : "SwiftTarget",
      "name" : "DialectalCSV",
      "path" : "Sources",
      "product_memberships" : [
        "DialectalCSV"
      ],
      "sources" : [
        "Aliases.swift",
        "Dialect.swift",
        "Document.swift",
        "ExportParser.swift",
        "ImportParser.swift",
        "InputHandler.swift",
        "InputIterator.swift",
        "OutputHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.