Xcode cloud

I'm facing an issue with Xcode Cloud.

Every branch I push to my GitLab repository is not appearing as selectable when I try to create a build with my workflow. Additionally, if I try to update the workflow from Xcode, it crashes every time I save the changes.

Any help would be appreciated.

Translated Report (Full Report Below)
-------------------------------------
Process:             Xcode [32110]
Path:                /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:          com.apple.dt.Xcode
Version:             26.2 (24553)
Build Info:          IDEApplication-24553000000000000~2 (17C52)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.apple.dt.Xcode [58945]
User ID:             501

Date/Time:           2026-02-19 13:11:54.9987 -0600
Launch Time:         2026-02-19 13:03:37.7725 -0600
Hardware Model:      Mac16,5
OS Version:          macOS 26.2 (25C56)
Release Type:        User

Crash Reporter Key:  61D7E2DA-E724-EFE2-6A01-25079BFCA2D1
Incident Identifier: B3D4A277-7CB5-4696-A00F-057929659F41

Sleep/Wake UUID:       2D4F6C41-716C-4B47-8D40-27FD2D74A8AE

Time Awake Since Boot: 440000 seconds
Time Since Wake:       15967 seconds

System Integrity Protection: enabled

Triggered by Thread: 9, Dispatch Queue: com.apple.root.user-initiated-qos.cooperative

Exception Type:    EXC_CRASH (SIGABRT)
Exception Codes:   0x0000000000000000, 0x0000000000000000

Termination Reason:  Namespace SIGNAL, Code 6, Abort trap: 6
Terminating Process: Xcode [32110]


Application Specific Information:
abort() called


Thread 0::  Dispatch queue: com.apple.main-thread
0   AppKit                        	       0x19ffb8250 __51-[NSWindow(NSDisplayCycle) _postWindowNeedsDisplay]_block_invoke + 0
1   CoreFoundation                	       0x19afe4604 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28
2   CoreFoundation                	       0x19afe4544 __CFRunLoopDoBlocks + 396
3   CoreFoundation                	       0x19afe3988 __CFRunLoopRun + 2356
4   CoreFoundation                	       0x19b09de34 _CFRunLoopRunSpecificWithOptions + 532
5   HIToolbox                     	       0x1a7ad3790 RunCurrentEventLoopInMode + 316
6   HIToolbox                     	       0x1a7ad6ab8 ReceiveNextEventCommon + 488
7   HIToolbox                     	       0x1a7c60b64 _BlockUntilNextEventMatchingListInMode + 48
8   AppKit                        	       0x19f8fcb5c _DPSBlockUntilNextEventMatchingListInMode + 236
9   AppKit                        	       0x19f3f6e48 _DPSNextEvent + 588
10  AppKit                        	       0x19fec1d0c -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 688
11  AppKit                        	       0x19fec1a18 -[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:] + 72
12  AppKit                        	       0x19f3ef780 -[NSApplication run] + 368
13  IDEKit                        	       0x10cf3f630 -[IDEApplication run] + 192
14  AppKit                        	       0x19f3db6dc NSApplicationMain + 880
15  dyld                          	       0x19ab7dd54 start + 7184

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x19af02c34 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x19af15028 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x19af0b98c mach_msg_overwrite + 484
3   libsystem_kernel.dylib        	       0x19af02fb4 mach_msg + 24
4   CoreFoundation                	       0x19afe4ba0 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x19afe34f8 __CFRunLoopRun + 1188
6   CoreFoundation                	       0x19b09de34 _CFRunLoopRunSpecificWithOptions + 532
7   AppKit                        	       0x19f486a34 _NSEventThread + 184
8   libsystem_pthread.dylib       	       0x19af45c08 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x19af40ba8 thread_start + 8

Thread 2:
0   libsystem_kernel.dylib        	       0x19af02c34 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x19af15028 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x19af0b98c mach_msg_overwrite + 484
3   libsystem_kernel.dylib        	       0x19af02fb4 mach_msg + 24
4   CoreFoundation                	       0x19afe4ba0 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x19afe34f8 __CFRunLoopRun + 1188
6   CoreFoundation                	       0x19b09de34 _CFRunLoopRunSpecificWithOptions + 532
7   Foundation                    	       0x19d232964 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   DTDeviceKitBase               	       0x118331930 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 148
9   Foundation                    	       0x19c7fd7a0 __NSThread__start__ + 732
10  libsystem_pthread.dylib       	       0x19af45c08 _pthread_start + 136
11  libsystem_pthread.dylib       	       0x19af40ba8 thread_start + 8


Thank you for your post.

When Xcode crashes, it is advisable to file a bug report. Ensure that you are utilizing the latest version of Xcode. Updates to Xcode frequently incorporate bug fixes and enhancements to its integration with Xcode Cloud.

Additionally, consider updating to the most recent stable release through the Mac App Store or the Developer Portal, as well as updating to the latest version of macOS.

If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why?

Albert Pascual
  Worldwide Developer Relations.

Xcode cloud
 
 
Q