Post

Replies

Boosts

Views

Activity

Reply to Xcode Server incorrectly referencing local package checkouts
Feedback filed in support of continuing Xcode Server. Perhaps others would like to do the same. I like Xcode Server and it is particularly useful for non-App Store Mac applications, especially if they have sensitive (eg health) in-house only data, stored on local network repos. A big screen display of build and test status is nice and reassuring. Also, if needed you can hammer your local infrastructure with impunity, which does not sound feasible for Xcode Cloud via GitHub. Would be great for the OP bug to be fixed too. Moving from git submodules to Swift packages is great, with many upsides and reduction in churn. It's a shame to lose CI functionality as a result.
Jul ’22
Reply to I can't use update with scrum. How can I fix this?
In the DailyScrum extension, you need the code: mutating func update(from data: Data) { title = data.title attendees = data.attendees lengthInMinutes = Int(data.lengthInMinutes) theme = data.theme } This appears in the "Passing Data with Bindings" section downloadable completed code, but I think it may be missing from the step-by-step instructions (or I missed seeing it).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Xcode 26.1 RC issue
Updating the iOS 26.1 simulator from 23B80 to 23B86 looks good. The simulator shows wallpaper. So far ReportCrash doesn't have high CPU usage with simulator or canvas previews.
Replies
Boosts
Views
Activity
Nov ’25
Reply to `xcodebuild -list` command with Swift Packages in Xcode 16.3 leads to an INTERNAL ERROR
Looks to be fixed in Xcode 16.4b1.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode 16.3 is unable to `xcodebuild` a Swift Package
Appears to fail on Apple Silicon but work on Intel. https://feedbackassistant.apple.com/feedback/16928021
Replies
Boosts
Views
Activity
Apr ’25
Reply to xcodebuild crash when trying to build a Swift Package
I had filed this issue as FB16928021
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode Server incorrectly referencing local package checkouts
Feedback filed in support of continuing Xcode Server. Perhaps others would like to do the same. I like Xcode Server and it is particularly useful for non-App Store Mac applications, especially if they have sensitive (eg health) in-house only data, stored on local network repos. A big screen display of build and test status is nice and reassuring. Also, if needed you can hammer your local infrastructure with impunity, which does not sound feasible for Xcode Cloud via GitHub. Would be great for the OP bug to be fixed too. Moving from git submodules to Swift packages is great, with many upsides and reduction in churn. It's a shame to lose CI functionality as a result.
Replies
Boosts
Views
Activity
Jul ’22
Reply to I can't use update with scrum. How can I fix this?
In the DailyScrum extension, you need the code: mutating func update(from data: Data) { title = data.title attendees = data.attendees lengthInMinutes = Int(data.lengthInMinutes) theme = data.theme } This appears in the "Passing Data with Bindings" section downloadable completed code, but I think it may be missing from the step-by-step instructions (or I missed seeing it).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22