Build Information
Successful build of functions-swift, reference 1.1.1 (d2fac1
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 18:01:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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/admin/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: 6.2
Building package at path: $PWD
https://github.com/supabase-community/functions-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling Get Response.swift
[5/9] Compiling Get Request.swift
[6/9] Compiling Get DataLoader.swift
[7/9] Compiling Get APIClientDelegate.swift
[8/9] Emitting module Get
[9/9] Compiling Get APIClient.swift
[10/13] Compiling Functions Version.swift
[11/13] Compiling Functions Types.swift
[12/13] Emitting module Functions
[13/13] Compiling Functions FunctionsClient.swift
Build complete! (6.32s)
Fetching https://github.com/kean/Get
[1/2349] Fetching get
Fetched https://github.com/kean/Get from cache (1.11s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (1.67s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "get",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kean/Get"
}
],
"manifest_display_name" : "functions-swift",
"name" : "functions-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Functions",
"targets" : [
"Functions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FunctionsTests",
"module_type" : "SwiftTarget",
"name" : "FunctionsTests",
"path" : "Tests/FunctionsTests",
"sources" : [
"FunctionInvokeOptionsTests.swift"
],
"target_dependencies" : [
"Functions"
],
"type" : "test"
},
{
"c99name" : "Functions",
"module_type" : "SwiftTarget",
"name" : "Functions",
"path" : "Sources/Functions",
"product_dependencies" : [
"Get"
],
"product_memberships" : [
"Functions"
],
"sources" : [
"FunctionsClient.swift",
"Types.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.