Post

Replies

Boosts

Views

Activity

Reply to Apple packages fail to build for watchOS in Xcode 27
The experimental platform flags there and other Apple packages weren't effective without declaring platforms: [.watchOS(.v9)], which might be a clue as to what's awry. While I could have probably used swift package config set-mirror to inject fixed child packages in our dependency graph, after one example I just set an LLM to create forks with the edit applied. Beta testing rescued.
Jun ’26
Reply to Can't open Xcode
I was trapped by this error even though I installed Xcode 14 release via the xip and that installation worked fine for two days through several reboots. Even after deleting the newly non-functional installation, the App Store update process was still spinning forever. After a restart, I decompressed the xip again, copied it over, and boom Xcode now works.
Sep ’22
Reply to Hourly history with WeatherKit REST API
Ditto! It respects dailyEnd, but not dailyStart. This query will yield an empty array. Removing dailyEnd will return 10 days of June. https://weatherkit.apple.com/api/v1/weather/en/41.029/-74.642 ?dataSets=forecastDaily &currentAsOf=2022-01-01T00:00:00Z &dailyStart=2022-01-01T00:00:00Z &dailyEnd=2022-01-07T00:00:00Z &timezone=Americas/Los_Angeles &countryCode=US It's probably forthcoming later this summer, but filed FB10383199.
Topic: App & System Services SubTopic: General Tags:
Jun ’22
Reply to Apple packages fail to build for watchOS in Xcode 27
The experimental platform flags there and other Apple packages weren't effective without declaring platforms: [.watchOS(.v9)], which might be a clue as to what's awry. While I could have probably used swift package config set-mirror to inject fixed child packages in our dependency graph, after one example I just set an LLM to create forks with the edit applied. Beta testing rescued.
Replies
Boosts
Views
Activity
Jun ’26
Reply to watchOS 26 system clock collision
+1
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Several SwiftUI Stepper on watchOS
Did you sort this? The focus ring display is not mutually exclusive (buggy).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode randomly modifies my scheme content
Likewise, in Xcode 15 and 16 beta 1-3.
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS 18 App Intents while supporting iOS 17
The builder you want is iOS 17.4 forward; so to support 17 and 18 you'll need a minimum of 17.4.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Failed to build ContentView.swift preview
Similar error for a view within an SPM target (attached). Filed FB11663508. Using Version 14.0.1 (14A400). Preview error
Replies
Boosts
Views
Activity
Oct ’22
Reply to Preview failed to build
@DeveloperToolsEngineer That wipe did not resolve the crash for the view located in an SPM module of an iOS project using Xcode 14.0.1 (14A400) on macOS 12.6 (21G115). Filed FB11663508.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Can't open Xcode
I was trapped by this error even though I installed Xcode 14 release via the xip and that installation worked fine for two days through several reboots. Even after deleting the newly non-functional installation, the App Store update process was still spinning forever. After a restart, I decompressed the xip again, copied it over, and boom Xcode now works.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Hourly history with WeatherKit REST API
Ditto! It respects dailyEnd, but not dailyStart. This query will yield an empty array. Removing dailyEnd will return 10 days of June. https://weatherkit.apple.com/api/v1/weather/en/41.029/-74.642 ?dataSets=forecastDaily &currentAsOf=2022-01-01T00:00:00Z &dailyStart=2022-01-01T00:00:00Z &dailyEnd=2022-01-07T00:00:00Z &timezone=Americas/Los_Angeles &countryCode=US It's probably forthcoming later this summer, but filed FB10383199.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Xcode 13.2.1: CVDisplayLink debug / warning messages
Bump +1
Replies
Boosts
Views
Activity
Jan ’22
Reply to Xcode 13.2.1 - code completion failing quite often - rebuild?
Same, even on a blank new template project.
Replies
Boosts
Views
Activity
Dec ’21