-
Variable used within its own initial value
初期値を与えるときにその値を使おうとしている(代入しようとしている) 【確認ver】Swift 5.3【語】w… — read more
-
Cannot assign through subscript: ‘***’ is a ‘let’ constant
subscriptを通して代入できません。***はletで定義された定数です。 【確認ver】Swift 5.… — read more
-
Cannot assign to value: ‘***’ is a ‘let’ constant
値を代入できません。***はletで定義された定数です。 【確認ver】Swift 5.2.4【語】assig… — read more
-
Type annotation missing in pattern
型の指定がない(型がわからない) 【確認ver】Swift 5.2.4【語】annotation 注釈 サンプ… — read more
-
Delegating initializers in structs are not marked with ‘convenience’
//Swift 5.1 struct AB { var a: Int var b: Int init(a: I… — read more
-
Overlapping accesses to ‘***’, but modification requires exclusive access; consider copying to a local variable
-
Inout writeback through subscript occurs in multiple arguments to call, introducing invalid aliasing
-
はじめに
このブログではAppleが2014年6月に出してきた新しいプログラミング言語Swiftのコンパイルエラーの収集… — read more