Build Information
Successful build of Unlocker, reference master (acf009
), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 8 Aug 2024 19:56:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Unlocker-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.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 acf009d Swift: Bump github.com/apple/swift-argument-parser (#7)
Cloned https://github.com/mat1th/unlocker.git
Revision (git rev-parse @):
acf009dae6f89cdc94ef15e4e75d5cca8350c835
SUCCESS checkout https://github.com/mat1th/unlocker.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.8
Building package at path: $PWD
https://github.com/mat1th/unlocker.git
Command line invocation:
/Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
Unlocker: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, Unlocker
2024-08-08 15:55:54.335 xcodebuild[465:2442] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-08-08 15:56:05.403 xcodebuild[465:2442] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002b5ec00: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.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-macos.artifactbundle.zip",
"product_memberships" : [
"unlocker",
"UnlockerCore"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"unlocker",
"Unlocker-Package",
"UnlockerCore"
]
}
}
2024-08-08 15:56:11.113 xcodebuild[647:3256] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Unlocker-Package -destination platform=macOS,arch=arm64
Build complete.
Done.