Build Information
Failed to build SwiftLogX, reference main (7e8b15
), with Swift 6.0 for macOS (SPM) on 2 Sep 2025 13:01:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LikeeCat/SwiftLogX.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LikeeCat/SwiftLogX
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e8b157 feat: del bundle error
Cloned https://github.com/LikeeCat/SwiftLogX.git
Revision (git rev-parse @):
7e8b15705ca2d181a016338ad0cbbd07dfb48b94
SUCCESS checkout https://github.com/LikeeCat/SwiftLogX.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/LikeeCat/SwiftLogX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/25] Write sources
[15/25] Copying index.html
[16/25] Copying styles.css
[16/25] Write sources
[17/25] Copying app.js
[21/25] Compiling _SwiftSyntaxCShims dummy.c
[22/25] Write swift-version-5BDAB9E9C0126B9D.txt
[24/50] Emitting module SwiftSyntax600
[25/50] Compiling SwiftSyntax600 Empty.swift
[26/50] Compiling SwiftSyntax509 Empty.swift
[27/50] Compiling SwiftSyntax510 Empty.swift
[28/50] Emitting module SwiftSyntax509
[29/50] Emitting module SwiftSyntax510
[30/115] Compiling SwiftSyntax AbsolutePosition.swift
[31/115] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[32/115] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[33/115] Compiling SwiftSyntax Assert.swift
[34/115] Compiling SwiftSyntax BumpPtrAllocator.swift
[35/115] Compiling SwiftSyntax CommonAncestor.swift
[36/115] Compiling SwiftSyntax Convenience.swift
[37/115] Compiling SwiftSyntax CustomTraits.swift
[38/122] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[39/122] Compiling SwiftSyntax SyntaxChildren.swift
[40/122] Compiling SwiftSyntax SyntaxCollection.swift
[41/122] Compiling SwiftSyntax SyntaxHashable.swift
[42/122] Compiling SwiftSyntax SyntaxIdentifier.swift
[43/122] Compiling SwiftSyntax SyntaxNodeFactory.swift
[44/122] Compiling SwiftSyntax SyntaxNodeStructure.swift
[51/124] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/124] Emitting module Swifter
[56/124] Compiling SwiftSyntax MissingNodeInitializers.swift
[57/124] Compiling SwiftSyntax RawSyntax.swift
[60/124] Compiling SwiftSyntax Identifier.swift
[61/124] Compiling SwiftSyntax MemoryLayout.swift
[62/124] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[63/124] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[64/124] Compiling Swifter String+SHA1.swift
[65/124] Compiling Swifter WebSockets.swift
[73/131] Emitting module SwiftSyntax
[74/131] Compiling SwiftSyntax Tokens.swift
[75/131] Compiling SwiftSyntax TriviaPieces.swift
[76/131] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[77/131] Compiling SwiftSyntax RawSyntaxNodesC.swift
[78/131] Compiling SwiftSyntax RawSyntaxNodesD.swift
[79/131] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[80/131] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[81/131] Compiling SwiftSyntax SyntaxProtocol.swift
[82/131] Compiling SwiftSyntax SyntaxText.swift
[83/131] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[84/131] Compiling SwiftSyntax TokenDiagnostic.swift
[85/131] Compiling SwiftSyntax TokenSequence.swift
[86/131] Compiling SwiftSyntax TokenSyntax.swift
[87/131] Compiling SwiftSyntax Trivia.swift
[88/131] Compiling SwiftLogX resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
[89/131] Compiling SwiftLogX LogManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
[90/131] Compiling SwiftLogX LogRedirector.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
[91/131] Compiling SwiftLogX StandardError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
[92/131] Compiling SwiftLogX LogServer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/131] Emitting module SwiftLogX
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
[94/131] Compiling SwiftLogX LogIPAddress.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftLogX/LogRedirector.swift:3:8: error: no such module 'UIKit'
1 | import Foundation
2 | import Combine
3 | import UIKit
| `- error: no such module 'UIKit'
4 |
5 | final class NSLogInterceptor {
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/6050] Fetching swifter
[3147/77898] Fetching swifter, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.92s)
Fetched https://github.com/httpswift/swifter.git from cache (2.92s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (3.18s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
BUILD FAILURE 6.0 macosSpm