Build Information
Successful build of Extendable, reference 0.4.0 (0feac3
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 21:09:12 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/ChimeHQ/Extendable.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Extendable
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 0feac3e remove note, CI now works
Cloned https://github.com/ChimeHQ/Extendable.git
Revision (git rev-parse @):
0feac3efd49320132f7c98ce85e254e439f1e835
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Extendable.git at 0.4.0
========================================
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": "extendable",
"name": "Extendable",
"url": "https://github.com/ChimeHQ/Extendable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Extendable",
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/Extendable.git
[1/211] Fetching extendable
Fetched https://github.com/ChimeHQ/Extendable.git from cache (0.77s)
Creating working copy for https://github.com/ChimeHQ/Extendable.git
Working copy of https://github.com/ChimeHQ/Extendable.git resolved at 0.4.0 (0feac3e)
warning: '.resolve-product-dependencies': dependency 'extendable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChimeHQ/Extendable.git
{
"dependencies" : [
],
"manifest_display_name" : "Extendable",
"name" : "Extendable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Extendable",
"targets" : [
"Extendable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExtendableHost",
"targets" : [
"ExtendableHost"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExtendableTests",
"module_type" : "SwiftTarget",
"name" : "ExtendableTests",
"path" : "Tests/ExtendableTests",
"sources" : [
"ConnectionAccepterTests.swift"
],
"target_dependencies" : [
"Extendable"
],
"type" : "test"
},
{
"c99name" : "ExtendableHost",
"module_type" : "SwiftTarget",
"name" : "ExtendableHost",
"path" : "Sources/ExtendableHost",
"product_memberships" : [
"ExtendableHost"
],
"sources" : [
"AppExtensionBrowserView.swift",
"AppExtensionProcess+Utilities.swift",
"ExtensionHostingView.swift"
],
"type" : "library"
},
{
"c99name" : "Extendable",
"module_type" : "SwiftTarget",
"name" : "Extendable",
"path" : "Sources/Extendable",
"product_memberships" : [
"Extendable"
],
"sources" : [
"AppExtension+Init.swift",
"AppExtensionSceneGroup.swift",
"ConnectableExtension.swift",
"ConnectableSceneExtension.swift",
"ConnectingAppExtensionScene.swift",
"ConnectionAccepter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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/14] Compiling Extendable ConnectionAccepter.swift
[5/14] Compiling Extendable ConnectingAppExtensionScene.swift
[6/14] Emitting module ExtendableHost
[7/14] Compiling ExtendableHost AppExtensionBrowserView.swift
[8/14] Compiling ExtendableHost ExtensionHostingView.swift
[9/14] Compiling ExtendableHost AppExtensionProcess+Utilities.swift
[10/14] Compiling Extendable ConnectableExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableExtension.swift:14:10: warning: main actor-isolated property 'accepter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
5 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
6 | public struct ConnectingAppExtensionConfiguration: AppExtensionConfiguration {
7 | let accepter: ConnectionAccepter
| `- note: property declared here
8 |
9 | public init(_ handler: @escaping ConnectionHandler) {
:
12 |
13 | public func accept(connection: NSXPCConnection) -> Bool {
14 | return accepter.accept(connection: connection)
| `- warning: main actor-isolated property 'accepter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
15 | }
16 | }
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableExtension.swift:31:10: warning: call to main actor-isolated initializer 'init(_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
7 | let accepter: ConnectionAccepter
8 |
9 | public init(_ handler: @escaping ConnectionHandler) {
| `- note: calls to initializer 'init(_:)' from outside of its actor context are implicitly asynchronous
10 | self.accepter = ConnectionAccepter(handler)
11 | }
:
29 | /// will be used for the `configuration` property by default.
30 | var globalConfiguration: ConnectingAppExtensionConfiguration {
31 | return ConnectingAppExtensionConfiguration { connection in
| `- warning: call to main actor-isolated initializer 'init(_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
32 | try self.acceptConnection(connection)
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableExtension.swift:31:10: warning: sending task-isolated value of type '(NSXPCConnection) throws -> ()' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
29 | /// will be used for the `configuration` property by default.
30 | var globalConfiguration: ConnectingAppExtensionConfiguration {
31 | return ConnectingAppExtensionConfiguration { connection in
| `- warning: sending task-isolated value of type '(NSXPCConnection) throws -> ()' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
32 | try self.acceptConnection(connection)
33 | }
[11/14] Compiling Extendable AppExtension+Init.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/AppExtension+Init.swift:17:33: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | /// Will be obseleted by SE-0414
8 | @propertyWrapper
9 | public struct InitializerTransferred<Value>: @unchecked Sendable {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
10 | public let wrappedValue: Value
11 |
:
15 |
16 | public init(mainActorProvider: @MainActor () -> Value) {
17 | self.wrappedValue = MainActor.assumeIsolated {
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | mainActorProvider()
19 | }
[12/14] Compiling Extendable AppExtensionSceneGroup.swift
[13/14] Compiling Extendable ConnectableSceneExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableSceneExtension.swift:20:10: warning: call to main actor-isolated initializer 'init(_:configuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
18 | public extension ConnectableSceneExtension {
19 | var configuration: AppExtensionSceneConfiguration {
20 | return AppExtensionSceneConfiguration(scene, configuration: globalConfiguration)
| `- warning: call to main actor-isolated initializer 'init(_:configuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 | }
22 | }
ExtensionKit.AppExtensionSceneConfiguration:3:39: note: calls to initializer 'init(_:configuration:)' from outside of its actor context are implicitly asynchronous
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | @MainActor @preconcurrency public struct AppExtensionSceneConfiguration : AppExtensionConfiguration {
3 | @MainActor @preconcurrency public init<Content, Configuration>(_ content: @autoclosure @escaping @MainActor () -> Content, configuration: Configuration? = nil) where Content : AppExtensionScene, Configuration : AppExtensionConfiguration
| `- note: calls to initializer 'init(_:configuration:)' from outside of its actor context are implicitly asynchronous
4 | @MainActor @preconcurrency public init<Content>(_ content: @autoclosure @escaping @MainActor () -> Content) where Content : AppExtensionScene
5 | nonisolated public func accept(connection: NSXPCConnection) -> Bool
[14/14] Emitting module Extendable
Build complete! (27.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Extendable",
"name" : "Extendable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Extendable",
"targets" : [
"Extendable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExtendableHost",
"targets" : [
"ExtendableHost"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ExtendableTests",
"module_type" : "SwiftTarget",
"name" : "ExtendableTests",
"path" : "Tests/ExtendableTests",
"sources" : [
"ConnectionAccepterTests.swift"
],
"target_dependencies" : [
"Extendable"
],
"type" : "test"
},
{
"c99name" : "ExtendableHost",
"module_type" : "SwiftTarget",
"name" : "ExtendableHost",
"path" : "Sources/ExtendableHost",
"product_memberships" : [
"ExtendableHost"
],
"sources" : [
"AppExtensionBrowserView.swift",
"AppExtensionProcess+Utilities.swift",
"ExtensionHostingView.swift"
],
"type" : "library"
},
{
"c99name" : "Extendable",
"module_type" : "SwiftTarget",
"name" : "Extendable",
"path" : "Sources/Extendable",
"product_memberships" : [
"Extendable"
],
"sources" : [
"AppExtension+Init.swift",
"AppExtensionSceneGroup.swift",
"ConnectableExtension.swift",
"ConnectableSceneExtension.swift",
"ConnectingAppExtensionScene.swift",
"ConnectionAccepter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/chimehq/extendable/0.4.0
Repository: ChimeHQ/Extendable
Swift version used: 6.0
Target: Extendable
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Extendable'...
Finished extracting symbol information for 'Extendable'. (4.66s)
Building documentation for 'Extendable'...
Finished building documentation for 'Extendable' (0.13s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/chimehq/extendable/0.4.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Emitting module Snippets
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Compiling Snippets Snippet.swift
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit Identifier.swift
[20/57] Compiling SymbolKit KindIdentifier.swift
[21/57] Compiling SymbolKit Location.swift
[22/57] Compiling SymbolKit Mutability.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit Mixin+Equals.swift
[29/57] Compiling SymbolKit Mixin+Hash.swift
[30/57] Compiling SymbolKit Mixin.swift
[31/57] Compiling SymbolKit LineList.swift
[32/57] Compiling SymbolKit Position.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.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-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.00s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/8] Compiling Extendable ConnectingAppExtensionScene.swift
[3/8] Compiling Extendable AppExtensionSceneGroup.swift
[4/8] Compiling Extendable AppExtension+Init.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/AppExtension+Init.swift:17:33: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
7 | /// Will be obseleted by SE-0414
8 | @propertyWrapper
9 | public struct InitializerTransferred<Value>: @unchecked Sendable {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
10 | public let wrappedValue: Value
11 |
:
15 |
16 | public init(mainActorProvider: @MainActor () -> Value) {
17 | self.wrappedValue = MainActor.assumeIsolated {
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | mainActorProvider()
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/AppExtension+Init.swift:18:4: warning: sending 'mainActorProvider' risks causing data races; this is an error in the Swift 6 language mode
16 | public init(mainActorProvider: @MainActor () -> Value) {
17 | self.wrappedValue = MainActor.assumeIsolated {
18 | mainActorProvider()
| |- warning: sending 'mainActorProvider' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'mainActorProvider' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
19 | }
20 | }
[5/8] Compiling Extendable ConnectionAccepter.swift
[6/8] Compiling Extendable ConnectableSceneExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableSceneExtension.swift:20:10: warning: call to main actor-isolated initializer 'init(_:configuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
18 | public extension ConnectableSceneExtension {
19 | var configuration: AppExtensionSceneConfiguration {
20 | return AppExtensionSceneConfiguration(scene, configuration: globalConfiguration)
| `- warning: call to main actor-isolated initializer 'init(_:configuration:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 | }
22 | }
ExtensionKit.AppExtensionSceneConfiguration:3:39: note: calls to initializer 'init(_:configuration:)' from outside of its actor context are implicitly asynchronous
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | @MainActor @preconcurrency public struct AppExtensionSceneConfiguration : AppExtensionConfiguration {
3 | @MainActor @preconcurrency public init<Content, Configuration>(_ content: @autoclosure @escaping @MainActor () -> Content, configuration: Configuration? = nil) where Content : AppExtensionScene, Configuration : AppExtensionConfiguration
| `- note: calls to initializer 'init(_:configuration:)' from outside of its actor context are implicitly asynchronous
4 | @MainActor @preconcurrency public init<Content>(_ content: @autoclosure @escaping @MainActor () -> Content) where Content : AppExtensionScene
5 | nonisolated public func accept(connection: NSXPCConnection) -> Bool
[7/8] Compiling Extendable ConnectableExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableExtension.swift:14:10: warning: main actor-isolated property 'accepter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
5 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
6 | public struct ConnectingAppExtensionConfiguration: AppExtensionConfiguration {
7 | let accepter: ConnectionAccepter
| `- note: property declared here
8 |
9 | public init(_ handler: @escaping ConnectionHandler) {
:
12 |
13 | public func accept(connection: NSXPCConnection) -> Bool {
14 | return accepter.accept(connection: connection)
| `- warning: main actor-isolated property 'accepter' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
15 | }
16 | }
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableExtension.swift:31:10: warning: call to main actor-isolated initializer 'init(_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
7 | let accepter: ConnectionAccepter
8 |
9 | public init(_ handler: @escaping ConnectionHandler) {
| `- note: calls to initializer 'init(_:)' from outside of its actor context are implicitly asynchronous
10 | self.accepter = ConnectionAccepter(handler)
11 | }
:
29 | /// will be used for the `configuration` property by default.
30 | var globalConfiguration: ConnectingAppExtensionConfiguration {
31 | return ConnectingAppExtensionConfiguration { connection in
| `- warning: call to main actor-isolated initializer 'init(_:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
32 | try self.acceptConnection(connection)
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Extendable/ConnectableExtension.swift:31:10: warning: sending task-isolated value of type '(NSXPCConnection) throws -> ()' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
29 | /// will be used for the `configuration` property by default.
30 | var globalConfiguration: ConnectingAppExtensionConfiguration {
31 | return ConnectingAppExtensionConfiguration { connection in
| `- warning: sending task-isolated value of type '(NSXPCConnection) throws -> ()' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
32 | try self.acceptConnection(connection)
33 | }
[8/8] Emitting module Extendable
Build of target: 'Extendable' complete! (0.67s)
Target: ExtendableHost
Extracting symbol information for 'ExtendableHost'...
Finished extracting symbol information for 'ExtendableHost'. (0.90s)
Building documentation for 'ExtendableHost'...
Finished building documentation for 'ExtendableHost' (0.94s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/chimehq/extendable/0.4.0
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.16s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/5] Compiling ExtendableHost AppExtensionBrowserView.swift
[3/5] Compiling ExtendableHost AppExtensionProcess+Utilities.swift
[4/5] Emitting module ExtendableHost
[5/5] Compiling ExtendableHost ExtensionHostingView.swift
Build of target: 'ExtendableHost' complete! (0.55s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/chimehq/extendable/0.4.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/chimehq/extendable/0.4.0/linkable-paths.json
2944
22 /Users/admin/builder/spi-builder-workspace/.docs/chimehq/extendable/0.4.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/extendable/0.4.0
File count: 2944
Doc size: 22.0MB
Preparing doc bundle ...
Uploading prod-chimehq-extendable-0.4.0-bea32cbb.zip to s3://spi-docs-inbox/prod-chimehq-extendable-0.4.0-bea32cbb.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.