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.10 for Linux on 27 Jan 2025 15:28:06 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.10-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.10
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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-tagged.git
[1/1147] Fetching swift-tagged
[1103/5676] Fetching swift-tagged, swift-custom-dump
[5677/6437] Fetching swift-tagged, swift-custom-dump, swift-http-types
Fetched https://github.com/pointfreeco/swift-tagged.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.26s)
Computing version for https://github.com/pointfreeco/swift-tagged.git
Computed https://github.com/pointfreeco/swift-tagged.git at 0.10.0 (1.51s)
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.51s)
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.97s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5026] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.90s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.63s)
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
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-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/pointfreeco/swift-tagged.git
Working copy of https://github.com/pointfreeco/swift-tagged.git resolved at 0.10.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/28] Compiling HTTPTypes ISOLatin1String.swift
[13/29] Compiling HTTPTypes HTTPResponse.swift
[14/29] Emitting module HTTPTypes
[15/29] Compiling HTTPTypes HTTPField.swift
[16/29] Compiling HTTPTypes HTTPRequest.swift
[17/29] Compiling HTTPTypes HTTPParsedFields.swift
[18/29] Compiling HTTPTypes HTTPFieldName.swift
[19/29] Compiling HTTPTypes HTTPFields.swift
[20/29] Compiling HTTPTypes NIOLock.swift
[21/30] Compiling TestHelpers StringProtocol+RemoveJsonFormatting.swift
[23/30] Compiling TestHelpers JSONEncoder+Test.swift
[24/30] Compiling TestHelpers StaticString+Utf8Data.swift
[25/30] Emitting module TestHelpers
[26/30] Compiling TestHelpers JSONDecoder+Test.swift
[27/30] Compiling TestHelpers Data+Utf8String.swift
[29/31] Compiling Tagged Tagged.swift
[30/31] Emitting module Tagged
[31/31] Compiling Tagged UUID.swift
[33/49] Compiling AZCore AZRequest.swift
[34/49] Compiling AZCore AZResourceReference.swift
[35/51] 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
[36/51] 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
[37/51] Compiling AZCore AZDeleteRequest.swift
[38/51] Compiling AZCore AZGetRequest.swift
[39/51] Compiling AZCore AZListResponse.swift
[40/51] Compiling AZCore AZPutRequest.swift
[41/51] Compiling AZCore AZQueryOrder.swift
[42/51] Compiling AZCore AZPostRequest.swift
[43/51] Compiling AZCore AZProject.swift
[44/51] Compiling AZCore AZOrganization.swift
[45/51] Compiling AZCore AZPipelineId.swift
[46/51] 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
[47/51] Compiling AZCore AZApiVersion.swift
[48/51] Compiling AZCore AZBranch.swift
[49/51] Compiling AZCore AZCreateRequest.swift
[50/51] Compiling AZCore AZUpdateRequest.swift
[51/51] Compiling AZCore AZVersionedRequest.swift
[53/72] Compiling AZPipelines Exports.swift
[54/72] Compiling AZCoreFixtures AZFixtures.swift
[55/72] Emitting module AZCoreFixtures
[56/72] Compiling AZCoreFixtures AZFixtures+Core.swift
[57/73] Compiling AZPolicy AZPolicyRoute.swift
[58/73] 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
[59/74] Compiling AZPolicy AZPolicyRoute+TypeRoute.swift
[60/74] 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
[61/74] Compiling AZPipelines AZPipelineRoute.swift
[63/74] 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
[64/74] Compiling AZPipelines AZNewPipeline.swift
[65/74] Compiling AZPipelines AZPipeline+Configuration.swift
[66/74] Compiling AZPolicy AZPolicyRoute+ConfigurationsRoute.swift
[67/74] Compiling AZPolicy Exports.swift
[68/74] 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
[69/75] Compiling AZPolicy AZPolicyConfiguration+RequiredReviewerSettings.swift
[70/75] Compiling AZPolicy AZPolicyConfiguration+Settings.swift
[71/75] 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
[73/75] Compiling AZPolicy AZNewPolicyConfiguration.swift
[74/75] Compiling AZPolicy AZPolicyConfiguration+BuildSettings.swift
[75/75] 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
[77/82] Compiling AZPipelinesFixtures Exports.swift
[78/82] Compiling AZPipelinesFixtures AZFixtures+Pipelines.swift
[79/82] Emitting module AZPipelinesFixtures
[80/82] Compiling AZPipelinesFixtures Pipelines_Json+ListResponse.swift
[81/85] Compiling AZPipelinesFixtures Pipelines+Json.swift
[82/85] Compiling AZPipelinesFixtures Pipelines+ListResponse.swift
[84/93] Compiling AzureDevops Exports.swift
[85/93] Compiling AzureDevops AzureDevopsRoute.swift
[86/93] Emitting module AzureDevops
[87/93] Compiling AZPolicyFixtures PolicyType_Json+ListResponse.swift
[88/93] Emitting module AZPolicyFixtures
[89/93] Compiling AZPolicyFixtures AZFixtures+PolicyType.swift
[91/94] Compiling AZPolicyFixtures PolicyType+Json.swift
[92/94] Compiling AZPolicyFixtures PolicyType+ListResponse.swift
[93/94] Compiling AZPolicyFixtures Exports.swift
[94/94] Compiling AZPolicyFixtures PolicyType+All.swift
Build complete! (20.37s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.