The Swift Package Index logo.Swift Package Index

Build Information

Successful build of functions-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.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/supabase-community/functions-swift.git
Reference: 1.1.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/supabase-community/functions-swift
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at d2fac19 Bum version to 1.1.1
Cloned https://github.com/supabase-community/functions-swift.git
Revision (git rev-parse @):
d2fac1980cf5b589077b635d4e18249f7939a9db
SUCCESS checkout https://github.com/supabase-community/functions-swift.git at 1.1.1
========================================
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] Compiling Get Request.swift
[2/6] Emitting module Get
[3/6] Compiling Get Response.swift
[4/6] Compiling Get DataLoader.swift
[5/6] Compiling Get APIClient.swift
[6/6] Compiling Get APIClientDelegate.swift
[7/10] Compiling Functions Version.swift
[8/10] Compiling Functions Types.swift
[9/10] Emitting module Functions
[10/10] Compiling Functions FunctionsClient.swift
Build complete! (8.63s)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get (0.18s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.02s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "functions-swift",
      "name": "functions-swift",
      "url": "https://github.com/supabase-community/functions-swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/functions-swift",
      "dependencies": [
        {
          "identity": "get",
          "name": "Get",
          "url": "https://github.com/kean/Get",
          "version": "2.1.6",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/supabase-community/functions-swift.git from cache
Fetched https://github.com/supabase-community/functions-swift.git (1.63s)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get (0.25s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.02s)
Creating working copy for https://github.com/supabase-community/functions-swift.git
Working copy of https://github.com/supabase-community/functions-swift.git resolved at 1.1.1
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
warning: '.resolve-product-dependencies': dependency 'functions-swift' is not used by any target
Found 1 product dependencies
  - Get
Done.