Page MenuHomeSolus

D10061.id24219.diff
No OneTemporary

D10061.id24219.diff

diff --git a/files/fix-plugin-compile-error-with-gradle-641.patch b/files/fix-plugin-compile-error-with-gradle-641.patch
deleted file mode 100644
--- a/files/fix-plugin-compile-error-with-gradle-641.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt b/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt
-index 3df6e444b..4040cadff 100644
---- a/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt
-+++ b/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt
-@@ -70,7 +70,7 @@ open class CompileBenchmarkingPlugin : Plugin<Project> {
- isIgnoreExitValue = true
- konanRun.dependsOn(this)
- doLast {
-- exitCodes[name] = execResult.exitValue
-+ exitCodes[name] = execResult!!.exitValue
- }
- }
- }
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : kotlin-native
-version : 1.4.10
-release : 8
+version : 1.4.20
+release : 9
source :
- - https://github.com/JetBrains/kotlin-native/archive/v1.4.10.tar.gz : dd2870d9722e32bc10bfb133fd4eb4fd5d59ca7b4ad1191d20ead035cd6ee279
+ - https://github.com/JetBrains/kotlin-native/archive/v1.4.20.tar.gz : 1324b03ac9a1eed2ef7becb4fc9df3a1305c7f6db43800560beb80bf0a1ddac8
- https://download.jetbrains.com/kotlin/native/clang-llvm-8.0.0-linux-x86-64.tar.gz : a9ebf55170bdbe5e089dbf884e0bc52065b5b7bc52e9354415e25a36e10e56c5
- https://download.jetbrains.com/kotlin/native/target-gcc-toolchain-2-linux-mips.tar.gz : b1703b2f0e1fc9e5620330f1d43c00b85ae65289796a51b827db81335207ff01
- https://download.jetbrains.com/kotlin/native/target-gcc-toolchain-3-linux-x86-64.tar.gz : ca25fc933fe45deb142f2672d3773227a65e652ebeb7bc6cc8425f747c5f8912
@@ -13,11 +13,12 @@
- https://download.jetbrains.com/kotlin/native/target-sysroot-2-raspberrypi.tar.gz : b0c7db1e5408d336baefa1af1f766e977ce05cc256bd24fb36be29d9816be71e
license : Apache-2.0
component : programming
+homepage : https://kotlinlang.org/docs/reference/native-overview.html
summary : Standalone compiler toolchain for native Kotlin applications and libraries
description: |
Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
- Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), or where developer is willing to produce reasonably-sized self-contained program without need to ship an additional execution runtime.
+ Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
networking : true
builddeps :
- gradle
@@ -25,22 +26,20 @@
- openjdk-11
environment: |
export KONAN_DATA_DIR="$workdir/.konan_home"
- export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$workdir/.java_prefs/.userPrefs -Djava.util.prefs.systemRoot=$workdir/.java_prefs"
setup : |
- %patch -p1 < $pkgfiles/fix-plugin-compile-error-with-gradle-641.patch
-
mkdir -p $KONAN_DATA_DIR/dependencies/
- for FILE in $(find $sources -type f -not -name "v%version%.tar.gz"); do
+ for FILE in $(find $sources -type f -not -name "v%version%*.tar.gz"); do
tar -xzf $FILE -C $KONAN_DATA_DIR/dependencies/
echo $(basename -s .tar.gz $FILE) >> $KONAN_DATA_DIR/dependencies/.extracted
done
build : |
export GRADLE_USER_HOME="$workdir/.gradle_home"
+ export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$workdir/.java_prefs/.userPrefs -Djava.util.prefs.systemRoot=$workdir/.java_prefs"
gradle :dependencies:update bundle --no-daemon --stacktrace -Ptest.disable_update=true
install : |
install -Dm 00755 dist/bin/* -t $installdir/usr/share/kotlin-native/bin/
- cp -r dist/{klib,konan,sources,tools} $installdir/usr/share/kotlin-native/
+ cp -r dist/{klib,konan,tools} $installdir/usr/share/kotlin-native/
sed -i "2r $pkgfiles/java-shim.txt" $installdir/usr/share/kotlin-native/bin/run_konan
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,6 +1,7 @@
<PISI>
<Source>
<Name>kotlin-native</Name>
+ <Homepage>https://kotlinlang.org/docs/reference/native-overview.html</Homepage>
<Packager>
<Name>Campbell Jones</Name>
<Email>dev@serebit.com</Email>
@@ -10,7 +11,7 @@
<Summary xml:lang="en">Standalone compiler toolchain for native Kotlin applications and libraries</Summary>
<Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
-Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), or where developer is willing to produce reasonably-sized self-contained program without need to ship an additional execution runtime.
+Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
@@ -19,7 +20,7 @@
<Summary xml:lang="en">Standalone compiler toolchain for native Kotlin applications and libraries</Summary>
<Description xml:lang="en">Kotlin/Native is a LLVM backend for the Kotlin compiler, runtime implementation and native code generation facility using LLVM toolchain.
-Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as iOS, embedded targets), or where developer is willing to produce reasonably-sized self-contained program without need to ship an additional execution runtime.
+Kotlin/Native is primarily designed to allow compilation for platforms where virtual machines are not desirable or possible (such as embedded targets), or where a developer wants to produce a reasonably-sized self-contained program without the need to ship an additional execution runtime.
</Description>
<PartOf>programming</PartOf>
<Files>
@@ -1735,10 +1736,13 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AVFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Accounts.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AdSupport.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AddressBook.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AddressBookUI.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AppClip.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AppTrackingTransparency.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AssetsLibrary.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AudioToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/AuthenticationServices.def</Path>
@@ -1749,6 +1753,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/CallKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/CarPlay.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/ClassKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/CloudKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/CommonCrypto.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Contacts.def</Path>
@@ -1801,20 +1806,24 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/JavaScriptCore.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/LinkPresentation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/LocalAuthentication.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MLCompute.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MapKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MediaAccessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MediaPlayer.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MediaSetup.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MediaToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MessageUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Messages.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Metal.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MetalKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MetalPerformanceShaders.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MetalPerformanceShadersGraph.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MetricKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/ModelIO.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/MultipeerConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/NaturalLanguage.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/NearbyInteraction.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Network.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/NewsstandKit.def</Path>
@@ -1836,7 +1845,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/ReplayKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/SafariServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/SceneKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/ScreenTime.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Security.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/SensorKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Social.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/SoundAnalysis.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Speech.def</Path>
@@ -1845,6 +1856,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/SystemConfiguration.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/Twitter.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/UserNotificationsUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm32/VideoSubscriberAccount.def</Path>
@@ -1864,10 +1876,13 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AVFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Accounts.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AdSupport.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AddressBook.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AddressBookUI.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AppClip.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AppTrackingTransparency.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AssetsLibrary.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AudioToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/AuthenticationServices.def</Path>
@@ -1878,6 +1893,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/CallKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/CarPlay.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/ClassKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/CloudKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/CommonCrypto.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Contacts.def</Path>
@@ -1930,20 +1946,24 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/JavaScriptCore.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/LinkPresentation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/LocalAuthentication.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MLCompute.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MapKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MediaAccessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MediaPlayer.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MediaSetup.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MediaToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MessageUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Messages.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Metal.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MetalKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MetalPerformanceShaders.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MetalPerformanceShadersGraph.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MetricKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/ModelIO.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/MultipeerConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/NaturalLanguage.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/NearbyInteraction.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Network.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/NewsstandKit.def</Path>
@@ -1965,7 +1985,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/ReplayKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/SafariServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/SceneKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/ScreenTime.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Security.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/SensorKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Social.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/SoundAnalysis.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Speech.def</Path>
@@ -1974,6 +1996,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/SystemConfiguration.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/Twitter.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/UserNotificationsUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_arm64/VideoSubscriberAccount.def</Path>
@@ -1993,10 +2016,13 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AVFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Accounts.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AdSupport.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AddressBook.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AddressBookUI.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AppClip.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AppTrackingTransparency.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AssetsLibrary.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AudioToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/AuthenticationServices.def</Path>
@@ -2007,6 +2033,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/CallKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/CarPlay.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/ClassKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/CloudKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/CommonCrypto.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Contacts.def</Path>
@@ -2059,20 +2086,24 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/JavaScriptCore.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/LinkPresentation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/LocalAuthentication.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MLCompute.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MapKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MediaAccessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MediaPlayer.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MediaSetup.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MediaToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MessageUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Messages.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Metal.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MetalKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MetalPerformanceShaders.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MetalPerformanceShadersGraph.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MetricKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/ModelIO.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/MultipeerConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/NaturalLanguage.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/NearbyInteraction.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Network.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/NewsstandKit.def</Path>
@@ -2094,7 +2125,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/ReplayKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/SafariServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/SceneKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/ScreenTime.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Security.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/SensorKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Social.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/SoundAnalysis.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Speech.def</Path>
@@ -2103,6 +2136,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/SystemConfiguration.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/Twitter.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/UserNotificationsUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/ios_x64/VideoSubscriberAccount.def</Path>
@@ -2211,6 +2245,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/IdentityLookup.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/ImageCaptureCore.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/ImageIO.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/Intents.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/JavaScriptCore.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/LinkPresentation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/LocalAuthentication.def</Path>
@@ -2260,6 +2295,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/SystemConfiguration.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/SystemExtensions.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/UserNotifications.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/VideoSubscriberAccount.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/VideoToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/Vision.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/macos_x64/WebKit.def</Path>
@@ -2290,7 +2326,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/AVFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/AdSupport.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/AppTrackingTransparency.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/AudioToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/AuthenticationServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/BackgroundTasks.def</Path>
@@ -2303,6 +2341,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreData.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreGraphics.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreHaptics.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreImage.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreLocation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/CoreML.def</Path>
@@ -2323,7 +2362,11 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/HomeKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/IOSurface.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/ImageIO.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/Intents.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/IntentsUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/JavaScriptCore.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/LinkPresentation.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MLCompute.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MapKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MediaAccessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MediaPlayer.def</Path>
@@ -2331,6 +2374,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/Metal.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MetalKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MetalPerformanceShaders.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MetalPerformanceShadersGraph.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MetricKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/ModelIO.def</Path>
@@ -2356,6 +2400,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/TVServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/TVUIKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/VideoSubscriberAccount.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_arm64/VideoToolbox.def</Path>
@@ -2369,7 +2414,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/AVFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/AdSupport.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/AppTrackingTransparency.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/AudioToolbox.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/AuthenticationServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/BackgroundTasks.def</Path>
@@ -2382,6 +2429,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreData.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreFoundation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreGraphics.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreHaptics.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreImage.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreLocation.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/CoreML.def</Path>
@@ -2402,7 +2450,11 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/HomeKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/IOSurface.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/ImageIO.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/Intents.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/IntentsUI.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/JavaScriptCore.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/LinkPresentation.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MLCompute.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MapKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MediaAccessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MediaPlayer.def</Path>
@@ -2410,6 +2462,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/Metal.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MetalKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MetalPerformanceShaders.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MetalPerformanceShadersGraph.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MetricKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/ModelIO.def</Path>
@@ -2435,6 +2488,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/TVServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/TVUIKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/VideoSubscriberAccount.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/VideoToolbox.def</Path>
@@ -2446,7 +2500,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/posix.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/tvos_x64/zlib.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/AVFoundation.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/AuthenticationServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/CloudKit.def</Path>
@@ -2477,6 +2533,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/NaturalLanguage.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/Network.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/PassKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/PushKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/SceneKit.def</Path>
@@ -2485,6 +2542,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/SpriteKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/StoreKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/WatchConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/WatchKit.def</Path>
@@ -2495,7 +2553,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/posix.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm32/zlib.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/AVFoundation.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/AuthenticationServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/CloudKit.def</Path>
@@ -2526,6 +2586,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/NaturalLanguage.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/Network.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/PassKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/PushKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/SceneKit.def</Path>
@@ -2534,6 +2595,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/SpriteKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/StoreKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/WatchConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/WatchKit.def</Path>
@@ -2544,7 +2606,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/posix.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_arm64/zlib.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/AVFoundation.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/AuthenticationServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/CloudKit.def</Path>
@@ -2575,6 +2639,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/NaturalLanguage.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/Network.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/PassKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/PushKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/SceneKit.def</Path>
@@ -2583,6 +2648,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/SpriteKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/StoreKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/WatchConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/WatchKit.def</Path>
@@ -2593,7 +2659,9 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/posix.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x64/zlib.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/AVFoundation.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/AVKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/Accelerate.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/Accessibility.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/AuthenticationServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/ClockKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/CloudKit.def</Path>
@@ -2624,6 +2692,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/MobileCoreServices.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/NaturalLanguage.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/Network.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/NetworkExtension.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/PassKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/PushKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/SceneKit.def</Path>
@@ -2632,6 +2701,7 @@
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/SpriteKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/StoreKit.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/UIKit.def</Path>
+ <Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/UniformTypeIdentifiers.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/UserNotifications.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/WatchConnectivity.def</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/platformDef/watchos_x86/WatchKit.def</Path>
@@ -2747,23 +2817,17 @@
<Path fileType="data">/usr/share/kotlin-native/konan/targets/wasm32/native/release.bc</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/targets/wasm32/native/std_alloc.bc</Path>
<Path fileType="data">/usr/share/kotlin-native/konan/targets/wasm32/native/strict.bc</Path>
- <Path fileType="data">/usr/share/kotlin-native/sources/kotlin-stdlib-common-sources.zip</Path>
- <Path fileType="data">/usr/share/kotlin-native/sources/kotlin-stdlib-native-sources.zip</Path>
- <Path fileType="data">/usr/share/kotlin-native/sources/kotlin-test-annotations-common-sources.zip</Path>
- <Path fileType="data">/usr/share/kotlin-native/sources/kotlin-test-common-sources.zip</Path>
- <Path fileType="data">/usr/share/kotlin-native/sources/org.jetbrains.kotlinx.kotlinx-cli-common-sources.zip</Path>
- <Path fileType="data">/usr/share/kotlin-native/sources/org.jetbrains.kotlinx.kotlinx-cli-native-sources.zip</Path>
<Path fileType="data">/usr/share/kotlin-native/tools/env_blacklist</Path>
<Path fileType="data">/usr/share/kotlin-native/tools/konan_lldb.py</Path>
</Files>
</Package>
<History>
- <Update release="8">
- <Date>2020-09-07</Date>
- <Version>1.4.10</Version>
+ <Update release="9">
+ <Date>2020-12-01</Date>
+ <Version>1.4.20</Version>
<Comment>Packaging update</Comment>
<Name>Campbell Jones</Name>
<Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 24, 9:58 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803883
Default Alt Text
D10061.id24219.diff (49 KB)

Event Timeline