The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CSVData, reference v1.0.1 (9dce56), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 02:14:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oliverbrehm/CSVData.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oliverbrehm/CSVData
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 9dce56b added unit test for parsing empty columns
Cloned https://github.com/oliverbrehm/CSVData.git
Revision (git rev-parse @):
9dce56bb99e32b50c3307237895e1d53f0f2d3f4
SUCCESS checkout https://github.com/oliverbrehm/CSVData.git at v1.0.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "csvdata",
      "name": "CSVData",
      "url": "https://github.com/oliverbrehm/CSVData.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSVData",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/oliverbrehm/CSVData.git
[1/124] Fetching csvdata
Fetched https://github.com/oliverbrehm/CSVData.git from cache (0.65s)
Creating working copy for https://github.com/oliverbrehm/CSVData.git
Working copy of https://github.com/oliverbrehm/CSVData.git resolved at v1.0.1 (9dce56b)
warning: '.resolve-product-dependencies': dependency 'csvdata' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/oliverbrehm/CSVData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling CSVData CSVFormat.swift
[4/8] Compiling CSVData CSVParseError.swift
[5/8] Compiling CSVData CSVConstants.swift
[6/8] Emitting module CSVData
[7/8] Compiling CSVData CSVData+Utilities.swift
[8/8] Compiling CSVData CSVData.swift
Build complete! (4.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CSVData",
  "name" : "CSVData",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "CSVData",
      "targets" : [
        "CSVData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CSVDataTests",
      "module_type" : "SwiftTarget",
      "name" : "CSVDataTests",
      "path" : "Tests/CSVDataTests",
      "sources" : [
        "CSVDataTests.swift"
      ],
      "target_dependencies" : [
        "CSVData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CSVData",
      "module_type" : "SwiftTarget",
      "name" : "CSVData",
      "path" : "Sources/CSVData",
      "product_memberships" : [
        "CSVData"
      ],
      "sources" : [
        "CSVConstants.swift",
        "CSVData+Utilities.swift",
        "CSVData.swift",
        "CSVFormat.swift",
        "CSVParseError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.