The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WatchEye, reference main (aa6b44), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 16:16:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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.74s)
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/m1guelpf/WatchEye.git
[1/24] Fetching watcheye
Fetched https://github.com/m1guelpf/WatchEye.git from cache (0.60s)
Fetching https://github.com/skyfallsin/AXSwift from cache
Fetched https://github.com/skyfallsin/AXSwift from cache (0.46s)
Creating working copy for https://github.com/skyfallsin/AXSwift
Working copy of https://github.com/skyfallsin/AXSwift resolved at main (db5625d)
Creating working copy for https://github.com/m1guelpf/WatchEye.git
Working copy of https://github.com/m1guelpf/WatchEye.git resolved at main (aa6b44e)
warning: '.resolve-product-dependencies': dependency 'watcheye' is not used by any target
Found 1 product dependencies
  - AXSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/m1guelpf/WatchEye.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[4/13] Compiling AXSwift UIElement.swift
[5/13] Compiling AXSwift Observer.swift
[6/13] Compiling AXSwift Application.swift
[7/13] Emitting module AXSwift
[8/13] Compiling AXSwift AXSwift.swift
[9/13] Compiling AXSwift Error.swift
[10/13] Compiling AXSwift Constants.swift
[11/13] Compiling AXSwift SystemWideElement.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 [#SendableClosureCaptures]
 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 [#SendableClosureCaptures]
 77 |
 78 |             self.permissionCheckTimer?.invalidate()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[13/16] Emitting module WatchEye
[14/16] Compiling WatchEye BrowserUtils.swift
[14/16] Write Objects.LinkFileList
[15/16] Linking libWatchEye.dylib
Build complete! (15.62s)
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.3
Target:                   WatchEye
Extracting symbol information for 'WatchEye'...
Finished extracting symbol information for 'WatchEye'. (41.11s)
Building documentation for 'WatchEye'...
Finished building documentation for 'WatchEye' (0.56s)
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.54s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.19s)
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.6
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling Snippets Snippet.swift
[27/57] Emitting module Snippets
[28/57] Compiling Snippets SnippetParser.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.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 SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.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! (3.41s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'WatchEye' complete! (0.22s)
     108
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: 108
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-m1guelpf-watcheye-main-d5b3f284.zip to s3://spi-docs-inbox/prod-m1guelpf-watcheye-main-d5b3f284.zip
Copying... [16%]
Copying... [33%]
Copying... [49%]
Copying... [66%]
Copying... [82%]
Copying... [99%]
Copying... [100%]
Done.