Build Information
Failed to build SkinSmoothingFilter, reference 1.0.0 (38d1bc
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 00:09:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shima11/SkinSmoothingFilter.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shima11/SkinSmoothingFilter
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 38d1bc4 update
Cloned https://github.com/shima11/SkinSmoothingFilter.git
Revision (git rev-parse @):
38d1bc46c8ecac4f562e9c3366c5ee5b6e085321
SUCCESS checkout https://github.com/shima11/SkinSmoothingFilter.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shima11/SkinSmoothingFilter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SkinSmoothingFilter
/Users/admin/builder/spi-builder-workspace/Sources/SkinSmoothingFilter/SkinSmoothingFilter.swift:75:22: error: type 'Bundle' has no member 'module'
73 | private static var kernel: CIKernel = { () -> CIKernel in
74 |
75 | let url = Bundle.module.url(
| `- error: type 'Bundle' has no member 'module'
76 | forResource: "default",
77 | withExtension: "metallib"
[4/4] Compiling SkinSmoothingFilter SkinSmoothingFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkinSmoothingFilter/SkinSmoothingFilter.swift:75:22: error: type 'Bundle' has no member 'module'
73 | private static var kernel: CIKernel = { () -> CIKernel in
74 |
75 | let url = Bundle.module.url(
| `- error: type 'Bundle' has no member 'module'
76 | forResource: "default",
77 | withExtension: "metallib"
/Users/admin/builder/spi-builder-workspace/Sources/SkinSmoothingFilter/SkinSmoothingFilter.swift:111:28: error: type 'Bundle' has no member 'module'
109 |
110 | private static var kernel: CIColorKernel? {
111 | guard let url = Bundle.module.url(forResource: "default", withExtension: "metallib") else { return nil }
| `- error: type 'Bundle' has no member 'module'
112 | guard let data = try? Data(contentsOf: url) else { return nil }
113 | return try? CIColorKernel(functionName: "highpass", fromMetalLibraryData: data)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SkinSmoothingFilter/Shaders.metal
BUILD FAILURE 6.2 macosSpm