Build Information
Successful build of IsCameraOn, reference main (4bbc86), with Swift 6.0 for macOS (SPM) on 23 Sep 2025 23:16:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/is-camera-on
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/sindresorhus/is-camera-on.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[2/12] Write TestAsyncCamera-entitlement.plist
[4/12] Write TestCamera-entitlement.plist
[5/12] Write swift-version-5BDAB9E9C0126B9D.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] Emitting module TestAsyncCamera
[14/19] Compiling TestAsyncCamera main.swift
[14/19] Write Objects.LinkFileList
[15/19] Linking TestAsyncCamera
[15/19] Linking TestCamera
[17/19] Applying TestAsyncCamera
[18/19] Applying TestCamera
Build complete! (6.65s)
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.