File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Sources/SwiftBuildSupport Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public enum PIF {
158
158
}
159
159
}
160
160
161
- // FIXME: Delete this (rdar ://149003797 ).
161
+ // FIXME: Delete this (https ://github.com/swiftlang/swift-package-manager/issues/8552 ).
162
162
public required init ( from decoder: Decoder ) throws {
163
163
let superContainer = try decoder. container ( keyedBy: HighLevelObject . CodingKeys. self)
164
164
let contents = try superContainer. nestedContainer ( keyedBy: CodingKeys . self, forKey: . contents)
@@ -206,7 +206,7 @@ public enum PIF {
206
206
}
207
207
}
208
208
209
- // FIXME: Delete this (rdar ://149003797 ).
209
+ // FIXME: Delete this (https ://github.com/swiftlang/swift-package-manager/issues/8552 ).
210
210
public required init ( from decoder: Decoder ) throws {
211
211
let superContainer = try decoder. container ( keyedBy: HighLevelObject . CodingKeys. self)
212
212
self . underlying = try superContainer. decode ( ProjectModel . Project. self, forKey: . contents)
@@ -244,7 +244,8 @@ public enum PIF {
244
244
}
245
245
246
246
public required init ( from decoder: Decoder ) throws {
247
- // FIXME: Remove all support for decoding PIF objects in SwiftBuildSupport? rdar://149003797
247
+ // FIXME: Remove all support for decoding PIF objects in SwiftBuildSupport?
248
+ // (https://github.com/swiftlang/swift-package-manager/issues/8552)
248
249
fatalError ( " Decoding not implemented " )
249
250
/*
250
251
let superContainer = try decoder.container(keyedBy: HighLevelObject.CodingKeys.self)
You can’t perform that action at this time.
0 commit comments