Build Information
Successful build of tableschema-swift, reference main (a29130), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 22:01:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frictionlessdata/tableschema-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frictionlessdata/tableschema-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/frictionlessdata/tableschema-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/7] Compiling TableSchema Table.swift
[4/7] Compiling TableSchema Schema.swift
[5/7] Compiling TableSchema Field.swift
[6/7] Compiling TableSchema ForeignKey.swift
[7/7] Emitting module TableSchema
Build complete! (3.29s)
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.