Build Information
Successful build of swift-log-supabase, reference main (b16c69
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:38:48 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/binaryscraping/swift-log-supabase.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-log-supabase
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b16c693 Update README.md
Cloned https://github.com/binaryscraping/swift-log-supabase.git
Revision (git rev-parse @):
b16c693ce4952b5cfc7be595e45213cebc1979d0
SUCCESS checkout https://github.com/binaryscraping/swift-log-supabase.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/binaryscraping/swift-log-supabase.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/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[9/12] Compiling SupabaseLogging LogsCache.swift
[10/12] Compiling SupabaseLogging LogEntry.swift
[11/12] Emitting module SupabaseLogging
[12/12] Compiling SupabaseLogging SupabaseLogHandler.swift
Build complete! (8.84s)
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.05s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.45s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-log-supabase",
"name" : "swift-log-supabase",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SupabaseLogging",
"targets" : [
"SupabaseLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SupabaseLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SupabaseLoggingTests",
"path" : "Tests/SupabaseLoggingTests",
"sources" : [
"SupabaseLogHandlerTests.swift"
],
"target_dependencies" : [
"SupabaseLogging"
],
"type" : "test"
},
{
"c99name" : "SupabaseLogging",
"module_type" : "SwiftTarget",
"name" : "SupabaseLogging",
"path" : "Sources/SupabaseLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"SupabaseLogging"
],
"sources" : [
"LogEntry.swift",
"LogsCache.swift",
"SupabaseLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.