-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Very interesting library. I'm currently testing out XCode 26 beta 3, wandering if that might be causing this build failure:
% make
swiftc -Ounchecked -whole-module-optimization -parse-as-library -module-name AIBridge -target arm64-apple-macos26.0 -enable-library-evolution -swift-version 5 -emit-library \
-Xlinker -install_name -Xlinker @rpath/libaibridge.dylib \
-Xlinker -current_version -Xlinker 0.0.0-dev \
-Xlinker -compatibility_version -Xlinker 0.0.0 \
-o build/dynamic/arm64/release/libaibridge.dylib bridge.swift
bridge.swift:1050:29: error: value of type 'Transcript' has no member 'entries'
1048 | var messages: [ChatMessage] = []
1049 |
1050 | for entry in transcript.entries {
| `- error: value of type 'Transcript' has no member 'entries'
1051 | switch entry {
1052 | case .instructions(let instructions):
make: *** [build/dynamic/arm64/release/libaibridge.dylib] Error 1
I'll report back I manage to fix it.
xcode-select output:
% xcode-select --print-path
/Applications/Xcode-beta.app/Contents/Developer
swift/swiftc output:
% swift --version
swift-driver version: 1.127.8 Apple Swift version 6.2 (swiftlang-6.2.0.13.10 clang-1700.3.13.4)
Target: arm64-apple-macosx26.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels