Build Information
Successful build of Updeto, reference main (62f770
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 01:20:23 UTC.
Swift 6 data race errors: 0
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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manasv/Updeto.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manasv/Updeto
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 62f7707 doc: updates documentation on enum
Cloned https://github.com/manasv/Updeto.git
Revision (git rev-parse @):
62f7707eaf76c353f9f3a423e341b2d9d61bbeff
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/manasv/Updeto.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": "updeto",
"name": "Updeto",
"url": "https://github.com/manasv/Updeto.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Updeto",
"dependencies": [
]
}
]
}
Fetching https://github.com/manasv/Updeto.git
[1/161] Fetching updeto
Fetched https://github.com/manasv/Updeto.git from cache (0.65s)
Creating working copy for https://github.com/manasv/Updeto.git
Working copy of https://github.com/manasv/Updeto.git resolved at main (62f7707)
warning: '.resolve-product-dependencies': dependency 'updeto' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/manasv/Updeto.git
https://github.com/manasv/Updeto.git
{
"dependencies" : [
],
"manifest_display_name" : "Updeto",
"name" : "Updeto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Updeto",
"targets" : [
"Updeto"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UpdetoTests",
"module_type" : "SwiftTarget",
"name" : "UpdetoTests",
"path" : "Tests/UpdetoTests",
"sources" : [
"UpdetoMock.swift",
"UpdetoTests.swift"
],
"target_dependencies" : [
"Updeto"
],
"type" : "test"
},
{
"c99name" : "Updeto",
"module_type" : "SwiftTarget",
"name" : "Updeto",
"path" : "Sources/Updeto",
"product_memberships" : [
"Updeto"
],
"sources" : [
"Updeto.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module Updeto
[4/4] Compiling Updeto Updeto.swift
/Users/admin/builder/spi-builder-workspace/Sources/Updeto/Updeto.swift:143:39: warning: capture of 'self' with non-sendable type 'Updeto' in a '@Sendable' closure
43 | // MARK: - Updeto
44 |
45 | public final class Updeto: UpdetoType {
| `- note: class 'Updeto' does not conform to the 'Sendable' protocol
46 | // MARK: - Private Properties
47 |
:
141 | .dataTask(with: lookupRequest) { data, _, _ in
142 | guard let data = data,
143 | let lookup = try? self.decoder.decode(AppStoreLookup.self, from: data)
| `- warning: capture of 'self' with non-sendable type 'Updeto' in a '@Sendable' closure
144 | else {
145 | return
/Users/admin/builder/spi-builder-workspace/Sources/Updeto/Updeto.swift:151:25: warning: capture of 'completion' with non-sendable type '(AppStoreLookupResult) -> Void' in a '@Sendable' closure
149 | self.appId = appStore.appId
150 | DispatchQueue.main.async {
151 | completion(
| |- warning: capture of 'completion' with non-sendable type '(AppStoreLookupResult) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
152 | self.compareVersions(appStore.version, self.installedAppVersion).appstoreLookupResult
153 | )
Build complete! (4.60s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Updeto",
"name" : "Updeto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Updeto",
"targets" : [
"Updeto"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UpdetoTests",
"module_type" : "SwiftTarget",
"name" : "UpdetoTests",
"path" : "Tests/UpdetoTests",
"sources" : [
"UpdetoMock.swift",
"UpdetoTests.swift"
],
"target_dependencies" : [
"Updeto"
],
"type" : "test"
},
{
"c99name" : "Updeto",
"module_type" : "SwiftTarget",
"name" : "Updeto",
"path" : "Sources/Updeto",
"product_memberships" : [
"Updeto"
],
"sources" : [
"Updeto.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/manasv/updeto/main
Repository: manasv/Updeto
Swift version used: 6.1
Target: Updeto
Extracting symbol information for 'Updeto'...
Finished extracting symbol information for 'Updeto'. (2.53s)
Building documentation for 'Updeto'...
warning: Return value documented for instance method returning void
--> Sources/Updeto/Updeto.swift:138:9-138:83
136 | /// Retrieves metadata from the App Store for the Bundle ID provided and compares versions to determine if an update is needed.
137 | /// - parameter completion: The completion block to be called on the main thread when the validation has finished.
138 + /// - returns: `AppStoreLookupResult` with the status of the lookup operation.
| ╰─suggestion: Remove return value documentation
139 | public func isAppUpdated(completion: @escaping (AppStoreLookupResult) -> Void) {
140 | urlSession
Finished building documentation for 'Updeto' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/manasv/updeto/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.76s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/53] Emitting module SymbolKit
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit Names.swift
[18/57] Compiling SymbolKit SPI.swift
[19/57] Compiling SymbolKit Snippet.swift
[20/57] Compiling SymbolKit Extension.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit Identifier.swift
[31/57] Compiling SymbolKit KindIdentifier.swift
[32/57] Compiling SymbolKit Location.swift
[33/57] Compiling SymbolKit Mutability.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.24s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling Updeto Updeto.swift
[3/3] Emitting module Updeto
Build of target: 'Updeto' complete! (0.59s)
80
2 /Users/admin/builder/spi-builder-workspace/.docs/manasv/updeto/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/manasv/updeto/main
File count: 80
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-manasv-updeto-main-992f08ea.zip to s3://spi-docs-inbox/prod-manasv-updeto-main-992f08ea.zip
Copying... [19%]
Copying... [38%]
Copying... [57%]
Copying... [75%]
Copying... [94%]
Copying... [100%]
Done.