Build Information
Failed to build MijickCamera, reference 3.0.2 (3cb2b5
), with Swift 6.0 for macOS (SPM) on 10 Apr 2025 12:19:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mijick/Camera.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mijick/Camera
* tag 3.0.2 -> FETCH_HEAD
HEAD is now at 3cb2b56 Patch 3.0.2
Cloned https://github.com/Mijick/Camera.git
Revision (git rev-parse @):
3cb2b56003910f765d7a5d39d2c2cb49717519cf
SUCCESS checkout https://github.com/Mijick/Camera.git at 3.0.2
Fetching https://github.com/Mijick/Timer
[1/916] Fetching timer
Fetched https://github.com/Mijick/Timer from cache (0.77s)
Computing version for https://github.com/Mijick/Timer
Computed https://github.com/Mijick/Timer at 2.0.0 (0.47s)
Creating working copy for https://github.com/Mijick/Timer
Working copy of https://github.com/Mijick/Timer resolved at 2.0.0
========================================
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": "camera",
"name": "MijickCamera",
"url": "https://github.com/Mijick/Camera.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Camera",
"dependencies": [
{
"identity": "timer",
"name": "MijickTimer",
"url": "https://github.com/Mijick/Timer",
"version": "2.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Timer",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Mijick/Camera.git
[1/7006] Fetching camera
Fetched https://github.com/Mijick/Camera.git from cache (1.06s)
Fetching https://github.com/Mijick/Timer from cache
Fetched https://github.com/Mijick/Timer from cache (0.43s)
Computing version for https://github.com/Mijick/Timer
Computed https://github.com/Mijick/Timer at 2.0.0 (0.03s)
Creating working copy for https://github.com/Mijick/Camera.git
Working copy of https://github.com/Mijick/Camera.git resolved at 3.0.2 (3cb2b56)
Creating working copy for https://github.com/Mijick/Timer
Working copy of https://github.com/Mijick/Timer resolved at 2.0.0
warning: '.resolve-product-dependencies': dependency 'camera' is not used by any target
Found 1 product dependencies
- MijickTimer
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Mijick/Camera.git
https://github.com/Mijick/Camera.git
{
"dependencies" : [
{
"identity" : "timer",
"requirement" : {
"exact" : [
"2.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Mijick/Timer"
}
],
"manifest_display_name" : "MijickCamera",
"name" : "MijickCamera",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "MijickCamera",
"targets" : [
"MijickCamera"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "MijickCameraTests",
"module_type" : "SwiftTarget",
"name" : "MijickCameraTests",
"path" : "Tests",
"sources" : [
"Tests+CameraManager.swift"
],
"target_dependencies" : [
"MijickCamera"
],
"type" : "test"
},
{
"c99name" : "MijickCamera",
"module_type" : "SwiftTarget",
"name" : "MijickCamera",
"path" : "Sources",
"product_dependencies" : [
"MijickTimer"
],
"product_memberships" : [
"MijickCamera"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Internal/Assets/Colors.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Internal/Assets/Icons.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/Extensions/AVCaptureVideoOrientation++.swift",
"Internal/Extensions/AVVideoComposition++.swift",
"Internal/Extensions/Animation++.swift",
"Internal/Extensions/CIFilter++.swift",
"Internal/Extensions/CIImage++.swift",
"Internal/Extensions/CameraUtilities++.swift",
"Internal/Extensions/CaseIterable++.swift",
"Internal/Extensions/FileManager++.swift",
"Internal/Extensions/Task++.swift",
"Internal/Extensions/UIImage.Orientation++.swift",
"Internal/Extensions/UIView++.swift",
"Internal/Extensions/View++.swift",
"Internal/Manager/CameraManager+Attributes.swift",
"Internal/Manager/CameraManager+MotionManager.swift",
"Internal/Manager/CameraManager+NotificationCenter.swift",
"Internal/Manager/CameraManager+PermissionsManager.swift",
"Internal/Manager/CameraManager+PhotoOutput.swift",
"Internal/Manager/CameraManager+VideoOutput.swift",
"Internal/Manager/CameraManager.swift",
"Internal/Manager/Helpers/Capture Device Input/CaptureDeviceInput+AVCaptureDeviceInput.swift",
"Internal/Manager/Helpers/Capture Device Input/CaptureDeviceInput+MockDeviceInput.swift",
"Internal/Manager/Helpers/Capture Device Input/CaptureDeviceInput.swift",
"Internal/Manager/Helpers/Capture Device/CaptureDevice+AVCaptureDevice.swift",
"Internal/Manager/Helpers/Capture Device/CaptureDevice+MockCaptureDevice.swift",
"Internal/Manager/Helpers/Capture Device/CaptureDevice.swift",
"Internal/Manager/Helpers/Capture Session/CaptureSession+AVCaptureSession.swift",
"Internal/Manager/Helpers/Capture Session/CaptureSession+MockCaptureSession.swift",
"Internal/Manager/Helpers/Capture Session/CaptureSession.swift",
"Internal/Miscellaneous/Typealiases.swift",
"Internal/Models/CameraExposure.swift",
"Internal/Models/MCameraMedia.swift",
"Internal/UI/Camera View/CameraView+Bridge.swift",
"Internal/UI/Camera View/CameraView+FocusIndicator.swift",
"Internal/UI/Camera View/CameraView+Grid.swift",
"Internal/UI/Camera View/CameraView+Metal.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+BottomBar.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+ButtonScaleStyle.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+CameraOutputSwitch.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+CaptureButton.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+Config.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+TopBar.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen+TopButton.swift",
"Internal/UI/Default Screens/Camera/DefaultCameraScreen.swift",
"Internal/UI/Default Screens/Captured Media/DefaultCapturedMediaScreen.swift",
"Internal/UI/Default Screens/Common Components/DefaultScreen+BottomButton.swift",
"Internal/UI/Default Screens/Common Components/DefaultScreen+CloseButton.swift",
"Internal/UI/Default Screens/Error/DefaultCameraErrorScreen.swift",
"Internal/UI/MCamera/MCamera+Config.swift",
"Internal/UI/MCamera/MCamera+Controller.swift",
"Internal/UI/MCamera/MCamera.swift",
"Public/Camera Settings/Public+CameraSettings+MApplicationDelegate.swift",
"Public/Camera Settings/Public+CameraSettings+MCamera.swift",
"Public/Camera Settings/Public+CameraSettings+MCameraController.swift",
"Public/Models/Public+Model+CameraUtilities.swift",
"Public/Models/Public+Model+MCameraError.swift",
"Public/Models/Public+Model+MCameraMedia.swift",
"Public/UI/Public+UI+DefaultCameraScreen.swift",
"Public/UI/Public+UI+MCameraErrorScreen.swift",
"Public/UI/Public+UI+MCameraScreen.swift",
"Public/UI/Public+UI+MCapturedMediaScreen.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
error: the library 'MijickCamera' requires macos 10.13, but depends on the product 'MijickTimer' which requires macos 10.15; consider changing the library 'MijickCamera' to require macos 10.15 or later, or the product 'MijickTimer' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
error: the library 'MijickCamera' requires macos 10.13, but depends on the product 'MijickTimer' which requires macos 10.15; consider changing the library 'MijickCamera' to require macos 10.15 or later, or the product 'MijickTimer' to require macos 10.13 or earlier.
BUILD FAILURE 6.0 macosSpm