Build Information
Successful build of IsCameraOn, reference v3.0.0 (4bbc86), with Swift 6.2 for macOS (SPM) on 23 Sep 2025 23:23:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindresorhus/is-camera-on.git
Reference: v3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/is-camera-on
* tag v3.0.0 -> FETCH_HEAD
HEAD is now at 4bbc863 3.0.0
Cloned https://github.com/sindresorhus/is-camera-on.git
Revision (git rev-parse @):
4bbc8632b3d3e1b595de8ee0b39d31565b813b47
SUCCESS checkout https://github.com/sindresorhus/is-camera-on.git at v3.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sindresorhus/is-camera-on.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[1/12] Write TestCamera-entitlement.plist
[3/12] Write TestAsyncCamera-entitlement.plist
[5/12] Write swift-version-1EA4D86E10B52AF.txt
[7/15] Compiling IsCameraOn Utilities.swift
[8/15] Emitting module IsCameraOn
[9/15] Compiling IsCameraOn IsCameraOn.swift
[10/19] Emitting module TestCamera
[11/19] Compiling TestCamera main.swift
[11/19] Write Objects.LinkFileList
[13/19] Compiling TestAsyncCamera main.swift
[14/19] Emitting module TestAsyncCamera
[14/19] Write Objects.LinkFileList
[15/19] Linking TestCamera
[16/19] Applying TestCamera
[17/19] Linking TestAsyncCamera
[18/19] Applying TestAsyncCamera
Build complete! (7.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IsCameraOn",
"name" : "IsCameraOn",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "IsCameraOn",
"targets" : [
"IsCameraOn"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TestCamera",
"targets" : [
"TestCamera"
],
"type" : {
"executable" : null
}
},
{
"name" : "TestAsyncCamera",
"targets" : [
"TestAsyncCamera"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestCamera",
"module_type" : "SwiftTarget",
"name" : "TestCamera",
"path" : "Sources/TestCamera",
"product_memberships" : [
"TestCamera"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IsCameraOn"
],
"type" : "executable"
},
{
"c99name" : "TestAsyncCamera",
"module_type" : "SwiftTarget",
"name" : "TestAsyncCamera",
"path" : "Sources/TestAsyncCamera",
"product_memberships" : [
"TestAsyncCamera"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IsCameraOn"
],
"type" : "executable"
},
{
"c99name" : "IsCameraOn",
"module_type" : "SwiftTarget",
"name" : "IsCameraOn",
"path" : "Sources/IsCameraOn",
"product_memberships" : [
"IsCameraOn",
"TestCamera",
"TestAsyncCamera"
],
"sources" : [
"IsCameraOn.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.