The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Unlocker, reference master (b1dfe7), with Swift 6.2 for macOS (SPM) on 29 Jan 2026 21:20:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mat1th/unlocker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mat1th/unlocker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1dfe78 GitHub Actions: Bump the dependencies group across 1 directory with 2 updates (#22)
Cloned https://github.com/mat1th/unlocker.git
Revision (git rev-parse @):
b1dfe783b279ecfd521d53ec36f9287096c30df4
SUCCESS checkout https://github.com/mat1th/unlocker.git at master
Fetching https://github.com/apple/swift-argument-parser
[1/17132] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (2.30s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[26021/40913916] Downloading https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip (2.35s)
========================================
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": "unlocker",
      "name": "Unlocker",
      "url": "https://github.com/mat1th/unlocker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/unlocker",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mat1th/unlocker.git
[1/419] Fetching unlocker
Fetched https://github.com/mat1th/unlocker.git from cache (0.80s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.64s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/mat1th/unlocker.git
Working copy of https://github.com/mat1th/unlocker.git resolved at master (b1dfe78)
Fetching binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip from cache
Fetched https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip from cache (1.63s)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mat1th/unlocker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/12] Write sources
[4/12] Write unlocker-entitlement.plist
[4/12] Write sources
[8/12] Write swift-version-49B95AFC49DCD68C.txt
[10/26] Emitting module ArgumentParserToolInfo
[11/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/73] Compiling ArgumentParser CommandConfiguration.swift
[13/73] Compiling ArgumentParser CommandGroup.swift
[14/73] Compiling ArgumentParser EnumerableFlag.swift
[15/73] Compiling ArgumentParser ExpressibleByArgument.swift
[16/73] Compiling ArgumentParser ParsableArguments.swift
[17/78] Emitting module ArgumentParser
[18/78] Compiling ArgumentParser InputKey.swift
[19/78] Compiling ArgumentParser InputOrigin.swift
[20/78] Compiling ArgumentParser Name.swift
[21/78] Compiling ArgumentParser Parsed.swift
[22/78] Compiling ArgumentParser ParsedValues.swift
[23/78] Compiling ArgumentParser ArgumentHelp.swift
[24/78] Compiling ArgumentParser ArgumentVisibility.swift
[25/78] Compiling ArgumentParser CompletionKind.swift
[26/78] Compiling ArgumentParser Errors.swift
[27/78] Compiling ArgumentParser Flag.swift
[28/78] Compiling ArgumentParser NameSpecification.swift
[29/78] Compiling ArgumentParser Option.swift
[30/78] Compiling ArgumentParser OptionGroup.swift
[31/78] Compiling ArgumentParser ParentCommand.swift
[32/78] Compiling ArgumentParser AsyncParsableCommand.swift
[33/78] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/78] Compiling ArgumentParser CompletionsGenerator.swift
[35/78] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/78] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/78] Compiling ArgumentParser Argument.swift
[38/78] Compiling ArgumentParser ArgumentDiscussion.swift
[39/78] Compiling ArgumentParser CodingKeyValidator.swift
[40/78] Compiling ArgumentParser NonsenseFlagsValidator.swift
[41/78] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/78] Compiling ArgumentParser PositionalArgumentsValidator.swift
[43/78] Compiling ArgumentParser UniqueNamesValidator.swift
[44/78] Compiling ArgumentParser Platform.swift
[45/78] Compiling ArgumentParser SequenceExtensions.swift
[46/78] Compiling ArgumentParser StringExtensions.swift
[47/78] Compiling ArgumentParser SwiftExtensions.swift
[48/78] Compiling ArgumentParser Tree.swift
[49/78] Compiling ArgumentParser ParserError.swift
[50/78] Compiling ArgumentParser SplitArguments.swift
[51/78] Compiling ArgumentParser DumpHelpGenerator.swift
[52/78] Compiling ArgumentParser HelpCommand.swift
[53/78] Compiling ArgumentParser HelpGenerator.swift
[54/78] Compiling ArgumentParser ParsableCommand.swift
[55/78] Compiling ArgumentParser ArgumentDecoder.swift
[56/78] Compiling ArgumentParser ArgumentDefinition.swift
[57/78] Compiling ArgumentParser ArgumentSet.swift
[58/78] Compiling ArgumentParser CommandParser.swift
[59/78] Compiling ArgumentParser MessageInfo.swift
[60/78] Compiling ArgumentParser UsageGenerator.swift
[61/78] Compiling ArgumentParser CollectionExtensions.swift
[62/78] Compiling ArgumentParser Foundation.swift
[63/78] Compiling ArgumentParser Mutex.swift
[64/78] Compiling UnlockerCore StopScreenSaverUseCase.swift
[65/78] Compiling UnlockerCore ExecuteFramworkUseCase.swift
[66/78] Compiling UnlockerCore PostKeyEventUseCase.swift
[67/79] Compiling UnlockerCore WakeScreenUseCase.swift
[68/79] Compiling UnlockerCore StartSceenSaverUseCase.swift
[69/79] Compiling UnlockerCore UnlockScreenUseCase.swift
[70/79] Compiling UnlockerCore LockScreenUseCase.swift
[73/79] Emitting module UnlockerCore
[76/79] Compiling UnlockerCore LockScreenIsActiveUseCase.swift
[77/85] Compiling unlocker main.swift
[78/85] Compiling unlocker Input.swift
[79/85] Compiling unlocker UnlockCommand.swift
[80/85] Compiling unlocker LockCommand.swift
[81/85] Emitting module unlocker
[82/85] Compiling unlocker UnlockerCommandSetup.swift
[82/85] Write Objects.LinkFileList
[83/85] Linking unlocker
[84/85] Applying unlocker
Build complete! (13.49s)
warning: Build tool command 'Running SwiftLint for UnlockerCore' (applied to target 'UnlockerCore') does not declare any output files and therefore will not run. You may want to consider updating the given package to tools-version 6.0 (or higher) which would run such a build tool command even without declared outputs.
warning: Build tool command 'Running SwiftLint for unlocker' (applied to target 'unlocker') does not declare any output files and therefore will not run. You may want to consider updating the given package to tools-version 6.0 (or higher) which would run such a build tool command even without declared outputs.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "Unlocker",
  "name" : "Unlocker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "unlocker",
      "targets" : [
        "unlocker"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "UnlockerCore",
      "targets" : [
        "UnlockerCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "unlocker",
      "module_type" : "SwiftTarget",
      "name" : "unlocker",
      "path" : "Sources/unlocker",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "unlocker"
      ],
      "sources" : [
        "Commands/Lock/LockCommand.swift",
        "Commands/Unlock/UnlockCommand.swift",
        "Commands/Unlock/UnlockerCommandSetup.swift",
        "View/Input.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "UnlockerCore",
        "SwiftLintPlugin"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UnlockerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "UnlockerCoreTests",
      "path" : "Tests/UnlockerCoreTests",
      "sources" : [
        "TestDoubles/AccessablityPermissionIsAllowedSpy.swift",
        "TestDoubles/CGEventProtocolSpy.swift",
        "TestDoubles/ExecuteFramworkUseCaseSpy.swift",
        "TestDoubles/LockScreenIsActiveUseCaseSpy.swift",
        "TestDoubles/PostKeyEventUseCaseSpy.swift",
        "TestDoubles/StopScreenSaverUseCaseSpy.swift",
        "TestDoubles/UnlockScreenUseCaseSpy.swift",
        "TestDoubles/WakeScreenUseCaseSpy.swift",
        "UseCases/LockScreen/LockScreenUseCaseTests.swift",
        "UseCases/LockScreen/StopScreenSaverUseCaseTests.swift",
        "UseCases/LockScreen/UnlockScreenUseCaseTest.swift"
      ],
      "target_dependencies" : [
        "UnlockerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnlockerCore",
      "module_type" : "SwiftTarget",
      "name" : "UnlockerCore",
      "path" : "Sources/UnlockerCore",
      "product_memberships" : [
        "unlocker",
        "UnlockerCore"
      ],
      "sources" : [
        "Entities/CGEventProtocol.swift",
        "Entities/KeyCode.swift",
        "Extentions/CGEvent+CGEventProtocol.swift",
        "UseCases/AccessablityPermissionIsAllowedUseCase.swift",
        "UseCases/LockScreen/LockScreenIsActiveUseCase.swift",
        "UseCases/LockScreen/LockScreenUseCase.swift",
        "UseCases/LockScreen/UnlockScreenUseCase.swift",
        "UseCases/ScreenSaver/StartSceenSaverUseCase.swift",
        "UseCases/ScreenSaver/StopScreenSaverUseCase.swift",
        "UseCases/Utils/ExecuteFramworkUseCase.swift",
        "UseCases/Utils/PostKeyEventUseCase.swift",
        "UseCases/Utils/WakeScreenUseCase.swift"
      ],
      "target_dependencies" : [
        "SwiftLintPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLintPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintPlugin",
      "path" : "Plugins/SwiftLintPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "unlocker",
        "UnlockerCore"
      ],
      "sources" : [
        "SwiftLintPlugin.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBinary",
      "module_type" : "BinaryTarget",
      "name" : "SwiftLintBinary",
      "path" : "remote/archive/SwiftLintBinary.artifactbundle.zip",
      "product_memberships" : [
        "unlocker",
        "UnlockerCore"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
Done.