diff --git a/Package.resolved b/Package.resolved index da314033..cd3a8c24 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "7cea198ab812e3b4d38943fa2f8c65684f9e30b568adeff9df68b2dcaeac4bda", "pins" : [ { "identity" : "aexml", @@ -32,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wabiverse/MetaversePythonFramework", "state" : { - "revision" : "fc6d15f768b0a675207aecea248bd4f63f4c4133", - "version" : "3.11.6" + "revision" : "e2f4ba867b7e287a283a27a0005ab64deef14279", + "version" : "3.11.7" } }, { @@ -244,5 +245,5 @@ } } ], - "version" : 2 + "version" : 3 } diff --git a/Package.swift b/Package.swift index d9abda9a..7e5d1055 100644 --- a/Package.swift +++ b/Package.swift @@ -1267,7 +1267,7 @@ enum Arch { #if os(macOS) || os(visionOS) || os(iOS) || os(tvOS) || os(watchOS) [ - .package(url: "https://github.com/wabiverse/MetaversePythonFramework", from: "3.11.6"), + .package(url: "https://github.com/wabiverse/MetaversePythonFramework", from: "3.11.7"), .package(url: "https://github.com/wabiverse/MetaverseVulkanFramework", from: "1.26.2"), ] #else /* os(Linux) || os(Android) || os(OpenBSD) || os(FreeBSD) || os(Windows) || os(Cygwin) || os(WASI) */ diff --git a/Sources/Imath b/Sources/Imath index fe57e1ec..873e6c0d 160000 --- a/Sources/Imath +++ b/Sources/Imath @@ -1 +1 @@ -Subproject commit fe57e1ecd75fb4e4fa2ad4e7cf1e3104f0e43703 +Subproject commit 873e6c0dd0c2ba7db54b89911a9b8a75193de72b diff --git a/Sources/LZMA2/common/sysdefs.h b/Sources/LZMA2/common/sysdefs.h index b4017ccc..df7f5c61 100644 --- a/Sources/LZMA2/common/sysdefs.h +++ b/Sources/LZMA2/common/sysdefs.h @@ -117,7 +117,7 @@ # elif SIZEOF_SIZE_T == 8 # define SIZE_MAX UINT64_MAX # else -# error size_t is not 32-bit or 64-bit +# define SIZE_MAX UINT64_MAX # endif #endif #if SIZE_MAX != UINT32_MAX && SIZE_MAX != UINT64_MAX