Build Information
Successful build of WatchEye, reference main (aa6b44
), with Swift 6.0 for macOS (SPM) on 26 Jan 2025 09:05:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m1guelpf/WatchEye.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/m1guelpf/WatchEye
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aa6b44e update instructions
Cloned https://github.com/m1guelpf/WatchEye.git
Revision (git rev-parse @):
aa6b44ee73a8ec827c8dc4544f253b5be855f2a9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m1guelpf/WatchEye.git at main
Fetching https://github.com/skyfallsin/AXSwift
[1/470] Fetching axswift
Fetched https://github.com/skyfallsin/AXSwift from cache (0.76s)
Creating working copy for https://github.com/skyfallsin/AXSwift
Working copy of https://github.com/skyfallsin/AXSwift resolved at main (db5625d)
========================================
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": "watcheye",
"name": "WatchEye",
"url": "https://github.com/m1guelpf/WatchEye.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WatchEye",
"dependencies": [
{
"identity": "axswift",
"name": "AXSwift",
"url": "https://github.com/skyfallsin/AXSwift",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AXSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/m1guelpf/WatchEye.git
[1/24] Fetching watcheye
Fetched https://github.com/m1guelpf/WatchEye.git from cache (0.67s)
Fetching https://github.com/skyfallsin/AXSwift from cache
Fetched https://github.com/skyfallsin/AXSwift from cache (0.47s)
Creating working copy for https://github.com/m1guelpf/WatchEye.git
Working copy of https://github.com/m1guelpf/WatchEye.git resolved at main (aa6b44e)
Creating working copy for https://github.com/skyfallsin/AXSwift
Working copy of https://github.com/skyfallsin/AXSwift resolved at main (db5625d)
warning: '.resolve-product-dependencies': dependency 'watcheye' is not used by any target
Found 1 product dependencies
- AXSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/m1guelpf/WatchEye.git
https://github.com/m1guelpf/WatchEye.git
{
"dependencies" : [
{
"identity" : "axswift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/skyfallsin/AXSwift"
}
],
"manifest_display_name" : "WatchEye",
"name" : "WatchEye",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "WatchEye",
"targets" : [
"WatchEye"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "WatchEye",
"module_type" : "SwiftTarget",
"name" : "WatchEye",
"path" : "src",
"product_dependencies" : [
"AXSwift"
],
"product_memberships" : [
"WatchEye"
],
"sources" : [
"BrowserUtils.swift",
"WatchEye.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-5BDAB9E9C0126B9D.txt
[4/13] Compiling AXSwift UIElement.swift
[5/13] Compiling AXSwift SystemWideElement.swift
[6/13] Compiling AXSwift Application.swift
[7/13] Compiling AXSwift Error.swift
[8/13] Compiling AXSwift AXSwift.swift
[9/13] Emitting module AXSwift
[10/13] Compiling AXSwift Observer.swift
[11/13] Compiling AXSwift Constants.swift
[12/16] Compiling WatchEye WatchEye.swift
/Users/admin/builder/spi-builder-workspace/src/WatchEye.swift:51:20: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
49 | object: nil,
50 | queue: nil,
51 | using: onApplicationChange
| `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
52 | )
53 | }
/Users/admin/builder/spi-builder-workspace/src/WatchEye.swift:76:19: warning: capture of 'self' with non-sendable type 'WatchEye' in a `@Sendable` closure
19 |
20 | @Observable
21 | public final class WatchEye: NSObject {
| `- note: class 'WatchEye' does not conform to the 'Sendable' protocol
22 | /// The delegate for the watcher.
23 | @ObservationIgnored public var delegate: WatchEyeDelegate?
:
74 |
75 | permissionCheckTimer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { _ in
76 | guard self.isAllowed else { return }
| `- warning: capture of 'self' with non-sendable type 'WatchEye' in a `@Sendable` closure
77 |
78 | self.permissionCheckTimer?.invalidate()
[13/16] Emitting module WatchEye
[14/16] Compiling WatchEye BrowserUtils.swift
[14/16] Write Objects.LinkFileList
[15/16] Linking libWatchEye.dylib
Build complete! (16.69s)
Build complete.
{
"dependencies" : [
{
"identity" : "axswift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/skyfallsin/AXSwift"
}
],
"manifest_display_name" : "WatchEye",
"name" : "WatchEye",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "WatchEye",
"targets" : [
"WatchEye"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "WatchEye",
"module_type" : "SwiftTarget",
"name" : "WatchEye",
"path" : "src",
"product_dependencies" : [
"AXSwift"
],
"product_memberships" : [
"WatchEye"
],
"sources" : [
"BrowserUtils.swift",
"WatchEye.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/m1guelpf/watcheye/main
Repository: m1guelpf/WatchEye
Swift version used: 6.0
Target: WatchEye
Extracting symbol information for 'WatchEye'...
Finished extracting symbol information for 'WatchEye'. (4.61s)
Building documentation for 'WatchEye'...
Finished building documentation for 'WatchEye' (0.35s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/m1guelpf/watcheye/main
Updating https://github.com/skyfallsin/AXSwift
Updated https://github.com/skyfallsin/AXSwift (0.44s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3266] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
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-5BDAB9E9C0126B9D.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit SemanticVersion.swift
[10/53] Compiling SymbolKit AccessControl.swift
[11/53] Compiling SymbolKit Availability.swift
[12/53] Compiling SymbolKit AvailabilityItem.swift
[13/53] Compiling SymbolKit Domain.swift
[14/57] Compiling SymbolKit Relationship.swift
[15/57] Compiling SymbolKit RelationshipKind.swift
[16/57] Compiling SymbolKit SourceOrigin.swift
[17/57] Compiling SymbolKit GenericConstraints.swift
[18/57] Compiling SymbolKit Swift.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit Symbol.swift
[31/57] Compiling SymbolKit SymbolKind.swift
[32/57] Compiling SymbolKit SymbolGraph.swift
[33/57] Compiling SymbolKit GraphCollector.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 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 GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.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! (3.71s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/9] Compiling AXSwift Observer.swift
[3/9] Compiling AXSwift Application.swift
[4/9] Compiling AXSwift Error.swift
[5/9] Compiling AXSwift Constants.swift
[6/9] Emitting module AXSwift
[7/9] Compiling AXSwift UIElement.swift
[8/9] Compiling AXSwift SystemWideElement.swift
[9/9] Compiling AXSwift AXSwift.swift
[10/12] Compiling WatchEye BrowserUtils.swift
[11/12] Compiling WatchEye WatchEye.swift
/Users/admin/builder/spi-builder-workspace/src/WatchEye.swift:51:20: warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
49 | object: nil,
50 | queue: nil,
51 | using: onApplicationChange
| `- warning: converting non-sendable function value to '@Sendable (Notification) -> Void' may introduce data races
52 | )
53 | }
/Users/admin/builder/spi-builder-workspace/src/WatchEye.swift:76:19: warning: capture of 'self' with non-sendable type 'WatchEye' in a `@Sendable` closure
19 |
20 | @Observable
21 | public final class WatchEye: NSObject {
| `- note: class 'WatchEye' does not conform to the 'Sendable' protocol
22 | /// The delegate for the watcher.
23 | @ObservationIgnored public var delegate: WatchEyeDelegate?
:
74 |
75 | permissionCheckTimer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { _ in
76 | guard self.isAllowed else { return }
| `- warning: capture of 'self' with non-sendable type 'WatchEye' in a `@Sendable` closure
77 |
78 | self.permissionCheckTimer?.invalidate()
[12/12] Emitting module WatchEye
Build of target: 'WatchEye' complete! (1.40s)
106
2 /Users/admin/builder/spi-builder-workspace/.docs/m1guelpf/watcheye/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/m1guelpf/watcheye/main
File count: 106
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-m1guelpf-watcheye-main-5e00eba0.zip to s3://spi-docs-inbox/prod-m1guelpf-watcheye-main-5e00eba0.zip
Copying... [18%]
Copying... [35%]
Copying... [53%]
Copying... [70%]
Copying... [88%]
Copying... [100%]
Done.