File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/web3swift/Transaction Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extension EthereumBloomFilter {
32
32
}
33
33
34
34
static func bloom9( _ data: Data ) -> BigUInt {
35
- var b = data. sha3 ( . keccak256)
35
+ let b = data. sha3 ( . keccak256)
36
36
var r = BigUInt ( 0 )
37
37
let mask = BigUInt ( 2047 )
38
38
for i in stride ( from: 0 , to: 6 , by: 2 ) {
Original file line number Diff line number Diff line change 1404
1404
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
1405
1405
MTL_FAST_MATH = YES;
1406
1406
ONLY_ACTIVE_ARCH = YES;
1407
- OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=100 ";
1407
+ OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150 ";
1408
1408
SDKROOT = macosx;
1409
1409
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
1410
1410
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1466
1466
MACOSX_DEPLOYMENT_TARGET = 10.11;
1467
1467
MTL_ENABLE_DEBUG_INFO = NO;
1468
1468
MTL_FAST_MATH = YES;
1469
- OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=100 ";
1469
+ OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150 ";
1470
1470
SDKROOT = macosx;
1471
1471
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
1472
1472
SWIFT_COMPILATION_MODE = wholemodule;
You can’t perform that action at this time.
0 commit comments