holonix:~/IOEN/Resources/we]$ npm test
> test
> npm run build:happ && cargo nextest run -j 1
> build:happ
> npm run build:zomes && hc app pack ./workdir --recursive
> build:zomes
> cargo build --release --target-dir target --target wasm32-unknown-unknown --workspace --exclude we
Finished release [optimized] target(s) in 0.29s
Wrote bundle /Users/philipbeadle/IOEN/Resources/we/dnas/group/workdir/group.dna
Wrote bundle /Users/philipbeadle/IOEN/Resources/we/workdir/we.happ
Compiling holochain_integrity_types v0.1.1
Compiling kitsune_p2p_types v0.1.2
Compiling tao v0.15.8
Compiling open v3.2.0
Compiling ignore v0.4.18
Compiling tauri-macros v1.2.1
Compiling attohttpc v0.22.0
Compiling bzip2-sys v0.1.11+1.0.8
Compiling serde_repr v0.1.12
Compiling os_pipe v1.1.3
Compiling shared_child v1.0.0
Compiling serde-rename-rule v0.1.2
The following warnings were emitted during compilation:
warning: In file included from src/platform_impl/macos/carbon_hotkey/carbon_hotkey_binding.c:7:
warning: In file included from /nix/store/w59xanwsbyqf66ybzyhpgsv1z6ir52z4-apple-framework-Carbon/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24:
warning: In file included from /nix/store/drmkl0rr5927v4wlddbg2sbrigb0vsl0-apple-framework-ApplicationServices/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:31:
warning: In file included from /nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSync.h:11:
warning: /nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:26:51: error: expected ';' after top level declarator
warning: CSEXTERN CFStringRef kColorSyncGenericGrayProfile CS_AVAILABLE_PUBLIC_STARTING(10.4, CS_UNAVAILABLE_PUBLIC_EMBEDDED); /* com.apple.ColorSync.GenericGray */
warning: ^
warning: /nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h:99:71: note: expanded from macro 'CS_AVAILABLE_PUBLIC_STARTING'
warning: #define CS_AVAILABLE_PUBLIC_STARTING(_1,_2) CS_AVAILABLE_STARTING(_1) CS_UNAVAILABLE_EMBEDDED
warning: ^
warning: /nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h:96:69: note: expanded from macro 'CS_UNAVAILABLE_EMBEDDED'
warning: #define CS_UNAVAILABLE_EMBEDDED API_UNAVAILABLE(ios, tvos, watchos, macCatalyst)
warning: ^
warning: In file included from src/platform_impl/macos/carbon_hotkey/carbon_hotkey_binding.c:7:
warning: In file included from /nix/store/w59xanwsbyqf66ybzyhpgsv1z6ir52z4-apple-framework-Carbon/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24:
warning: In file included from /nix/store/drmkl0rr5927v4wlddbg2sbrigb0vsl0-apple-framework-ApplicationServices/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:31:
......
rgo:warning=In file included from src/platform_impl/macos/carbon_hotkey/carbon_hotkey_binding.c:7:
cargo:warning=In file included from /nix/store/w59xanwsbyqf66ybzyhpgsv1z6ir52z4-apple-framework-Carbon/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24:
cargo:warning=In file included from /nix/store/drmkl0rr5927v4wlddbg2sbrigb0vsl0-apple-framework-ApplicationServices/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:31:
cargo:warning=In file included from /nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSync.h:11:
cargo:warning=/nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:46:43: error: expected ';' after top level declarator
cargo:warning=CSEXTERN CFStringRef kColorSyncProfileURL CS_AVAILABLE_PUBLIC_STARTING(10.4, CS_UNAVAILABLE_PUBLIC_EMBEDDED); /* com.apple.ColorSync.ProfileURL */
cargo:warning= ^
cargo:warning=/nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h:99:71: note: expanded from macro 'CS_AVAILABLE_PUBLIC_STARTING'
cargo:warning=#define CS_AVAILABLE_PUBLIC_STARTING(_1,_2) CS_AVAILABLE_STARTING(_1) CS_UNAVAILABLE_EMBEDDED
cargo:warning= ^
cargo:warning=/nix/store/mqll6qr0484f1zmn2s8wp6z4110yw57v-apple-framework-ColorSync-11.0.0/Library/Frameworks/ColorSync.framework/Headers/ColorSyncBase.h:96:69: note: expanded from macro 'CS_UNAVAILABLE_EMBEDDED'
cargo:warning=#define CS_UNAVAILABLE_EMBEDDED API_UNAVAILABLE(ios, tvos, watchos, macCatalyst)
cargo:warning= ^
cargo:warning=fatal error: too many errors emitted, stopping now [-ferror-limit=]
cargo:warning=20 errors generated.
exit status: 1
--- stderr
error occurred: Command "clang" "-Oz" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-Wall" "-Wextra" "-o" "/Users/philipbeadle/IOEN/Resources/we/target/debug/build/tao-b23b40fe0014821c/out/src/platform_impl/macos/carbon_hotkey/carbon_hotkey_binding.o" "-c" "src/platform_impl/macos/carbon_hotkey/carbon_hotkey_binding.c" with args "clang" did not execute successfully (status code exit status: 1).
warning: build failed, waiting for other jobs to finish...
error: command `/nix/store/isyigcx6rqqaiqxd9b5xlhnacbfm6xw2-cargo-1.66.1-x86_64-apple-darwin/bin/cargo test --no-run --message-format json-render-diagnostics` exited with code 101
I get the following