Build Information
Successful build of Background, reference main (11f1bc
), with Swift 5.10 for macOS (SPM) on 5 Jul 2024 21:03:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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
========================================
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": "background",
"name": "Background",
"url": "https://github.com/ChimeHQ/Background.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Background",
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/Background.git
[2/149] Fetching background
Fetched https://github.com/ChimeHQ/Background.git from cache (1.28s)
Creating working copy for https://github.com/ChimeHQ/Background.git
Working copy of https://github.com/ChimeHQ/Background.git resolved at main (11f1bc9)
warning: '.resolve-product-dependencies': dependency 'background' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/ChimeHQ/Background.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/10] Compiling Background URLResponse+Utilities.swift
[4/10] Compiling Background URLSessionDelegateAdapter.swift
[5/10] Compiling Background NetworkResponse.swift
[6/10] Compiling Background TaskScheduler.swift
[7/10] 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 {
^
[8/10] Compiling Background BackgroundTaskConfiguration.swift
[9/10] 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 {
^
[10/10] 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 {
^
Build complete! (4.60s)
Build complete.
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $workDir/.docs/chimehq/background/main
Repository: ChimeHQ/Background
Swift version used: 5.10
Target: Background
Generating documentation for 'Background'...
Converting documentation...
Conversion complete! (0.15s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/chimehq/background/main'
Fetching https://github.com/apple/swift-docc-plugin
[1/1578] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.89s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2891] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.56s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/53] Emitting module Snippets
[7/53] Compiling SymbolKit Names.swift
[8/53] Compiling SymbolKit SPI.swift
[9/53] Compiling SymbolKit Snippet.swift
[10/53] Compiling SymbolKit Extension.swift
[11/57] Compiling SymbolKit SourceRange.swift
[12/57] Compiling SymbolKit Metadata.swift
[13/57] Compiling SymbolKit Module.swift
[14/57] Compiling SymbolKit OperatingSystem.swift
[15/57] Compiling SymbolKit Platform.swift
[16/57] Compiling Snippets Snippet.swift
[17/57] Compiling Snippets SnippetParser.swift
[18/57] Compiling SymbolKit Mixin+Equals.swift
[19/57] Compiling SymbolKit Mixin+Hash.swift
[20/57] Compiling SymbolKit Mixin.swift
[21/57] Compiling SymbolKit LineList.swift
[22/57] Compiling SymbolKit Position.swift
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Generics.swift
[26/57] Compiling SymbolKit Namespace.swift
[27/57] Emitting module SymbolKit
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Compiling SymbolKit Relationship.swift
[33/57] Compiling SymbolKit RelationshipKind.swift
[34/57] Compiling SymbolKit SourceOrigin.swift
[35/57] Compiling SymbolKit GenericConstraints.swift
[36/57] Compiling SymbolKit Swift.swift
[37/57] Compiling SymbolKit SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (3.76s)
Building for debugging...
[0/1] Write swift-version-33747A42983211AE.txt
Build complete! (0.14s)
174
2 /Users/admin/builder/spi-builder-workspace/.docs/chimehq/background/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/chimehq/background/main
File count: 174
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-chimehq-background-main-751c71ad.zip to s3://spi-docs-inbox/prod-chimehq-background-main-751c71ad.zip
Copying... [16%]
Copying... [31%]
Copying... [47%]
Copying... [63%]
Copying... [78%]
Copying... [94%]
Copying... [100%]
Done.