Build Information
Successful build of Drops, reference main (582468
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 21:33:17 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/omaralbeik/Drops.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omaralbeik/Drops
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5824681 added visionOS support (#51)
Cloned https://github.com/omaralbeik/Drops.git
Revision (git rev-parse @):
5824681795286c36bdc4a493081a63e64e2a064e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/omaralbeik/Drops.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": "drops",
"name": "Drops",
"url": "https://github.com/omaralbeik/Drops.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Drops",
"dependencies": [
]
}
]
}
Fetching https://github.com/omaralbeik/Drops.git
[1/797] Fetching drops
Fetched https://github.com/omaralbeik/Drops.git from cache (1.32s)
Creating working copy for https://github.com/omaralbeik/Drops.git
Working copy of https://github.com/omaralbeik/Drops.git resolved at main (5824681)
warning: '.resolve-product-dependencies': dependency 'drops' 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/omaralbeik/Drops.git
https://github.com/omaralbeik/Drops.git
{
"dependencies" : [
],
"manifest_display_name" : "Drops",
"name" : "Drops",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Drops",
"targets" : [
"Drops"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DropsTests",
"module_type" : "SwiftTarget",
"name" : "DropsTests",
"path" : "Tests",
"sources" : [
"AnimatorTests.swift",
"DropTests.swift",
"DropViewTests.swift",
"DropsTests.swift",
"PassthroughViewTests.swift",
"PassthroughWindowTests.swift",
"PresenterTests.swift",
"TestAnimatorDelegate.swift",
"WeakTests.swift",
"WindowViewControllerTests.swift"
],
"target_dependencies" : [
"Drops"
],
"type" : "test"
},
{
"c99name" : "Drops",
"module_type" : "SwiftTarget",
"name" : "Drops",
"path" : "Sources",
"product_memberships" : [
"Drops"
],
"sources" : [
"AnimationContext.swift",
"Animator.swift",
"Drop.swift",
"DropView.swift",
"Drops.swift",
"PassthroughView.swift",
"PassthroughWindow.swift",
"Presenter.swift",
"Weak.swift",
"WindowViewController.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/12] Compiling Drops Presenter.swift
[4/13] Compiling Drops PassthroughView.swift
[5/13] Compiling Drops Weak.swift
[6/13] Compiling Drops PassthroughWindow.swift
[7/13] Compiling Drops Animator.swift
[8/13] Compiling Drops DropView.swift
[9/13] Compiling Drops AnimationContext.swift
[10/13] Emitting module Drops
[11/13] Compiling Drops Drops.swift
[12/13] Compiling Drops Drop.swift
[13/13] Compiling Drops WindowViewController.swift
Build complete! (1.18s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Drops",
"name" : "Drops",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Drops",
"targets" : [
"Drops"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DropsTests",
"module_type" : "SwiftTarget",
"name" : "DropsTests",
"path" : "Tests",
"sources" : [
"AnimatorTests.swift",
"DropTests.swift",
"DropViewTests.swift",
"DropsTests.swift",
"PassthroughViewTests.swift",
"PassthroughWindowTests.swift",
"PresenterTests.swift",
"TestAnimatorDelegate.swift",
"WeakTests.swift",
"WindowViewControllerTests.swift"
],
"target_dependencies" : [
"Drops"
],
"type" : "test"
},
{
"c99name" : "Drops",
"module_type" : "SwiftTarget",
"name" : "Drops",
"path" : "Sources",
"product_memberships" : [
"Drops"
],
"sources" : [
"AnimationContext.swift",
"Animator.swift",
"Drop.swift",
"DropView.swift",
"Drops.swift",
"PassthroughView.swift",
"PassthroughWindow.swift",
"Presenter.swift",
"Weak.swift",
"WindowViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/omaralbeik/drops/main
Repository: omaralbeik/Drops
Swift version used: 6.1
Target: Drops
Extracting symbol information for 'Drops'...
Finished extracting symbol information for 'Drops'. (0.54s)
Building documentation for 'Drops'...
Finished building documentation for 'Drops' (0.09s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/drops/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
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
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module Snippets
[11/57] Compiling Snippets Snippet.swift
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling SymbolKit Names.swift
[14/57] Compiling SymbolKit SPI.swift
[15/57] Compiling SymbolKit Snippet.swift
[16/57] Compiling SymbolKit Extension.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit Identifier.swift
[23/57] Compiling SymbolKit KindIdentifier.swift
[24/57] Compiling SymbolKit Location.swift
[25/57] Compiling SymbolKit Mutability.swift
[26/57] Compiling SymbolKit Mixin+Equals.swift
[27/57] Compiling SymbolKit Mixin+Hash.swift
[28/57] Compiling SymbolKit Mixin.swift
[29/57] Compiling SymbolKit LineList.swift
[30/57] Compiling SymbolKit Position.swift
[31/57] Emitting module SymbolKit
[32/57] Compiling SymbolKit SourceRange.swift
[33/57] Compiling SymbolKit Metadata.swift
[34/57] Compiling SymbolKit Module.swift
[35/57] Compiling SymbolKit OperatingSystem.swift
[36/57] Compiling SymbolKit Platform.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.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! (6.86s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling Drops Weak.swift
[3/12] Compiling Drops Presenter.swift
[4/12] Compiling Drops PassthroughWindow.swift
[5/12] Compiling Drops Drops.swift
[6/12] Compiling Drops DropView.swift
[7/12] Compiling Drops Drop.swift
[8/12] Compiling Drops Animator.swift
[9/12] Compiling Drops AnimationContext.swift
[10/12] Emitting module Drops
[11/12] Compiling Drops PassthroughView.swift
[12/12] Compiling Drops WindowViewController.swift
Build of target: 'Drops' complete! (0.47s)
54
2 /Users/admin/builder/spi-builder-workspace/.docs/omaralbeik/drops/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/omaralbeik/drops/main
File count: 54
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-omaralbeik-drops-main-7fa5db4d.zip to s3://spi-docs-inbox/prod-omaralbeik-drops-main-7fa5db4d.zip
Copying... [21%]
Copying... [41%]
Copying... [62%]
Copying... [82%]
Copying... [100%]
Done.