Build Information
Successful build of Background, reference main (11f1bc
), with Swift 5.9 for macOS (SPM) on 5 Jul 2024 21:04:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.45.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Background.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Background
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 11f1bc9 Another NetworkResponse convenience init
Cloned https://github.com/ChimeHQ/Background.git
Revision (git rev-parse @):
11f1bc95a7ec88c275b522b12883ada9dbc062e6
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Background.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/ChimeHQ/Background.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Background URLSessionDelegateAdapter.swift
[2/8] Compiling Background URLResponse+Utilities.swift
[3/8] Compiling Background NetworkResponse.swift
[4/8] Compiling Background TaskScheduler.swift
[5/8] Compiling Background Uploader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Background/Uploader.swift:24:23: warning: capture of 'adapter' with non-sendable type 'URLSessionDelegateAdapter' in a `@Sendable` closure
for await event in adapter.eventStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/Background/URLSessionDelegateAdapter.swift:4:13: note: class 'URLSessionDelegateAdapter' does not conform to the 'Sendable' protocol
final class URLSessionDelegateAdapter: NSObject {
^
[6/8] Emitting module Background
/Users/admin/builder/spi-builder-workspace/Sources/Background/Downloader.swift:26:23: warning: capture of 'adapter' with non-sendable type 'URLSessionDelegateAdapter' in a `@Sendable` closure
for await event in adapter.eventStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/Background/URLSessionDelegateAdapter.swift:4:13: note: class 'URLSessionDelegateAdapter' does not conform to the 'Sendable' protocol
final class URLSessionDelegateAdapter: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Background/Uploader.swift:24:23: warning: capture of 'adapter' with non-sendable type 'URLSessionDelegateAdapter' in a `@Sendable` closure
for await event in adapter.eventStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/Background/URLSessionDelegateAdapter.swift:4:13: note: class 'URLSessionDelegateAdapter' does not conform to the 'Sendable' protocol
final class URLSessionDelegateAdapter: NSObject {
^
[7/8] Compiling Background Downloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Background/Downloader.swift:26:23: warning: capture of 'adapter' with non-sendable type 'URLSessionDelegateAdapter' in a `@Sendable` closure
for await event in adapter.eventStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/Background/URLSessionDelegateAdapter.swift:4:13: note: class 'URLSessionDelegateAdapter' does not conform to the 'Sendable' protocol
final class URLSessionDelegateAdapter: NSObject {
^
[8/8] Compiling Background BackgroundTaskConfiguration.swift
Build complete! (6.03s)
Build complete.
Done.