Skip to content

Merge pull request #196 from mtgto/json-dict #564

Merge pull request #196 from mtgto/json-dict

Merge pull request #196 from mtgto/json-dict #564

GitHub Actions / Xcode test results failed Aug 18, 2024 in 0s

Xcode test results

Build Summary

Compile UserDictTests.swift (arm64)
Compile FileDictTests.swift (arm64)
error: Swift Compiler Error: Type of expression is ambiguous without a type annotation
error: Swift Compiler Error: Conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')
error: Swift Compiler Error: Conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')
error: Swift Compiler Error: Conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')

macSKKTests/FileDictTests.swift:72:9: error: type of expression is ambiguous without a type annotation
        XCTAssertEqual(dict.serialize(),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
macSKKTests/FileDictTests.swift:86:9: error: conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')
        XCTAssertEqual(dict.serialize(), expected.data(using: .utf8))
        ^
macSKKTests/FileDictTests.swift:100:9: error: conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')
        XCTAssertEqual(dict.serialize(), expected.data(using: .utf8))
        ^
macSKKTests/FileDictTests.swift:113:9: error: conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')
        XCTAssertEqual(dict.serialize(), expected.data(using: .utf8))
        ^

Compile SKKServDictTests.swift (arm64)
Compile ReleaseVersionTests.swift (arm64)
Compile Character+KeyCode.swift (arm64)
Compile String+TransformTests.swift (arm64)
Compile MemoryDictTests.swift (arm64)
Compile UserDict+Utilities.swift (arm64)
Compile RomajiTests.swift (arm64)
Compile NumberEntryTests.swift (arm64)
Compile KeyBindingSetTests.swift (arm64)
Compile EntryTests.swift (arm64)
Compiling StateMachineTests.swift, Data+EucJis2004Tests.swift, CandidateTest.swift, StateTests.swift, UpdateCheckerTests.swift, KeyBindingTests.swift
error: Command SwiftCompile failed with a nonzero exit code

Command SwiftCompile failed with a nonzero exit code

Annotations

Check failure on line 72 in macSKKTests/FileDictTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type of expression is ambiguous without a type annotation

Check failure on line 86 in macSKKTests/FileDictTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')

Check failure on line 100 in macSKKTests/FileDictTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')

Check failure on line 113 in macSKKTests/FileDictTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Conflicting arguments to generic parameter 'T' ('String' vs. 'Data?')