Build Information
Successful build of Unlocker, reference master (28fcdb
), with Swift 6.1 for macOS (SPM) on 19 Aug 2025 19:18:27 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.67.1
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 28fcdbb GitHub Actions: Bump actions/checkout in the dependencies group (#11)
Cloned https://github.com/mat1th/unlocker.git
Revision (git rev-parse @):
28fcdbb032a7237eb889aff31d4a82dd79e78aad
SUCCESS checkout https://github.com/mat1th/unlocker.git at master
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.74s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[8259/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.34s)
========================================
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.6.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mat1th/unlocker.git
[7/342] Fetching unlocker
Fetched https://github.com/mat1th/unlocker.git from cache (0.74s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.62s)
Creating working copy for https://github.com/mat1th/unlocker.git
Working copy of https://github.com/mat1th/unlocker.git resolved at master (28fcdbb)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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.61s)
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mat1th/unlocker.git
https://github.com/mat1th/unlocker.git
{
"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"
}
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
[1/1] Compiling plugin SwiftLintPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/12] Write sources
[5/12] Write unlocker-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version-2F0A5646E1D333AE.txt
[10/26] Emitting module ArgumentParserToolInfo
[11/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/72] Compiling ArgumentParser ArgumentDiscussion.swift
[13/72] Compiling ArgumentParser ArgumentHelp.swift
[14/72] Compiling ArgumentParser ArgumentVisibility.swift
[15/72] Compiling ArgumentParser CompletionKind.swift
[16/72] Compiling ArgumentParser Errors.swift
[17/76] Emitting module ArgumentParser
[18/76] Compiling ArgumentParser SequenceExtensions.swift
[19/76] Compiling ArgumentParser StringExtensions.swift
[20/76] Compiling ArgumentParser SwiftExtensions.swift
[21/76] Compiling ArgumentParser Tree.swift
[22/76] Compiling ArgumentParser CodingKeyValidator.swift
[23/76] Compiling ArgumentParser InputKey.swift
[24/76] Compiling ArgumentParser InputOrigin.swift
[25/76] Compiling ArgumentParser Name.swift
[26/76] Compiling ArgumentParser Parsed.swift
[27/76] Compiling ArgumentParser ParsedValues.swift
[28/76] Compiling ArgumentParser NonsenseFlagsValidator.swift
[29/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/76] Compiling ArgumentParser PositionalArgumentsValidator.swift
[31/76] Compiling ArgumentParser UniqueNamesValidator.swift
[32/76] Compiling ArgumentParser CommandConfiguration.swift
[33/76] Compiling ArgumentParser CommandGroup.swift
[34/76] Compiling ArgumentParser EnumerableFlag.swift
[35/76] Compiling ArgumentParser ExpressibleByArgument.swift
[36/76] Compiling ArgumentParser ParsableArguments.swift
[37/76] Compiling ArgumentParser Flag.swift
[38/76] Compiling ArgumentParser NameSpecification.swift
[39/76] Compiling ArgumentParser Option.swift
[40/76] Compiling ArgumentParser OptionGroup.swift
[41/76] Compiling ArgumentParser AsyncParsableCommand.swift
[42/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/76] Compiling ArgumentParser CompletionsGenerator.swift
[44/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/76] Compiling ArgumentParser Argument.swift
[47/76] Compiling ArgumentParser MessageInfo.swift
[48/76] Compiling ArgumentParser UsageGenerator.swift
[49/76] Compiling ArgumentParser CollectionExtensions.swift
[50/76] Compiling ArgumentParser Mutex.swift
[51/76] Compiling ArgumentParser Platform.swift
[52/76] Compiling ArgumentParser ParsableCommand.swift
[53/76] Compiling ArgumentParser ArgumentDecoder.swift
[54/76] Compiling ArgumentParser ArgumentDefinition.swift
[55/76] Compiling ArgumentParser ArgumentSet.swift
[56/76] Compiling ArgumentParser CommandParser.swift
[57/76] Compiling ArgumentParser ParserError.swift
[58/76] Compiling ArgumentParser SplitArguments.swift
[59/76] Compiling ArgumentParser DumpHelpGenerator.swift
[60/76] Compiling ArgumentParser HelpCommand.swift
[61/76] Compiling ArgumentParser HelpGenerator.swift
[62/76] Compiling UnlockerCore StartSceenSaverUseCase.swift
[63/77] Compiling UnlockerCore ExecuteFramworkUseCase.swift
[64/77] Compiling UnlockerCore PostKeyEventUseCase.swift
[65/77] Compiling UnlockerCore UnlockScreenUseCase.swift
[66/77] Compiling UnlockerCore LockScreenUseCase.swift
[67/77] Compiling UnlockerCore StopScreenSaverUseCase.swift
[68/77] Compiling UnlockerCore WakeScreenUseCase.swift
[69/77] Compiling UnlockerCore LockScreenIsActiveUseCase.swift
[70/77] Emitting module UnlockerCore
[75/83] Compiling unlocker Input.swift
[76/83] Compiling unlocker main.swift
[77/83] Compiling unlocker UnlockCommand.swift
[78/83] Emitting module unlocker
[79/83] Compiling unlocker LockCommand.swift
[80/83] Compiling unlocker UnlockerCommandSetup.swift
[80/83] Write Objects.LinkFileList
[81/83] Linking unlocker
[82/83] Applying unlocker
Build complete! (12.63s)
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.