The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ghaw, reference master (bedf5f), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 11:57:16 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/ghaw.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toshi0383/ghaw
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bedf5f7 update README
Cloned https://github.com/toshi0383/ghaw.git
Revision (git rev-parse @):
bedf5f7bd9ec5e6f1372b4ccaf892c19819e15fd
SUCCESS checkout https://github.com/toshi0383/ghaw.git at master
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/toshi0383/CoreCLI
Fetching https://github.com/JohnSundell/ShellOut
[1/68] Fetching corecli
[69/1028] Fetching corecli, shellout
[1029/53386] Fetching corecli, shellout, rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (11.55s)
Fetched https://github.com/toshi0383/CoreCLI from cache (11.55s)
Fetched https://github.com/JohnSundell/ShellOut from cache (11.55s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.0.1 (0.64s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.2.1 (2.54s)
Computing version for https://github.com/toshi0383/CoreCLI
Computed https://github.com/toshi0383/CoreCLI at 0.1.10 (2.54s)
Creating working copy for https://github.com/toshi0383/CoreCLI
Working copy of https://github.com/toshi0383/CoreCLI resolved at 0.1.10
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.2.1
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ghaw",
      "name": "ghaw",
      "url": "https://github.com/toshi0383/ghaw.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ghaw",
      "dependencies": [
        {
          "identity": "corecli",
          "name": "CoreCLI",
          "url": "https://github.com/toshi0383/CoreCLI",
          "version": "0.1.10",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreCLI",
          "dependencies": [
          ]
        },
        {
          "identity": "shellout",
          "name": "ShellOut",
          "url": "https://github.com/JohnSundell/ShellOut",
          "version": "2.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
          "dependencies": [
          ]
        },
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift",
          "version": "5.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/toshi0383/ghaw.git
[4/194] Fetching ghaw
Fetched https://github.com/toshi0383/ghaw.git from cache (0.72s)
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetching https://github.com/toshi0383/CoreCLI from cache
Fetching https://github.com/JohnSundell/ShellOut from cache
Fetched https://github.com/toshi0383/CoreCLI from cache (0.79s)
Fetched https://github.com/ReactiveX/RxSwift from cache (0.79s)
Fetched https://github.com/JohnSundell/ShellOut from cache (0.79s)
Computing version for https://github.com/toshi0383/CoreCLI
Computed https://github.com/toshi0383/CoreCLI at 0.1.10 (0.02s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (0.02s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.03s)
Creating working copy for https://github.com/toshi0383/ghaw.git
Working copy of https://github.com/toshi0383/ghaw.git resolved at master (bedf5f7)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Creating working copy for https://github.com/toshi0383/CoreCLI
Working copy of https://github.com/toshi0383/CoreCLI resolved at 0.1.10
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Found 3 product dependencies
  - CoreCLI
  - ShellOut
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/toshi0383/ghaw.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/15] Write sources
[5/15] Write ghaw-entitlement.plist
[7/15] Write swift-version--7754E27361AE5C74.txt
[9/159] Compiling CoreCLI AutoArgumentsDecodable.swift
[10/159] Compiling CoreCLI CommandRunner.swift
[11/159] Compiling CoreCLI CommandType.swift
[12/159] Emitting module CoreCLI
[13/159] Emitting module ShellOut
[14/159] Compiling CoreCLI ArgumentParser.swift
[15/159] Compiling ShellOut ShellOut.swift
[16/159] Compiling RxSwift SkipUntil.swift
[17/159] Compiling RxSwift SkipWhile.swift
[18/159] Compiling RxSwift StartWith.swift
[19/159] Compiling RxSwift String+Rx.swift
[20/159] Compiling RxSwift SubjectType.swift
[21/159] Compiling RxSwift SubscribeOn.swift
[22/159] Compiling RxSwift SubscriptionDisposable.swift
[23/159] Compiling RxSwift SwiftSupport.swift
[24/159] Compiling RxSwift Switch.swift
[25/159] Compiling RxSwift SwitchIfEmpty.swift
[26/159] Compiling RxSwift SynchronizedDisposeType.swift
[27/159] Compiling RxSwift SynchronizedOnType.swift
[28/159] Compiling RxSwift SynchronizedUnsubscribeType.swift
[29/159] Compiling RxSwift TailRecursiveSink.swift
[30/159] Compiling RxSwift Take.swift
[31/174] Compiling RxSwift Cancelable.swift
[32/174] Compiling RxSwift Catch.swift
[33/174] Compiling RxSwift CombineLatest+Collection.swift
[34/174] Compiling RxSwift CombineLatest+arity.swift
[35/174] Compiling RxSwift CombineLatest.swift
[36/174] Compiling RxSwift CompactMap.swift
[37/174] Compiling RxSwift Completable+AndThen.swift
[38/174] Compiling RxSwift Completable.swift
[39/174] Compiling RxSwift CompositeDisposable.swift
[40/174] Compiling RxSwift Concat.swift
[41/174] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[42/174] Compiling RxSwift ConcurrentMainScheduler.swift
[43/174] Compiling RxSwift ConnectableObservableType.swift
[44/174] Compiling RxSwift Create.swift
[45/174] Compiling RxSwift CurrentThreadScheduler.swift
[46/174] Compiling RxSwift Observable.swift
[47/174] Compiling RxSwift ObservableConvertibleType.swift
[48/174] Compiling RxSwift ObservableType+Extensions.swift
[49/174] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[50/174] Compiling RxSwift ObservableType.swift
[51/174] Compiling RxSwift ObserveOn.swift
[52/174] Compiling RxSwift ObserverBase.swift
[53/174] Compiling RxSwift ObserverType.swift
[54/174] Compiling RxSwift OperationQueueScheduler.swift
[55/174] Compiling RxSwift Optional.swift
[56/174] Compiling RxSwift Platform.Darwin.swift
[57/174] Compiling RxSwift Platform.Linux.swift
[58/174] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[59/174] Compiling RxSwift PrimitiveSequence.swift
[60/174] Compiling RxSwift PriorityQueue.swift
[61/174] Compiling RxSwift Date+Dispatch.swift
[62/174] Compiling RxSwift Debounce.swift
[63/174] Compiling RxSwift Debug.swift
[64/174] Compiling RxSwift DefaultIfEmpty.swift
[65/174] Compiling RxSwift Deferred.swift
[66/174] Compiling RxSwift Delay.swift
[67/174] Compiling RxSwift DelaySubscription.swift
[68/174] Compiling RxSwift Dematerialize.swift
[69/174] Compiling RxSwift Deprecated.swift
[70/174] Compiling RxSwift DispatchQueue+Extensions.swift
[71/174] Compiling RxSwift DispatchQueueConfiguration.swift
[72/174] Compiling RxSwift Disposable.swift
[73/174] Compiling RxSwift Disposables.swift
[74/174] Compiling RxSwift DisposeBag.swift
[75/174] Compiling RxSwift DisposeBase.swift
[76/174] Compiling RxSwift Scan.swift
[77/174] Compiling RxSwift ScheduledDisposable.swift
[78/174] Compiling RxSwift ScheduledItem.swift
[79/174] Compiling RxSwift ScheduledItemType.swift
[80/174] Compiling RxSwift SchedulerServices+Emulation.swift
[81/174] Compiling RxSwift SchedulerType.swift
[82/174] Compiling RxSwift Sequence.swift
[83/174] Compiling RxSwift SerialDispatchQueueScheduler.swift
[84/174] Compiling RxSwift SerialDisposable.swift
[85/174] Compiling RxSwift ShareReplayScope.swift
[86/174] Compiling RxSwift Single.swift
[87/174] Compiling RxSwift SingleAssignmentDisposable.swift
[88/174] Compiling RxSwift SingleAsync.swift
[89/174] Compiling RxSwift Sink.swift
[90/174] Compiling RxSwift Skip.swift
[91/174] Compiling RxSwift DistinctUntilChanged.swift
[92/174] Compiling RxSwift Do.swift
[93/174] Compiling RxSwift ElementAt.swift
[94/174] Compiling RxSwift Empty.swift
[95/174] Compiling RxSwift Enumerated.swift
[96/174] Compiling RxSwift Error.swift
[97/174] Compiling RxSwift Errors.swift
[98/174] Compiling RxSwift Event.swift
[99/174] Compiling RxSwift Filter.swift
[100/174] Compiling RxSwift First.swift
[101/174] Compiling RxSwift Generate.swift
[102/174] Compiling RxSwift GroupBy.swift
[103/174] Compiling RxSwift GroupedObservable.swift
[104/174] Compiling RxSwift HistoricalScheduler.swift
[105/174] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[106/174] Emitting module RxSwift
[107/174] Compiling RxSwift Producer.swift
[108/174] Compiling RxSwift PublishSubject.swift
[109/174] Compiling RxSwift Queue.swift
[110/174] Compiling RxSwift Range.swift
[111/174] Compiling RxSwift Reactive.swift
[112/174] Compiling RxSwift RecursiveLock.swift
[113/174] Compiling RxSwift RecursiveScheduler.swift
[114/174] Compiling RxSwift Reduce.swift
[115/174] Compiling RxSwift RefCountDisposable.swift
[116/174] Compiling RxSwift Repeat.swift
[117/174] Compiling RxSwift ReplaySubject.swift
[118/174] Compiling RxSwift RetryWhen.swift
[119/174] Compiling RxSwift Rx.swift
[120/174] Compiling RxSwift RxMutableBox.swift
[121/174] Compiling RxSwift Sample.swift
[122/174] Compiling RxSwift ImmediateSchedulerType.swift
[123/174] Compiling RxSwift InfiniteSequence.swift
[124/174] Compiling RxSwift InvocableScheduledItem.swift
[125/174] Compiling RxSwift InvocableType.swift
[126/174] Compiling RxSwift Just.swift
[127/174] Compiling RxSwift Lock.swift
[128/174] Compiling RxSwift LockOwnerType.swift
[129/174] Compiling RxSwift MainScheduler.swift
[130/174] Compiling RxSwift Map.swift
[131/174] Compiling RxSwift Materialize.swift
[132/174] Compiling RxSwift Maybe.swift
[133/174] Compiling RxSwift Merge.swift
[134/174] Compiling RxSwift Multicast.swift
[135/174] Compiling RxSwift Never.swift
[136/174] Compiling RxSwift NopDisposable.swift
[137/174] Compiling RxSwift AddRef.swift
[138/174] Compiling RxSwift Amb.swift
[139/174] Compiling RxSwift AnonymousDisposable.swift
[140/174] Compiling RxSwift AnonymousObserver.swift
[141/174] Compiling RxSwift AnyObserver.swift
[142/174] Compiling RxSwift AsMaybe.swift
[143/174] Compiling RxSwift AsSingle.swift
[144/174] Compiling RxSwift AsyncLock.swift
[145/174] Compiling RxSwift AsyncSubject.swift
[146/174] Compiling RxSwift AtomicInt.swift
[147/174] Compiling RxSwift Bag+Rx.swift
[148/174] Compiling RxSwift Bag.swift
[149/174] Compiling RxSwift BehaviorSubject.swift
[150/174] Compiling RxSwift BinaryDisposable.swift
[151/174] Compiling RxSwift BooleanDisposable.swift
[152/174] Compiling RxSwift Buffer.swift
[153/174] Compiling RxSwift TakeLast.swift
[154/174] Compiling RxSwift TakeUntil.swift
[155/174] Compiling RxSwift TakeWhile.swift
[156/174] Compiling RxSwift Throttle.swift
[157/174] Compiling RxSwift Timeout.swift
[158/174] Compiling RxSwift Timer.swift
[159/174] Compiling RxSwift ToArray.swift
[160/174] Compiling RxSwift Using.swift
[161/174] Compiling RxSwift VirtualTimeConverterType.swift
[162/174] Compiling RxSwift VirtualTimeScheduler.swift
[163/174] Compiling RxSwift Window.swift
[164/174] Compiling RxSwift WithLatestFrom.swift
[165/174] Compiling RxSwift Zip+Collection.swift
[166/174] Compiling RxSwift Zip+arity.swift
[167/174] Compiling RxSwift Zip.swift
[168/179] Compiling RxRelay Utils.swift
[169/179] Compiling RxRelay PublishRelay.swift
[170/179] Emitting module RxRelay
[171/179] Compiling RxRelay BehaviorRelay.swift
[172/179] Compiling RxRelay Observable+Bind.swift
[172/179] Compiling RxCocoaRuntime _RXDelegateProxy.m
[173/179] Compiling RxCocoaRuntime _RXKVOObserver.m
[174/179] Compiling RxCocoaRuntime _RXObjCRuntime.m
[175/179] Compiling RxCocoaRuntime _RX.m
[177/276] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[178/276] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[179/276] Compiling RxCocoa RxPickerViewAdapter.swift
[180/276] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[181/276] Compiling RxCocoa RxPickerViewDataSourceType.swift
[182/276] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[183/276] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[184/276] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[185/276] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[186/276] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[187/276] Compiling RxCocoa RxTabBarDelegateProxy.swift
[188/286] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[189/286] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[190/286] Compiling RxCocoa RxTableViewDataSourceType.swift
[191/286] Compiling RxCocoa RxTableViewDelegateProxy.swift
[192/286] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[193/286] Compiling RxCocoa RxTarget.swift
[194/286] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[195/286] Compiling RxCocoa RxTextViewDelegateProxy.swift
[196/286] Compiling RxCocoa RxWebViewDelegateProxy.swift
[197/286] Compiling RxCocoa SchedulerType+SharedSequence.swift
[198/286] Compiling RxCocoa SectionedViewDataSourceType.swift
[199/286] Compiling RxCocoa UITabBar+Rx.swift
[200/286] Compiling RxCocoa UITabBarController+Rx.swift
[201/286] Compiling RxCocoa UITabBarItem+Rx.swift
[202/286] Compiling RxCocoa UITableView+Rx.swift
[203/286] Compiling RxCocoa UITextField+Rx.swift
[204/286] Compiling RxCocoa UITextView+Rx.swift
[205/286] Compiling RxCocoa UIView+Rx.swift
[206/286] Compiling RxCocoa UIViewController+Rx.swift
[207/286] Compiling RxCocoa UIWebView+Rx.swift
[208/286] Compiling RxCocoa URLSession+Rx.swift
[209/286] Emitting module RxCocoa
[210/286] Compiling RxCocoa DispatchQueue+Extensions.swift
[211/286] Compiling RxCocoa Driver+Subscription.swift
[212/286] Compiling RxCocoa Driver.swift
[213/286] Compiling RxCocoa ItemEvents.swift
[214/286] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[215/286] Compiling RxCocoa KVORepresentable+Swift.swift
[216/286] Compiling RxCocoa KVORepresentable.swift
[217/286] Compiling RxCocoa KeyPathBinder.swift
[218/286] Compiling RxCocoa Logging.swift
[219/286] Compiling RxCocoa NSButton+Rx.swift
[220/286] Compiling RxCocoa NSControl+Rx.swift
[221/286] Compiling RxCocoa Observable+Bind.swift
[222/286] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[223/286] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[224/286] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[225/286] Compiling RxCocoa PublishRelay+Signal.swift
[226/286] Compiling RxCocoa RxCocoa.swift
[227/286] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[228/286] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[229/286] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[230/286] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[231/286] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[232/286] Compiling RxCocoa BehaviorRelay+Driver.swift
[233/286] Compiling RxCocoa Binder.swift
[234/286] Compiling RxCocoa ControlEvent+Driver.swift
[235/286] Compiling RxCocoa ControlEvent+Signal.swift
[236/286] Compiling RxCocoa ControlEvent.swift
[237/286] Compiling RxCocoa ControlProperty+Driver.swift
[238/286] Compiling RxCocoa ControlProperty.swift
[239/286] Compiling RxCocoa ControlTarget.swift
[240/286] Compiling RxCocoa DelegateProxy.swift
[241/286] Compiling RxCocoa DelegateProxyType.swift
[242/286] Compiling RxCocoa Deprecated.swift
[243/286] Compiling RxCocoa UIPickerView+Rx.swift
[244/286] Compiling RxCocoa UIProgressView+Rx.swift
[245/286] Compiling RxCocoa UIRefreshControl+Rx.swift
[246/286] Compiling RxCocoa UIScrollView+Rx.swift
[247/286] Compiling RxCocoa UISearchBar+Rx.swift
[248/286] Compiling RxCocoa UISearchController+Rx.swift
[249/286] Compiling RxCocoa UISegmentedControl+Rx.swift
[250/286] Compiling RxCocoa UISlider+Rx.swift
[251/286] Compiling RxCocoa UIStepper+Rx.swift
[252/286] Compiling RxCocoa UISwitch+Rx.swift
[253/286] Compiling RxCocoa UIButton+Rx.swift
[254/286] Compiling RxCocoa UICollectionView+Rx.swift
[255/286] Compiling RxCocoa UIControl+Rx.swift
[256/286] Compiling RxCocoa UIDatePicker+Rx.swift
[257/286] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[258/286] Compiling RxCocoa UIImageView+Rx.swift
[259/286] Compiling RxCocoa UILabel+Rx.swift
[260/286] Compiling RxCocoa UINavigationController+Rx.swift
[261/286] Compiling RxCocoa UINavigationItem+Rx.swift
[262/286] Compiling RxCocoa UIPageControl+Rx.swift
[263/286] Compiling RxCocoa SharedSequence+Operators+arity.swift
[264/286] Compiling RxCocoa SharedSequence+Operators.swift
[265/286] Compiling RxCocoa SharedSequence.swift
[266/286] Compiling RxCocoa Signal+Subscription.swift
[267/286] Compiling RxCocoa Signal.swift
[268/286] Compiling RxCocoa TextInput.swift
[269/286] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[270/286] Compiling RxCocoa UIAlertAction+Rx.swift
[271/286] Compiling RxCocoa UIApplication+Rx.swift
[272/286] Compiling RxCocoa UIBarButtonItem+Rx.swift
[273/286] Compiling RxCocoa NSImageView+Rx.swift
[274/286] Compiling RxCocoa NSLayoutConstraint+Rx.swift
[275/286] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[276/286] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[277/286] Compiling RxCocoa NSObject+Rx.swift
[278/286] Compiling RxCocoa NSSlider+Rx.swift
[279/286] Compiling RxCocoa NSTextField+Rx.swift
[280/286] Compiling RxCocoa NSTextStorage+Rx.swift
[281/286] Compiling RxCocoa NSTextView+Rx.swift
[282/286] Compiling RxCocoa NSView+Rx.swift
[283/286] Compiling RxCocoa NotificationCenter+Rx.swift
[284/293] Compiling ghaw main.swift
/Users/admin/builder/spi-builder-workspace/Sources/ghaw/main.swift:16:24: warning: static property '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |     }()
 15 |
 16 |     private static var _shared: Environment?
    |                        |- warning: static property '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate '_shared' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     static func shared() throws -> Environment {
[285/293] Compiling ghaw zzz.Sourcery.out.swift
[286/293] Compiling ghaw API.swift
[287/293] Emitting module ghaw
/Users/admin/builder/spi-builder-workspace/Sources/ghaw/main.swift:16:24: warning: static property '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 14 |     }()
 15 |
 16 |     private static var _shared: Environment?
    |                        |- warning: static property '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate '_shared' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     static func shared() throws -> Environment {
[288/293] Compiling ghaw ReadyForReview.swift
[289/293] Compiling ghaw FindPullRequests.swift
[290/293] Compiling ghaw JobDone.swift
[290/293] Write Objects.LinkFileList
[291/293] Linking ghaw
[292/293] Applying ghaw
Build complete! (30.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "corecli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.10",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toshi0383/CoreCLI"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    }
  ],
  "manifest_display_name" : "ghaw",
  "name" : "ghaw",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ghaw",
      "targets" : [
        "ghaw"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ghaw",
      "module_type" : "SwiftTarget",
      "name" : "ghaw",
      "path" : "Sources/ghaw",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa",
        "ShellOut",
        "CoreCLI"
      ],
      "product_memberships" : [
        "ghaw"
      ],
      "sources" : [
        "API.swift",
        "FindPullRequests.swift",
        "JobDone.swift",
        "ReadyForReview.swift",
        "main.swift",
        "zzz.Sourcery.out.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Done.