The Swift Package Index logo.Swift Package Index

Build Information

Successful build of tableschema-swift, reference 1.0.0 (a29130), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:18:38 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/frictionlessdata/tableschema-swift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frictionlessdata/tableschema-swift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at a291305 GH-2: Prep for 1.0 release.
Cloned https://github.com/frictionlessdata/tableschema-swift.git
Revision (git rev-parse @):
a29130550c20ba497768999f340158eed44a4e21
SUCCESS checkout https://github.com/frictionlessdata/tableschema-swift.git at 1.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "tableschema-swift",
      "name": "tableschema-swift",
      "url": "https://github.com/frictionlessdata/tableschema-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tableschema-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/frictionlessdata/tableschema-swift.git
[1/60] Fetching tableschema-swift
Fetched https://github.com/frictionlessdata/tableschema-swift.git from cache (0.61s)
Creating working copy for https://github.com/frictionlessdata/tableschema-swift.git
Working copy of https://github.com/frictionlessdata/tableschema-swift.git resolved at 1.0.0 (a291305)
warning: '.resolve-product-dependencies': dependency 'tableschema-swift' 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/frictionlessdata/tableschema-swift.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/7] Compiling TableSchema Schema.swift
[4/7] Compiling TableSchema Table.swift
[5/7] Compiling TableSchema ForeignKey.swift
[6/7] Emitting module TableSchema
[7/7] Compiling TableSchema Field.swift
Build complete! (3.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "tableschema-swift",
  "name" : "tableschema-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TableSchema",
      "targets" : [
        "TableSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "TableSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "TableSchemaTests",
      "path" : "Tests/TableSchemaTests",
      "sources" : [
        "FieldArrayCastTests.swift",
        "FieldBooleanCastTests.swift",
        "FieldDateTimeCastTests.swift",
        "FieldForwardCastTests.swift",
        "FieldIntegerCastTests.swift",
        "FieldStringCastTests.swift",
        "SchemaTests.swift",
        "TableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TableSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TableSchema",
      "module_type" : "SwiftTarget",
      "name" : "TableSchema",
      "path" : "Sources",
      "product_memberships" : [
        "TableSchema"
      ],
      "sources" : [
        "Field.swift",
        "ForeignKey.swift",
        "Schema.swift",
        "Table.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.