The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of azure-devops-swift, reference 0.1.1 (ed7b62), with Swift 5.9 for Linux on 27 Jan 2025 15:31:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/azure-devops-swift.git
Reference: 0.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/MFB-Technologies-Inc/azure-devops-swift
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at ed7b62a Merge pull request #4 from MFB-Technologies-Inc/feature/inlinable-all-the-things
Cloned https://github.com/MFB-Technologies-Inc/azure-devops-swift.git
Revision (git rev-parse @):
ed7b62a0f16e22f2586a7c30318315124ae5c735
SUCCESS checkout https://github.com/MFB-Technologies-Inc/azure-devops-swift.git at 0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/azure-devops-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/pointfreeco/swift-tagged.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
[1/761] Fetching swift-http-types
[755/5290] Fetching swift-http-types, swift-custom-dump
[5284/6437] Fetching swift-http-types, swift-custom-dump, swift-tagged
Fetched https://github.com/apple/swift-http-types.git (0.40s)
Fetched https://github.com/pointfreeco/swift-tagged.git (0.40s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git (0.40s)
Computing version for https://github.com/pointfreeco/swift-tagged.git
Computed https://github.com/pointfreeco/swift-tagged.git at 0.10.0 (1.19s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.39s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.51s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5026] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.28s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-tagged.git
Working copy of https://github.com/pointfreeco/swift-tagged.git resolved at 0.10.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.3
Building for debugging...
[1/17] Compiling HTTPTypes ISOLatin1String.swift
[2/18] Compiling HTTPTypes HTTPResponse.swift
[3/18] Compiling HTTPTypes HTTPFields.swift
[4/18] Compiling HTTPTypes HTTPFieldName.swift
[5/18] Compiling HTTPTypes HTTPField.swift
[6/18] Emitting module HTTPTypes
[7/18] Compiling HTTPTypes HTTPParsedFields.swift
[8/18] Compiling HTTPTypes HTTPRequest.swift
[9/18] Compiling HTTPTypes NIOLock.swift
[10/19] Compiling TestHelpers StaticString+Utf8Data.swift
[11/19] Compiling TestHelpers StringProtocol+RemoveJsonFormatting.swift
[14/20] Compiling TestHelpers JSONDecoder+Test.swift
[15/20] Compiling TestHelpers Data+Utf8String.swift
[16/20] Emitting module TestHelpers
[17/20] Compiling TestHelpers JSONEncoder+Test.swift
[19/22] Compiling Tagged UUID.swift
[20/22] Emitting module Tagged
[21/22] Compiling Tagged Tagged.swift
[25/41] Compiling AZCore AZPutRequest.swift
[26/41] Compiling AZCore AZQueryOrder.swift
[27/41] Compiling AZCore AZReferenceLink.swift
/host/spi-builder-workspace/Sources/AZCore/AZReferenceLink.swift:12:16: warning: stored property 'href' of 'Sendable'-conforming struct 'AZReferenceLink' has non-sendable type 'URL'
    public let href: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZCore/AZReferenceLink.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[28/41] Compiling AZCore AZRepositoryId.swift
/host/spi-builder-workspace/Sources/AZCore/AZReferenceLink.swift:12:16: warning: stored property 'href' of 'Sendable'-conforming struct 'AZReferenceLink' has non-sendable type 'URL'
    public let href: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZCore/AZReferenceLink.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[29/41] Compiling AZCore AZRequest.swift
[30/41] Compiling AZCore AZResourceReference.swift
[31/41] Compiling AZCore AZOrganization.swift
[32/41] Compiling AZCore AZPipelineId.swift
[33/41] Compiling AZCore AZPostRequest.swift
[34/41] Compiling AZCore AZProject.swift
[35/41] Compiling AZCore AZDeleteRequest.swift
[36/41] Compiling AZCore AZGetRequest.swift
[37/41] Compiling AZCore AZListResponse.swift
[38/43] Emitting module AZCore
/host/spi-builder-workspace/Sources/AZCore/AZReferenceLink.swift:12:16: warning: stored property 'href' of 'Sendable'-conforming struct 'AZReferenceLink' has non-sendable type 'URL'
    public let href: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZCore/AZReferenceLink.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[39/43] Compiling AZCore AZApiVersion.swift
[40/43] Compiling AZCore AZBranch.swift
[41/43] Compiling AZCore AZCreateRequest.swift
[42/43] Compiling AZCore AZUpdateRequest.swift
[43/43] Compiling AZCore AZVersionedRequest.swift
[46/65] Emitting module AZCoreFixtures
[47/65] Compiling AZCoreFixtures AZFixtures.swift
[48/65] Compiling AZCoreFixtures AZFixtures+Core.swift
[49/65] Compiling AZPipelines Exports.swift
[50/65] Emitting module AZPipelines
/host/spi-builder-workspace/Sources/AZPipelines/AZPipeline.swift:19:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPipeline' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPipelines/AZPipeline.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AZPipelines/AZPipelineListElement.swift:18:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPipelineListElement' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPipelines/AZPipelineListElement.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[51/66] Compiling AZPolicy AZPolicyRoute+TypeRoute.swift
[52/66] Compiling AZPipelines AZPipelineListElement.swift
/host/spi-builder-workspace/Sources/AZPipelines/AZPipelineListElement.swift:18:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPipelineListElement' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPipelines/AZPipelineListElement.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[53/66] Compiling AZPipelines AZPipelineRoute.swift
[54/67] Compiling AZPipelines AZPipeline+Configuration.swift
[55/67] Compiling AZPipelines AZNewPipeline.swift
[57/67] Compiling AZPipelines AZPipeline.swift
/host/spi-builder-workspace/Sources/AZPipelines/AZPipeline.swift:19:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPipeline' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPipelines/AZPipeline.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[58/69] Compiling AZPolicy AZPolicyRoute+ConfigurationsRoute.swift
[59/69] Compiling AZPolicy AZPolicyRoute.swift
[60/69] Compiling AZPolicy AZPolicyType.swift
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyType.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPolicyType' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyType.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[61/69] Compiling AZPolicy Exports.swift
[62/69] Compiling AZPolicy AZPolicyConfiguration+RequiredReviewerSettings.swift
[63/69] Compiling AZPolicy AZPolicyConfiguration+Settings.swift
[67/70] Compiling AZPolicy AZNewPolicyConfiguration.swift
[68/70] Compiling AZPolicy AZPolicyConfiguration+BuildSettings.swift
[69/70] Compiling AZPolicy AZPolicyConfiguration.swift
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyConfiguration.swift:24:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPolicyConfiguration' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyConfiguration.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[70/70] Emitting module AZPolicy
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyConfiguration.swift:24:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPolicyConfiguration' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyConfiguration.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyType.swift:16:16: warning: stored property 'url' of 'Sendable'-conforming struct 'AZPolicyType' has non-sendable type 'URL'
    public let url: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/AZPolicy/AZPolicyType.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[73/78] Compiling AZPipelinesFixtures Pipelines_Json+ListResponse.swift
[74/78] Compiling AZPipelinesFixtures Pipelines+Json.swift
[75/78] Compiling AZPipelinesFixtures Exports.swift
[76/78] Compiling AZPipelinesFixtures AZFixtures+Pipelines.swift
[77/78] Compiling AZPipelinesFixtures Pipelines+ListResponse.swift
[78/78] Emitting module AZPipelinesFixtures
[79/89] Compiling AZPolicyFixtures PolicyType+Json.swift
[81/89] Compiling AZPolicyFixtures PolicyType_Json+ListResponse.swift
[83/90] Emitting module AZPolicyFixtures
[84/90] Compiling AzureDevops AzureDevopsRoute.swift
[85/90] Compiling AzureDevops Exports.swift
[86/90] Emitting module AzureDevops
[87/90] Compiling AZPolicyFixtures PolicyType+ListResponse.swift
[88/90] Compiling AZPolicyFixtures AZFixtures+PolicyType.swift
[89/90] Compiling AZPolicyFixtures Exports.swift
[90/90] Compiling AZPolicyFixtures PolicyType+All.swift
Build complete! (13.69s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged.git"
    }
  ],
  "manifest_display_name" : "azure-devops-swift",
  "name" : "azure-devops-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AZCore",
      "targets" : [
        "AZCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AZCoreFixtures",
      "targets" : [
        "AZCoreFixtures"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AzureDevops",
      "targets" : [
        "AzureDevops"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AZPipelines",
      "targets" : [
        "AZPipelines"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AZPipelinesFixtures",
      "targets" : [
        "AZPipelinesFixtures"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AZPolicy",
      "targets" : [
        "AZPolicy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AZPolicyFixtures",
      "targets" : [
        "AZPolicyFixtures"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "TestHelpers",
      "path" : "Sources/TestHelpers",
      "sources" : [
        "Data+Utf8String.swift",
        "JSONDecoder+Test.swift",
        "JSONEncoder+Test.swift",
        "StaticString+Utf8Data.swift",
        "StringProtocol+RemoveJsonFormatting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AzureDevops",
      "module_type" : "SwiftTarget",
      "name" : "AzureDevops",
      "path" : "Sources/AzureDevops",
      "product_memberships" : [
        "AzureDevops"
      ],
      "sources" : [
        "AzureDevopsRoute.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "AZCore",
        "AZPipelines",
        "AZPolicy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AZPolicyTests",
      "module_type" : "SwiftTarget",
      "name" : "AZPolicyTests",
      "path" : "Tests/AZPolicyTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "AZPolicyCodingTests.swift"
      ],
      "target_dependencies" : [
        "AZPolicy",
        "AZPolicyFixtures",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AZPolicyFixtures",
      "module_type" : "SwiftTarget",
      "name" : "AZPolicyFixtures",
      "path" : "Sources/AZPolicyFixtures",
      "product_memberships" : [
        "AZPolicyFixtures"
      ],
      "sources" : [
        "AZFixtures+PolicyType.swift",
        "Exports.swift",
        "PolicyType+All.swift",
        "PolicyType+Json.swift",
        "PolicyType+ListResponse.swift",
        "PolicyType_Json+ListResponse.swift"
      ],
      "target_dependencies" : [
        "AZCoreFixtures",
        "AZPolicy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AZPolicy",
      "module_type" : "SwiftTarget",
      "name" : "AZPolicy",
      "path" : "Sources/AZPolicy",
      "product_memberships" : [
        "AzureDevops",
        "AZPolicy",
        "AZPolicyFixtures"
      ],
      "sources" : [
        "AZNewPolicyConfiguration.swift",
        "AZPolicyConfiguration+BuildSettings.swift",
        "AZPolicyConfiguration+RequiredReviewerSettings.swift",
        "AZPolicyConfiguration+Settings.swift",
        "AZPolicyConfiguration.swift",
        "AZPolicyRoute+ConfigurationsRoute.swift",
        "AZPolicyRoute+TypeRoute.swift",
        "AZPolicyRoute.swift",
        "AZPolicyType.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "AZCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AZPipelinesTests",
      "module_type" : "SwiftTarget",
      "name" : "AZPipelinesTests",
      "path" : "Tests/AZPipelinesTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "AZPipelineCodingTests.swift"
      ],
      "target_dependencies" : [
        "AZPipelines",
        "AZPipelinesFixtures",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AZPipelinesFixtures",
      "module_type" : "SwiftTarget",
      "name" : "AZPipelinesFixtures",
      "path" : "Sources/AZPipelinesFixtures",
      "product_memberships" : [
        "AZPipelinesFixtures"
      ],
      "sources" : [
        "AZFixtures+Pipelines.swift",
        "Exports.swift",
        "Pipelines+Json.swift",
        "Pipelines+ListResponse.swift",
        "Pipelines_Json+ListResponse.swift"
      ],
      "target_dependencies" : [
        "AZCoreFixtures",
        "AZPipelines"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AZPipelines",
      "module_type" : "SwiftTarget",
      "name" : "AZPipelines",
      "path" : "Sources/AZPipelines",
      "product_memberships" : [
        "AzureDevops",
        "AZPipelines",
        "AZPipelinesFixtures"
      ],
      "sources" : [
        "AZNewPipeline.swift",
        "AZPipeline+Configuration.swift",
        "AZPipeline.swift",
        "AZPipelineListElement.swift",
        "AZPipelineRoute.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "AZCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AZCoreFixtures",
      "module_type" : "SwiftTarget",
      "name" : "AZCoreFixtures",
      "path" : "Sources/AZCoreFixtures",
      "product_memberships" : [
        "AZCoreFixtures",
        "AZPipelinesFixtures",
        "AZPolicyFixtures"
      ],
      "sources" : [
        "AZFixtures+Core.swift",
        "AZFixtures.swift"
      ],
      "target_dependencies" : [
        "AZCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AZCore",
      "module_type" : "SwiftTarget",
      "name" : "AZCore",
      "path" : "Sources/AZCore",
      "product_dependencies" : [
        "HTTPTypes",
        "Tagged"
      ],
      "product_memberships" : [
        "AZCore",
        "AZCoreFixtures",
        "AzureDevops",
        "AZPipelines",
        "AZPipelinesFixtures",
        "AZPolicy",
        "AZPolicyFixtures"
      ],
      "sources" : [
        "AZApiVersion.swift",
        "AZBranch.swift",
        "AZCreateRequest.swift",
        "AZDeleteRequest.swift",
        "AZGetRequest.swift",
        "AZListResponse.swift",
        "AZOrganization.swift",
        "AZPipelineId.swift",
        "AZPostRequest.swift",
        "AZProject.swift",
        "AZPutRequest.swift",
        "AZQueryOrder.swift",
        "AZReferenceLink.swift",
        "AZRepositoryId.swift",
        "AZRequest.swift",
        "AZResourceReference.swift",
        "AZUpdateRequest.swift",
        "AZVersionedRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.