diff --git a/Sources/ContainerClient/Utility.swift b/Sources/ContainerClient/Utility.swift index 85c6c7c3..15e6f651 100644 --- a/Sources/ContainerClient/Utility.swift +++ b/Sources/ContainerClient/Utility.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the container project authors. +// Copyright © 2025-2026 Apple Inc. and the container project authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -73,14 +73,14 @@ public struct Utility { } public static func validPublishPorts(_ publishPorts: [PublishPort]) throws { - var hostPorts = Set() + var hostPorts = Set() for publishPort in publishPorts { - for index in 0..