Skip to content

Commit dc33b1f

Browse files
committed
PR feedback: Replace Radar with GitHub issue instead
1 parent 5ed2948 commit dc33b1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Sources/SwiftBuildSupport/PIF.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public enum PIF {
158158
}
159159
}
160160

161-
// FIXME: Delete this (rdar://149003797).
161+
// FIXME: Delete this (https://github.com/swiftlang/swift-package-manager/issues/8552).
162162
public required init(from decoder: Decoder) throws {
163163
let superContainer = try decoder.container(keyedBy: HighLevelObject.CodingKeys.self)
164164
let contents = try superContainer.nestedContainer(keyedBy: CodingKeys.self, forKey: .contents)
@@ -206,7 +206,7 @@ public enum PIF {
206206
}
207207
}
208208

209-
// FIXME: Delete this (rdar://149003797).
209+
// FIXME: Delete this (https://github.com/swiftlang/swift-package-manager/issues/8552).
210210
public required init(from decoder: Decoder) throws {
211211
let superContainer = try decoder.container(keyedBy: HighLevelObject.CodingKeys.self)
212212
self.underlying = try superContainer.decode(ProjectModel.Project.self, forKey: .contents)
@@ -244,7 +244,8 @@ public enum PIF {
244244
}
245245

246246
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)
248249
fatalError("Decoding not implemented")
249250
/*
250251
let superContainer = try decoder.container(keyedBy: HighLevelObject.CodingKeys.self)

0 commit comments

Comments
 (0)