Build Information
Successful build of functions-swift, reference 1.1.1 (d2fac1
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 05:42:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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
Fetching https://github.com/kean/Get
[1/2335] Fetching get
Fetched https://github.com/kean/Get from cache (1.13s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.1.6 (0.58s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.1.6
========================================
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",
"dependencies": [
{
"identity": "functions-swift",
"name": "functions-swift",
"url": "https://github.com/supabase-community/functions-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/functions-swift",
"dependencies": [
{
"identity": "get",
"name": "Get",
"url": "https://github.com/kean/Get",
"version": "2.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Get",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/supabase-community/functions-swift.git
[1/172] Fetching functions-swift
Fetched https://github.com/supabase-community/functions-swift.git from cache (0.65s)
Fetching https://github.com/kean/Get from cache
Fetched https://github.com/kean/Get from cache (0.43s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 2.2.1 (0.02s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 2.2.1
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 (d2fac19)
warning: '.resolve-product-dependencies': dependency 'functions-swift' is not used by any target
Found 1 product dependencies
- Get
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/supabase-community/functions-swift.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/9] Compiling Get Request.swift
[5/9] Compiling Get Response.swift
[6/9] Compiling Get APIClientDelegate.swift
[7/9] Compiling Get APIClient.swift
[8/9] Compiling Get DataLoader.swift
[9/9] Emitting module Get
[10/13] Compiling Functions FunctionsClient.swift
[11/13] Compiling Functions Types.swift
[12/13] Emitting module Functions
[13/13] Compiling Functions Version.swift
Build complete! (8.91s)
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.