The Swift Package Index logo.Swift Package Index

Build Information

Successful build of datapackage-swift with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frictionlessdata/datapackage-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/frictionlessdata/datapackage-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ceaa638 GH-2: Prep for 1.0 release.
Cloned https://github.com/frictionlessdata/datapackage-swift.git
Revision (git rev-parse @):
ceaa638cee026d096e1ae49c89177b101a1b726a
SUCCESS checkout https://github.com/frictionlessdata/datapackage-swift.git at main
Fetching https://github.com/frictionlessdata/tableschema-swift.git from cache
Fetched https://github.com/frictionlessdata/tableschema-swift.git (0.22s)
Computing version for https://github.com/frictionlessdata/tableschema-swift.git
Computed https://github.com/frictionlessdata/tableschema-swift.git at 1.0.0 (0.45s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "datapackage-swift",
      "name": "datapackage-swift",
      "url": "https://github.com/frictionlessdata/datapackage-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/datapackage-swift",
      "dependencies": [
        {
          "identity": "tableschema-swift",
          "name": "tableschema-swift",
          "url": "https://github.com/frictionlessdata/tableschema-swift.git",
          "version": "1.0.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tableschema-swift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/frictionlessdata/datapackage-swift.git
[1/110] Fetching datapackage-swift
Fetched https://github.com/frictionlessdata/datapackage-swift.git (0.41s)
Fetching https://github.com/frictionlessdata/tableschema-swift.git from cache
Fetched https://github.com/frictionlessdata/tableschema-swift.git (0.18s)
Computing version for https://github.com/frictionlessdata/tableschema-swift.git
Computed https://github.com/frictionlessdata/tableschema-swift.git at 1.0.0 (0.02s)
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
Creating working copy for https://github.com/frictionlessdata/datapackage-swift.git
Working copy of https://github.com/frictionlessdata/datapackage-swift.git resolved at main
Found 1 product dependencies
  - tableschema-swift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Emitting module TableSchema
[2/6] Compiling TableSchema Table.swift
[3/6] Compiling TableSchema Schema.swift
[4/6] Compiling TableSchema ForeignKey.swift
[5/6] Compiling TableSchema Field.swift
[6/23] Emitting module DataPackage
[7/25] Compiling DataPackage ForeignKey.swift
[8/25] Compiling DataPackage Schema.swift
[9/25] Compiling DataPackage Registry.swift
[10/25] Compiling DataPackage Serializable.swift
[11/25] Compiling DataPackage Source.swift
[12/25] Compiling DataPackage Profile.swift
[13/25] Compiling DataPackage TabularPackage.swift
[14/25] Compiling DataPackage TabularResource.swift
[15/25] Compiling DataPackage Dictionary.swift
[16/25] Compiling DataPackage Log.swift
[17/25] Compiling DataPackage Contributor.swift
[18/25] Compiling DataPackage CSVDialect.swift
[19/25] Compiling DataPackage Field.swift
[20/25] Compiling DataPackage Validatable.swift
[21/25] Compiling DataPackage Verifiable.swift
[22/25] Compiling DataPackage License.swift
[23/25] Compiling DataPackage Package.swift
[24/25] Compiling DataPackage Resource.swift
[25/29] Emitting module DataPackageCLI
[26/29] Compiling DataPackageCLI Version.swift
[27/29] Compiling DataPackageCLI main.swift
[28/29] Compiling DataPackageCLI Log.swift
[28/29] Linking datapackage-swift
Build complete! (10.98s)
Build complete.
Done.