Build Information
Successful build of swift-dropbox-client, reference v0.8.1 (b7871d), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 19:51:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/swift-dropbox-client.git
Reference: v0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swift-dropbox-client
* tag v0.8.1 -> FETCH_HEAD
HEAD is now at b7871de Merge pull request #10 from darrarski/fix/metadata-model
Cloned https://github.com/darrarski/swift-dropbox-client.git
Revision (git rev-parse @):
b7871defa289f636baedc61b4b45af9c13888ea4
SUCCESS checkout https://github.com/darrarski/swift-dropbox-client.git at v0.8.1
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-dropbox-client",
"name": "swift-dropbox-client",
"url": "https://github.com/darrarski/swift-dropbox-client.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-dropbox-client",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/darrarski/swift-dropbox-client.git
[1/296] Fetching swift-dropbox-client
Fetched https://github.com/darrarski/swift-dropbox-client.git from cache (0.68s)
Creating working copy for https://github.com/darrarski/swift-dropbox-client.git
Working copy of https://github.com/darrarski/swift-dropbox-client.git resolved at v0.8.1 (b7871de)
warning: '.resolve-product-dependencies': dependency 'swift-dropbox-client' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/darrarski/swift-dropbox-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/21] Compiling DropboxClient Config.swift
[4/21] Compiling DropboxClient Credentials.swift
[5/21] Compiling DropboxClient HTTPClient.swift
[6/21] Compiling DropboxClient Keychain.swift
[7/21] Compiling DropboxClient OpenURL.swift
[8/21] Compiling DropboxClient PKCEUtils.swift
[9/21] Compiling DropboxClient ActorIsolated.swift
/Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift:81:16: warning: capture of 'iterator' with non-Sendable type 'AsyncStream<Bool>.Iterator?' in a '@Sendable' closure [#SendableClosureCaptures]
79 | var iterator: AsyncStream<Bool>.Iterator?
80 | return AsyncStream {
81 | if iterator == nil {
| `- warning: capture of 'iterator' with non-Sendable type 'AsyncStream<Bool>.Iterator?' in a '@Sendable' closure [#SendableClosureCaptures]
82 | iterator = isSignedIn.makeAsyncIterator()
83 | }
_Concurrency.AsyncStream.Iterator:2:15: note: struct 'Iterator' does not conform to the 'Sendable' protocol
1 | generic struct AsyncStream {
2 | public struct Iterator : AsyncIteratorProtocol {
| `- note: struct 'Iterator' does not conform to the 'Sendable' protocol
3 | public mutating func next() async -> Element?
4 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[10/21] Compiling DropboxClient Auth.swift
/Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift:81:16: warning: capture of 'iterator' with non-Sendable type 'AsyncStream<Bool>.Iterator?' in a '@Sendable' closure [#SendableClosureCaptures]
79 | var iterator: AsyncStream<Bool>.Iterator?
80 | return AsyncStream {
81 | if iterator == nil {
| `- warning: capture of 'iterator' with non-Sendable type 'AsyncStream<Bool>.Iterator?' in a '@Sendable' closure [#SendableClosureCaptures]
82 | iterator = isSignedIn.makeAsyncIterator()
83 | }
_Concurrency.AsyncStream.Iterator:2:15: note: struct 'Iterator' does not conform to the 'Sendable' protocol
1 | generic struct AsyncStream {
2 | public struct Iterator : AsyncIteratorProtocol {
| `- note: struct 'Iterator' does not conform to the 'Sendable' protocol
3 | public mutating func next() async -> Element?
4 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[11/21] Emitting module DropboxClient
/Users/admin/builder/spi-builder-workspace/Sources/DropboxClient/Auth.swift:81:16: warning: capture of 'iterator' with non-Sendable type 'AsyncStream<Bool>.Iterator?' in a '@Sendable' closure [#SendableClosureCaptures]
79 | var iterator: AsyncStream<Bool>.Iterator?
80 | return AsyncStream {
81 | if iterator == nil {
| `- warning: capture of 'iterator' with non-Sendable type 'AsyncStream<Bool>.Iterator?' in a '@Sendable' closure [#SendableClosureCaptures]
82 | iterator = isSignedIn.makeAsyncIterator()
83 | }
_Concurrency.AsyncStream.Iterator:2:15: note: struct 'Iterator' does not conform to the 'Sendable' protocol
1 | generic struct AsyncStream {
2 | public struct Iterator : AsyncIteratorProtocol {
| `- note: struct 'Iterator' does not conform to the 'Sendable' protocol
3 | public mutating func next() async -> Element?
4 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[12/21] Compiling DropboxClient FileMetadata.swift
[13/21] Compiling DropboxClient GetMetadata.swift
[14/21] Compiling DropboxClient DeleteFile.swift
[15/21] Compiling DropboxClient DownloadFile.swift
[16/21] Compiling DropboxClient Client.swift
[17/21] Compiling DropboxClient Coding.swift
[18/21] Compiling DropboxClient ListFolder.swift
[19/21] Compiling DropboxClient Metadata.swift
[20/21] Compiling DropboxClient CurrentValueAsyncSequence.swift
[21/21] Compiling DropboxClient DateGenerator.swift
[22/22] Compiling DropboxClient UploadFile.swift
Build complete! (11.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-dropbox-client",
"name" : "swift-dropbox-client",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DropboxClient",
"targets" : [
"DropboxClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DropboxClientTests",
"module_type" : "SwiftTarget",
"name" : "DropboxClientTests",
"path" : "Tests/DropboxClientTests",
"sources" : [
"AuthTests.swift",
"DeleteFileTests.swift",
"DownloadFileTests.swift",
"GetMetadataTests.swift",
"ListFolderTests.swift",
"TestHelpers.swift",
"UploadFileTests.swift"
],
"target_dependencies" : [
"DropboxClient"
],
"type" : "test"
},
{
"c99name" : "DropboxClient",
"module_type" : "SwiftTarget",
"name" : "DropboxClient",
"path" : "Sources/DropboxClient",
"product_memberships" : [
"DropboxClient"
],
"sources" : [
"ActorIsolated.swift",
"Auth.swift",
"Client.swift",
"Coding.swift",
"Config.swift",
"Credentials.swift",
"CurrentValueAsyncSequence.swift",
"DateGenerator.swift",
"DeleteFile.swift",
"DownloadFile.swift",
"FileMetadata.swift",
"GetMetadata.swift",
"HTTPClient.swift",
"Keychain.swift",
"ListFolder.swift",
"Metadata.swift",
"OpenURL.swift",
"PKCEUtils.swift",
"UploadFile.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.