Skip to content

Commit

Permalink
Squashed 'apollo-ios-codegen/' changes from 4bd74995..fb192097
Browse files Browse the repository at this point in the history
fb192097 fix: Local cache mutation build error in Swift 6 (#417)

git-subtree-dir: apollo-ios-codegen
git-subtree-split: fb1920971dea2158458bd2b1896653edbf934594
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Jul 11, 2024
1 parent b850b5f commit f0f4f89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/ApolloCodegenLib/Templates/SelectionSetTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,6 @@ struct SelectionSetTemplate {
"if let newData = f?.__data { __data = newData }",
else: "__data = f.__data"
) }
@available(*, unavailable, message: "mutate properties of the fragment instead.")
set { preconditionFailure() }
}
""",
else: " _toFragment() }"
Expand Down

0 comments on commit f0f4f89

Please sign in to comment.