Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xcode16] Bump Xcode to beta 5. #20998

Merged
merged 7 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)+$(NUGET_

# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=16.0
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_16_beta_3.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_16.0.0-beta3.app/Contents/Developer
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_16_beta_5.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_16.0.0-beta5.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist 2>/dev/null || echo " $(shell tput setaf 1 2>/dev/null)The required Xcode ($(XCODE_VERSION)) is not installed in $(basename $(basename $(XCODE_DEVELOPER_ROOT)))$(shell tput sgr0 2>/dev/null)" >&2)

# We define stable Xcode as the Xcode app being named like "Xcode_#.#[.#].app"
Expand Down
3 changes: 3 additions & 0 deletions tests/xtro-sharpie/iOS-AVFoundation.todo
Original file line number Diff line number Diff line change
Expand Up @@ -865,3 +865,6 @@
!missing-selector! AVMetricPlayerItemVariantSwitchStartEvent::toVariant not bound
!missing-type! AVMetricPlayerItemVariantSwitchStartEvent not bound
!missing-type! AVVideoPerformanceMetrics not bound
!missing-enum-value! AVError native value AVErrorMediaExtensionConflict = -11887 not bound
!missing-enum-value! AVError native value AVErrorMediaExtensionDisabled = -11886 not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
11 changes: 11 additions & 0 deletions tests/xtro-sharpie/iOS-AccessorySetupKit.todo
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,14 @@
!missing-type! ASDiscoveryDescriptor not bound
!missing-type! ASMigrationDisplayItem not bound
!missing-type! ASPickerDisplayItem not bound
!missing-enum! ASDiscoveryDescriptorRange not bound
!missing-enum! ASPickerDisplayItemSetupOptions not bound
!missing-selector! +ASAccessorySettings::defaultSettings not bound
!missing-selector! ASAccessory::bluetoothTransportBridgingIdentifier not bound
!missing-selector! ASAccessorySession::failAuthorization:completionHandler: not bound
!missing-selector! ASAccessorySettings::bluetoothTransportBridgingIdentifier not bound
!missing-selector! ASAccessorySettings::setBluetoothTransportBridgingIdentifier: not bound
!missing-selector! ASDiscoveryDescriptor::bluetoothRange not bound
!missing-selector! ASDiscoveryDescriptor::setBluetoothRange: not bound
!missing-selector! ASPickerDisplayItem::setSetupOptions: not bound
!missing-selector! ASPickerDisplayItem::setupOptions not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/iOS-AuthenticationServices.todo
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@
!missing-selector! +ASSettingsHelper::requestToTurnOnCredentialProviderExtensionWithCompletionHandler: not bound
!missing-enum-value! ASCredentialIdentityTypes native value ASCredentialIdentityTypesOneTimeCode = 4 not bound
!missing-protocol-member! ASAuthorizationWebBrowserPlatformPublicKeyCredentialProvider::createCredentialRegistrationRequestWithClientData:name:userID:requestStyle: not found
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationInput::initWithInputValues: not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationInput::inputValues not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationOutput::first not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationOutput::second not bound
2 changes: 2 additions & 0 deletions tests/xtro-sharpie/iOS-CoreData.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-field! NSPersistentStoreModelVersionChecksumKey not bound
!missing-selector! NSPersistentStoreCoordinator::managedObjectIDFromUTF8String:length: not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/iOS-CoreFoundation.todo
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
!missing-field! kCFNumberFormatterMinGroupingDigits not bound
!missing-pinvoke! CFAttributedStringGetBidiLevelsAndResolvedDirections is not bound
!missing-pinvoke! CFAllocatorAllocateBytes is not bound
!missing-pinvoke! CFAllocatorAllocateTyped is not bound
!missing-pinvoke! CFAllocatorReallocateBytes is not bound
!missing-pinvoke! CFAllocatorReallocateTyped is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-CoreGraphics.todo
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
!missing-pinvoke! CGPDFContextSetIDTree is not bound
!missing-pinvoke! CGPDFContextSetPageTagStructureTree is not bound
!missing-pinvoke! CGPDFContextSetParentTree is not bound
!missing-pinvoke! CGColorSpaceCopyBaseColorSpace is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-CoreText.todo
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!missing-pinvoke! CTFontDrawImageFromAdaptiveImageProviderAtPoint is not bound
!missing-pinvoke! CTFontGetTypographicBoundsForAdaptiveImageProvider is not bound
!missing-protocol! CTAdaptiveImageProviding not bound
!missing-pinvoke! CTFontHasTable is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-HealthKit.todo
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@
!missing-type! HKStateOfMindType not bound
!missing-type! HKWorkoutEffortRelationship not bound
!missing-type! HKWorkoutEffortRelationshipQuery not bound
!missing-selector! HKActivitySummary::isPaused not bound
11 changes: 11 additions & 0 deletions tests/xtro-sharpie/iOS-HomeKit.todo
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@
!missing-field! HMCharacteristicTypeVolumeControlType not bound
!missing-field! HMCharacteristicTypeVolumeSelector not bound
!missing-selector! HMService::matterEndpointID not bound
!deprecated-attribute-missing! HMAccessory::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMCameraControl::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMCameraSnapshot::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMCameraSnapshotControl::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMCameraStream::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMCameraStreamControl::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMCharacteristic::init missing a [Deprecated] attribute
!deprecated-attribute-missing! HMService::init missing a [Deprecated] attribute
!missing-designated-initializer! HMCameraSnapshot::init is missing an [DesignatedInitializer] attribute
!missing-designated-initializer! HMCameraSource::init is missing an [DesignatedInitializer] attribute
!missing-designated-initializer! HMCameraStream::init is missing an [DesignatedInitializer] attribute
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-ImageIO.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-field! kCGImageSourceGenerateImageSpecificLumaScaling not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/iOS-Intents.todo
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
!extra-designated-initializer! INMessage::initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:messageType: is incorrectly decorated with an [DesignatedInitializer] attribute
!extra-enum-value! Managed value 3 for INMessageReactionType.Generic not found in native headers
!missing-selector! INMessage::initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:serviceName:messageType:referencedMessage:reaction: not bound
!missing-selector! INMessage::initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:serviceName:messageType:referencedMessage:sticker:reaction: not bound
!unknown-type! INAggregatedMessageReaction bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-MediaAccessibility.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-pinvoke! MACaptionAppearanceIsCustomized is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-MetalPerformanceShadersGraph.todo
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,4 @@
!missing-selector! MPSGraphExecutable::initWithCoreMLPackageAtURL:compilationDescriptor: not bound
!missing-selector! MPSGraph::sliceUpdateDataTensor:updateTensor:starts:ends:strides:startMask:endMask:squeezeMask:name: not bound
!missing-selector! MPSGraph::sliceUpdateDataTensor:updateTensor:startsTensor:endsTensor:stridesTensor:startMask:endMask:squeezeMask:name: not bound
!missing-selector! MPSGraph::reciprocalSquareRootWithTensor:name: not bound
13 changes: 13 additions & 0 deletions tests/xtro-sharpie/iOS-UIKit.todo
Original file line number Diff line number Diff line change
Expand Up @@ -456,3 +456,16 @@
!missing-type! UITextFormattingViewControllerConfiguration not bound
!missing-type! UITextFormattingViewControllerFormattingDescriptor not bound
!missing-type! UITextFormattingViewControllerFormattingStyle not bound
!missing-enum! UIFocusItemDeferralMode not bound
!missing-enum! UIWritingToolsResultOptions not bound
!missing-protocol! UITabBarControllerSidebarAnimating not bound
!missing-protocol-member! UIFocusItem::focusItemDeferralMode not found
!missing-protocol-member! UITabBarControllerDelegate::tabBarController:displayedViewControllersForTab:proposedViewControllers: not found
!missing-protocol-member! UITextInput::attributedTextInRange: not found
!missing-protocol-member! UITextInput::didDismissWritingTools not found
!missing-protocol-member! UITextInput::willPresentWritingTools not found
!missing-protocol-member! UITextInputTraits::allowedWritingToolsResultOptions not found
!missing-protocol-member! UITextInputTraits::setAllowedWritingToolsResultOptions: not found
!missing-selector! UITab::managingTabGroup not bound
!missing-selector! UITextView::allowedWritingToolsResultOptions not bound
!missing-selector! UITextView::setAllowedWritingToolsResultOptions: not bound
2 changes: 2 additions & 0 deletions tests/xtro-sharpie/iOS-VideoToolbox.todo
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
!missing-pinvoke! VTHDRPerFrameMetadataGenerationSessionAttachMetadata is not bound
!missing-pinvoke! VTHDRPerFrameMetadataGenerationSessionCreate is not bound
!missing-pinvoke! VTHDRPerFrameMetadataGenerationSessionGetTypeID is not bound
!missing-field! kVTCompressionPropertyKey_MaximumRealTimeFrameRate not bound
!missing-field! kVTDecompressionPropertyKey_AllowBitstreamToChangeFrameDimensions not bound
3 changes: 3 additions & 0 deletions tests/xtro-sharpie/macOS-AVFoundation.todo
Original file line number Diff line number Diff line change
Expand Up @@ -726,3 +726,6 @@
!missing-selector! AVMetricPlayerItemVariantSwitchStartEvent::loadedTimeRanges not bound
!missing-selector! AVMetricPlayerItemVariantSwitchStartEvent::toVariant not bound
!missing-type! AVMetricPlayerItemVariantSwitchStartEvent not bound
!missing-enum-value! AVError native value AVErrorMediaExtensionConflict = -11887 not bound
!missing-enum-value! AVError native value AVErrorMediaExtensionDisabled = -11886 not bound
!missing-selector! AVMutableComposition::insertTimeRange:ofAsset:atTime:completionHandler: not bound
5 changes: 5 additions & 0 deletions tests/xtro-sharpie/macOS-AppKit.todo
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,8 @@
!missing-selector! NSMenuItem::setSubtitle: not bound
!missing-selector! NSMenuItem::subtitle not bound
!missing-selector! NSResponder::contextMenuKeyDown: not bound
!missing-enum! NSWritingToolsResultOptions not bound
!missing-protocol-member! NSTextInputTraits::allowedWritingToolsResultOptions not found
!missing-protocol-member! NSTextInputTraits::setAllowedWritingToolsResultOptions: not found
!missing-selector! NSTextView::allowedWritingToolsResultOptions not bound
!missing-selector! NSTextView::setAllowedWritingToolsResultOptions: not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/macOS-AuthenticationServices.todo
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@
!missing-selector! +ASSettingsHelper::requestToTurnOnCredentialProviderExtensionWithCompletionHandler: not bound
!deprecated-attribute-missing! ASWebAuthenticationSessionRequest::callbackURLScheme missing a [Deprecated] attribute
!missing-enum-value! ASCredentialIdentityTypes native value ASCredentialIdentityTypesOneTimeCode = 4 not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationInput::initWithInputValues: not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationInput::inputValues not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationOutput::first not bound
!missing-selector! ASAuthorizationPublicKeyCredentialPRFRegistrationOutput::second not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
!missing-selector! AEAssessmentConfiguration::allowsKeyboardShortcuts not bound
!missing-selector! AEAssessmentConfiguration::allowsPredictiveKeyboard not bound
!missing-selector! AEAssessmentConfiguration::allowsSpellCheck not bound
!missing-selector! AEAssessmentConfiguration::autocorrectMode not bound
!missing-selector! AEAssessmentConfiguration::setAllowsKeyboardShortcuts: not bound
!missing-selector! AEAssessmentConfiguration::setAllowsPredictiveKeyboard: not bound
!missing-selector! AEAssessmentConfiguration::setAllowsSpellCheck: not bound
!missing-selector! AEAssessmentConfiguration::setAutocorrectMode: not bound
2 changes: 2 additions & 0 deletions tests/xtro-sharpie/macOS-CoreData.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-field! NSPersistentStoreModelVersionChecksumKey not bound
!missing-selector! NSPersistentStoreCoordinator::managedObjectIDFromUTF8String:length: not bound
4 changes: 4 additions & 0 deletions tests/xtro-sharpie/macOS-CoreFoundation.todo
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
!missing-field! kCFNumberFormatterMinGroupingDigits not bound
!missing-pinvoke! CFAttributedStringGetBidiLevelsAndResolvedDirections is not bound
!missing-pinvoke! CFAllocatorAllocateBytes is not bound
!missing-pinvoke! CFAllocatorAllocateTyped is not bound
!missing-pinvoke! CFAllocatorReallocateBytes is not bound
!missing-pinvoke! CFAllocatorReallocateTyped is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/macOS-CoreGraphics.todo
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
!missing-pinvoke! CGPDFContextSetIDTree is not bound
!missing-pinvoke! CGPDFContextSetPageTagStructureTree is not bound
!missing-pinvoke! CGPDFContextSetParentTree is not bound
!missing-pinvoke! CGColorSpaceCopyBaseColorSpace is not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/macOS-CoreText.todo
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!missing-pinvoke! CTFontDrawImageFromAdaptiveImageProviderAtPoint is not bound
!missing-pinvoke! CTFontGetTypographicBoundsForAdaptiveImageProvider is not bound
!missing-protocol! CTAdaptiveImageProviding not bound
!missing-pinvoke! CTFontHasTable is not bound
2 changes: 2 additions & 0 deletions tests/xtro-sharpie/macOS-CoreVideo.todo
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
!missing-pinvoke! CVMetalBufferCacheGetTypeID is not bound
!missing-pinvoke! CVMetalBufferGetBuffer is not bound
!missing-pinvoke! CVMetalBufferGetTypeID is not bound
!missing-field! kCVImageBufferPostDecodeProcessingFrameMetadataKey not bound
!missing-field! kCVImageBufferPostDecodeProcessingSequenceMetadataKey not bound
Loading
Loading