Build Information
Successful build of SPIManifest, reference 1.10.0 (2fad3a
), with Swift 6.1 for macOS (SPM) on 10 Jun 2025 17:50:26 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/SPIManifest.git
Reference: 1.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/SPIManifest
* tag 1.10.0 -> FETCH_HEAD
HEAD is now at 2fad3a9 Merge pull request #63 from SwiftPackageIndex/swift-6.2
Cloned https://github.com/SwiftPackageIndex/SPIManifest.git
Revision (git rev-parse @):
2fad3a95a3740d2eb0dc963bc03737ae35ea2bd8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftPackageIndex/SPIManifest.git at 1.10.0
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.07s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (1.59s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.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": "spimanifest",
"name": "SPIManifest",
"url": "https://github.com/SwiftPackageIndex/SPIManifest.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SPIManifest",
"dependencies": [
{
"identity": "yams",
"name": "Yams",
"url": "https://github.com/jpsim/Yams.git",
"version": "6.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git from cache
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (0.55s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (0.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (0.58s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 1.10.0 (2fad3a9)
warning: '.resolve-product-dependencies': dependency 'spimanifest' is not used by any target
Found 1 product dependencies
- Yams
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftPackageIndex/SPIManifest.git
https://github.com/SwiftPackageIndex/SPIManifest.git
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "SPIManifest",
"name" : "SPIManifest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SPIManifest",
"targets" : [
"SPIManifest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SPIManifestTests",
"module_type" : "SwiftTarget",
"name" : "SPIManifestTests",
"path" : "Tests/SPIManifestTests",
"sources" : [
"Array+UniquedTests.swift",
"ManifestTests.swift",
"RegressionTests.swift",
"SwiftVersionTests.swift"
],
"target_dependencies" : [
"SPIManifest"
],
"type" : "test"
},
{
"c99name" : "SPIManifest",
"module_type" : "SwiftTarget",
"name" : "SPIManifest",
"path" : "Sources/SPIManifest",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"SPIManifest"
],
"sources" : [
"Array+Uniqued.swift",
"Environment.swift",
"Manifest.swift",
"ManifestError.swift",
"Platform.swift",
"SwiftVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/9] Write sources
[2/9] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling writer.c
[4/9] Compiling reader.c
[5/9] Compiling parser.c
[6/9] Compiling api.c
[7/9] Compiling emitter.c
[8/9] Compiling scanner.c
[10/29] Compiling Yams Node.Scalar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/29] Compiling Yams Node.Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/31] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/31] Compiling Yams YamlError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/31] Compiling Yams YamlTagProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/31] Compiling Yams Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/31] Compiling Yams Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/31] Compiling Yams Node.Alias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/31] Compiling Yams Node.Mapping.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/31] Compiling Yams Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/31] Compiling Yams Mark.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/31] Compiling Yams Tag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/31] Compiling Yams YamlAnchorProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/31] Compiling Yams Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/31] Compiling Yams Emitter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/31] Compiling Yams AliasDereferencingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/31] Compiling Yams Anchor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/31] Compiling Yams Constructor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/31] Compiling Yams Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/31] Compiling Yams String+Yams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/31] Compiling Yams RedundancyAliasingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/31] Compiling Yams Representer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/38] Compiling SPIManifest SwiftVersion.swift
[33/38] Compiling SPIManifest Platform.swift
[34/38] Compiling SPIManifest Environment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SPIManifest/Environment.swift:24:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'Environment' may have shared mutable state; this is an error in the Swift 6 language mode
16 |
17 |
18 | struct Environment {
| `- note: consider making struct 'Environment' conform to the 'Sendable' protocol
19 | var fileManager: FileManager
20 | }
:
22 |
23 | extension Environment {
24 | static let live: Self = .init(
| |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'Environment' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | fileManager: .live
26 | )
/Users/admin/builder/spi-builder-workspace/Sources/SPIManifest/Environment.swift:44:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
30 | // MARK: FileManager
31 |
32 | struct FileManager {
| `- note: consider making struct 'FileManager' conform to the 'Sendable' protocol
33 | var contents: (_ atPath: String) -> Data?
34 | var createDirectory: (_ path: String,
:
42 | var temporaryDirectory: () -> URL
43 |
44 | static let live: Self = .init(
| |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | contents: Foundation.FileManager.default.contents(atPath:),
46 | createDirectory: Foundation.FileManager.default
/Users/admin/builder/spi-builder-workspace/Sources/SPIManifest/Environment.swift:69:5: warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
67 |
68 | #if DEBUG
69 | var Current: Environment = .live
| |- warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'Current' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'Current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | #else
71 | let Current: Environment = .live
[35/38] Compiling SPIManifest Manifest.swift
[36/38] Compiling SPIManifest ManifestError.swift
[37/38] Emitting module SPIManifest
/Users/admin/builder/spi-builder-workspace/Sources/SPIManifest/Environment.swift:24:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'Environment' may have shared mutable state; this is an error in the Swift 6 language mode
16 |
17 |
18 | struct Environment {
| `- note: consider making struct 'Environment' conform to the 'Sendable' protocol
19 | var fileManager: FileManager
20 | }
:
22 |
23 | extension Environment {
24 | static let live: Self = .init(
| |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'Environment' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | fileManager: .live
26 | )
/Users/admin/builder/spi-builder-workspace/Sources/SPIManifest/Environment.swift:44:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
30 | // MARK: FileManager
31 |
32 | struct FileManager {
| `- note: consider making struct 'FileManager' conform to the 'Sendable' protocol
33 | var contents: (_ atPath: String) -> Data?
34 | var createDirectory: (_ path: String,
:
42 | var temporaryDirectory: () -> URL
43 |
44 | static let live: Self = .init(
| |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | contents: Foundation.FileManager.default.contents(atPath:),
46 | createDirectory: Foundation.FileManager.default
/Users/admin/builder/spi-builder-workspace/Sources/SPIManifest/Environment.swift:69:5: warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
67 |
68 | #if DEBUG
69 | var Current: Environment = .live
| |- warning: var 'Current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'Current' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'Current' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | #else
71 | let Current: Environment = .live
[38/38] Compiling SPIManifest Array+Uniqued.swift
Build complete! (7.82s)
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "SPIManifest",
"name" : "SPIManifest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SPIManifest",
"targets" : [
"SPIManifest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SPIManifestTests",
"module_type" : "SwiftTarget",
"name" : "SPIManifestTests",
"path" : "Tests/SPIManifestTests",
"sources" : [
"Array+UniquedTests.swift",
"ManifestTests.swift",
"RegressionTests.swift",
"SwiftVersionTests.swift"
],
"target_dependencies" : [
"SPIManifest"
],
"type" : "test"
},
{
"c99name" : "SPIManifest",
"module_type" : "SwiftTarget",
"name" : "SPIManifest",
"path" : "Sources/SPIManifest",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"SPIManifest"
],
"sources" : [
"Array+Uniqued.swift",
"Environment.swift",
"Manifest.swift",
"ManifestError.swift",
"Platform.swift",
"SwiftVersion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/swiftpackageindex/spimanifest/1.10.0
Repository: SwiftPackageIndex/SPIManifest
Swift version used: 6.1
Target: SPIManifest
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 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SPIManifest'...
Finished extracting symbol information for 'SPIManifest'. (4.32s)
Building documentation for 'SPIManifest'...
Finished building documentation for 'SPIManifest' (0.15s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swiftpackageindex/spimanifest/1.10.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/jpsim/Yams.git
Updated https://github.com/jpsim/Yams.git (0.56s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.52s)
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.4
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit Identifier.swift
[35/57] Compiling SymbolKit KindIdentifier.swift
[36/57] Compiling SymbolKit Location.swift
[37/57] Compiling SymbolKit Mutability.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.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] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.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.36s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/21] Compiling Yams Tag.swift
[3/21] Compiling Yams YamlAnchorProviding.swift
[4/23] Emitting module Yams
[5/23] Compiling Yams Resolver.swift
[6/23] Compiling Yams String+Yams.swift
[7/23] Compiling Yams Node.swift
[8/23] Compiling Yams Parser.swift
[9/23] Compiling Yams YamlError.swift
[10/23] Compiling Yams YamlTagProviding.swift
[11/23] Compiling Yams RedundancyAliasingStrategy.swift
[12/23] Compiling Yams Representer.swift
[13/23] Compiling Yams Node.Scalar.swift
[14/23] Compiling Yams Node.Sequence.swift
[15/23] Compiling Yams Node.Alias.swift
[16/23] Compiling Yams Node.Mapping.swift
[17/23] Compiling Yams AliasDereferencingStrategy.swift
[18/23] Compiling Yams Anchor.swift
[19/23] Compiling Yams Constructor.swift
[20/23] Compiling Yams Encoder.swift
[21/23] Compiling Yams Mark.swift
[22/23] Compiling Yams Decoder.swift
[23/23] Compiling Yams Emitter.swift
[24/30] Compiling SPIManifest Platform.swift
[25/30] Compiling SPIManifest SwiftVersion.swift
[26/30] Compiling SPIManifest ManifestError.swift
[27/30] Compiling SPIManifest Environment.swift
[28/30] Emitting module SPIManifest
[29/30] Compiling SPIManifest Array+Uniqued.swift
[30/30] Compiling SPIManifest Manifest.swift
Build of target: 'SPIManifest' complete! (2.33s)
293
3 /Users/admin/builder/spi-builder-workspace/.docs/swiftpackageindex/spimanifest/1.10.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftpackageindex/spimanifest/1.10.0
File count: 293
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-swiftpackageindex-spimanifest-1.10.0-fac996d9.zip to s3://spi-docs-inbox/prod-swiftpackageindex-spimanifest-1.10.0-fac996d9.zip
Copying... [17%]
Copying... [26%]
Copying... [34%]
Copying... [43%]
Copying... [51%]
Copying... [69%]
Copying... [77%]
Copying... [86%]
Copying... [94%]
Copying... [100%]
Done.