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 OpenAPIReflection, reference main (4abc8c), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 08:45:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIReflection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattpolzin/OpenAPIReflection
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4abc8cf Fixing issue with Swift 6.0 and DateEncodingStrategy (#8)
Cloned https://github.com/mattpolzin/OpenAPIReflection.git
Revision (git rev-parse @):
4abc8cfcc66fc34de25a69454f8fa7b9f484dfce
SUCCESS checkout https://github.com/mattpolzin/OpenAPIReflection.git at main
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
[64/9965] Fetching sampleable, yams
[461/67660] Fetching sampleable, yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (4.92s)
Fetched https://github.com/mattpolzin/Sampleable.git from cache (4.92s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (4.92s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (0.65s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.0.0 (0.65s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.64s)
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "openapireflection",
      "name": "OpenAPIReflection",
      "url": "https://github.com/mattpolzin/OpenAPIReflection.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAPIReflection",
      "dependencies": [
        {
          "identity": "openapikit",
          "name": "OpenAPIKit",
          "url": "https://github.com/mattpolzin/OpenAPIKit.git",
          "version": "3.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAPIKit",
          "dependencies": [
            {
              "identity": "yams",
              "name": "Yams",
              "url": "https://github.com/jpsim/Yams.git",
              "version": "5.1.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "sampleable",
          "name": "Sampleable",
          "url": "https://github.com/mattpolzin/Sampleable.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sampleable",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
[1/362] Fetching openapireflection
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (0.79s)
Fetching https://github.com/mattpolzin/OpenAPIKit.git from cache
Fetching https://github.com/mattpolzin/Sampleable.git from cache
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.57s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (0.57s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (0.03s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.3.0 (0.03s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (0.57s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.1.3 (0.66s)
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/mattpolzin/OpenAPIReflection.git
Working copy of https://github.com/mattpolzin/OpenAPIReflection.git resolved at main (4abc8cf)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.3.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.1.3
warning: '.resolve-product-dependencies': dependency 'openapireflection' is not used by any target
Found 2 product dependencies
  - OpenAPIKit
  - Sampleable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIReflection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--7754E27361AE5C74.txt
[8/43] Emitting module Sampleable
[9/43] Compiling Sampleable Sampleable.swift
[10/43] Compiling OpenAPIKitCore Path.swift
[11/43] Compiling OpenAPIKitCore ResponseStatusCode.swift
[12/43] Compiling OpenAPIKitCore SecurityScheme.swift
[13/43] Compiling OpenAPIKitCore InconsistencyError.swift
[14/43] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[15/43] Compiling OpenAPIKitCore OpenAPIError.swift
[16/43] Compiling OpenAPIKitCore OpenAPIWarning.swift
[17/46] Compiling OpenAPIKitCore Discriminator.swift
[18/46] Compiling OpenAPIKitCore HttpMethod.swift
[19/46] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[20/46] Compiling OpenAPIKitCore JSONTypeFormat.swift
[21/46] Compiling OpenAPIKitCore Optional+Zip.swift
[22/46] Compiling OpenAPIKitCore Result+Value.swift
[23/46] Compiling OpenAPIKitCore Validatable.swift
[24/46] Emitting module OpenAPIKitCore
[25/46] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[26/46] Compiling OpenAPIKitCore URLTemplate.swift
[27/46] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[28/46] Compiling OpenAPIKitCore RequestDecodingError.swift
[29/46] Compiling OpenAPIKitCore OpenAPIReference.swift
[30/46] Compiling OpenAPIKitCore OrderedDictionary.swift
[31/46] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[32/46] Compiling OpenAPIKitCore OAuthFlows.swift
[33/46] Compiling OpenAPIKitCore ParameterContextLocation.swift
[34/46] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[35/46] Compiling OpenAPIKitCore CodingPathError.swift
[36/46] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[37/46] Compiling OpenAPIKitCore DiggingError.swift
[38/46] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[39/46] Compiling OpenAPIKitCore Shared.swift
[40/46] Compiling OpenAPIKitCore CallbackURL.swift
[41/46] Compiling OpenAPIKitCore ComponentKey.swift
[42/46] Compiling OpenAPIKitCore ContentType.swift
[43/46] Compiling OpenAPIKitCore AnyCodable.swift
[44/46] Compiling OpenAPIKitCore Either+Codable.swift
[45/46] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[46/46] Compiling OpenAPIKitCore Either.swift
[47/169] Compiling OpenAPIKit DereferencedSchemaContext.swift
[48/169] Compiling OpenAPIKit Parameter.swift
[49/169] Compiling OpenAPIKit ParameterContext.swift
[50/169] Compiling OpenAPIKit ParameterSchemaContext.swift
[51/169] Compiling OpenAPIKit DereferencedPathItem.swift
[52/169] Compiling OpenAPIKit PathItem.swift
[53/169] Compiling OpenAPIKit ResolvedRoute.swift
[54/169] Compiling OpenAPIKit ResolvedDocument.swift
[55/169] Compiling OpenAPIKit JSONSchema+Combining.swift
[56/169] Compiling OpenAPIKit JSONSchema.swift
[57/169] Compiling OpenAPIKit JSONSchemaContext.swift
[58/169] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[59/169] Compiling OpenAPIKit TypesAndFormats.swift
[60/175] Compiling OpenAPIKit AnyCodable+Validatable.swift
[61/175] Compiling OpenAPIKit Callbacks.swift
[62/175] Compiling OpenAPIKit CodableVendorExtendable.swift
[63/175] Compiling OpenAPIKit Components+JSONReference.swift
[64/175] Compiling OpenAPIKit Components+Locatable.swift
[65/175] Compiling OpenAPIKit Components.swift
[66/175] Compiling OpenAPIKit Content.swift
[74/181] Compiling OpenAPIKit ResponseDecodingError.swift
[75/181] Compiling OpenAPIKit Example.swift
[76/181] Compiling OpenAPIKit ExternalDocumentation.swift
[77/181] Compiling OpenAPIKit DereferencedHeader.swift
[78/181] Compiling OpenAPIKit Header.swift
[79/181] Compiling OpenAPIKit JSONReference.swift
[80/181] Compiling OpenAPIKit Link.swift
[81/181] Emitting module OpenAPIKit30
[82/181] Emitting module OpenAPIKit
[83/181] Compiling OpenAPIKit DereferencedJSONSchema.swift
[84/181] Compiling OpenAPIKit SecurityScheme.swift
[85/181] Compiling OpenAPIKit Server.swift
[86/181] Compiling OpenAPIKit Tag.swift
[87/181] Compiling OpenAPIKit URLTemplate+Validatable.swift
[88/181] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[89/181] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[90/181] Compiling OpenAPIKit OpenAPI.swift
[91/181] Compiling OpenAPIKit DereferencedOperation.swift
[92/181] Compiling OpenAPIKit Operation.swift
[93/181] Compiling OpenAPIKit ResolvedEndpoint.swift
[94/181] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[95/181] Compiling OpenAPIKit DereferencedParameter.swift
[96/181] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[97/181] Compiling OpenAPIKit ContentEncoding.swift
[98/181] Compiling OpenAPIKit DereferencedContent.swift
[99/181] Compiling OpenAPIKit DereferencedContentEncoding.swift
[100/181] Compiling OpenAPIKit DereferencedDocument.swift
[101/181] Compiling OpenAPIKit Document.swift
[102/181] Compiling OpenAPIKit DocumentInfo.swift
[103/181] Compiling OpenAPIKit30 Validation+Builtins.swift
[104/181] Compiling OpenAPIKit Validation+Builtins.swift
[105/181] Compiling OpenAPIKit Validation.swift
[106/181] Compiling OpenAPIKit Validator+Convenience.swift
[107/181] Compiling OpenAPIKit Validator.swift
[108/181] Compiling OpenAPIKit XML.swift
[109/181] Compiling OpenAPIKit Either+Convenience.swift
[110/181] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[111/181] Compiling OpenAPIKit Either+Summarizable.swift
[112/181] Compiling OpenAPIKit Either+Validatable.swift
[113/181] Compiling OpenAPIKit DocumentDecodingError.swift
[114/181] Compiling OpenAPIKit OperationDecodingError.swift
[115/181] Compiling OpenAPIKit PathDecodingError.swift
[135/181] Compiling OpenAPIKit _CoreReExport.swift
[136/181] Compiling OpenAPIKit Request.swift
[137/181] Compiling OpenAPIKit DereferencedResponse.swift
[138/181] Compiling OpenAPIKit Response.swift
[139/181] Compiling OpenAPIKit RuntimeExpression.swift
[140/181] Compiling OpenAPIKit SchemaProtocols.swift
[141/181] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[182/189] Compiling OpenAPIReflection30 SchemaProtocols.swift
[183/189] Compiling OpenAPIReflection30 SwiftPrimitiveExtensions.swift
[184/197] Emitting module OpenAPIReflection30
[185/197] Compiling OpenAPIReflection30 OpenAPI+Errors.swift
[186/197] Compiling OpenAPIReflection30 Optional+ZipWith.swift
[187/197] Compiling OpenAPIReflection30 AnyJSONCaseIterable.swift
[188/197] Compiling OpenAPIReflection30 Date+OpenAPI.swift
[189/197] Compiling OpenAPIReflection30 Sampleable+OpenAPI.swift
[190/197] Compiling OpenAPIReflection SchemaProtocols.swift
[191/197] Compiling OpenAPIReflection Optional+ZipWith.swift
[192/197] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[193/197] Compiling OpenAPIReflection OpenAPI+Errors.swift
[194/197] Compiling OpenAPIReflection Date+OpenAPI.swift
[195/197] Emitting module OpenAPIReflection
[196/197] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[197/197] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
Build complete! (24.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "sampleable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/Sampleable.git"
    }
  ],
  "manifest_display_name" : "OpenAPIReflection",
  "name" : "OpenAPIReflection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OpenAPIReflection",
      "targets" : [
        "OpenAPIReflection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAPIReflection30",
      "targets" : [
        "OpenAPIReflection30"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIReflectionTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflectionTests",
      "path" : "Tests/OpenAPIReflectionTests",
      "sources" : [
        "AnyJSONCaseIterableTests.swift",
        "GenericOpenAPISchemaInternalTests.swift",
        "GenericOpenAPISchemaTests.swift",
        "SchemaWithExampleTests.swift",
        "SwiftPrimitiveExtensionsTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIReflection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIReflection30Tests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection30Tests",
      "path" : "Tests/OpenAPIReflection30Tests",
      "sources" : [
        "AnyJSONCaseIterableTests.swift",
        "GenericOpenAPISchemaInternalTests.swift",
        "GenericOpenAPISchemaTests.swift",
        "SchemaWithExampleTests.swift",
        "SwiftPrimitiveExtensionsTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "OpenAPIReflection30"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIReflection30",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection30",
      "path" : "Sources/OpenAPIReflection30",
      "product_dependencies" : [
        "OpenAPIKit30",
        "Sampleable"
      ],
      "product_memberships" : [
        "OpenAPIReflection30"
      ],
      "sources" : [
        "AnyJSONCaseIterable.swift",
        "Date+OpenAPI.swift",
        "OpenAPI+Errors.swift",
        "Optional+ZipWith.swift",
        "Sampleable+OpenAPI.swift",
        "SchemaProtocols.swift",
        "SwiftPrimitiveExtensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAPIReflection",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIReflection",
      "path" : "Sources/OpenAPIReflection",
      "product_dependencies" : [
        "OpenAPIKit",
        "Sampleable"
      ],
      "product_memberships" : [
        "OpenAPIReflection"
      ],
      "sources" : [
        "AnyJSONCaseIterable.swift",
        "Date+OpenAPI.swift",
        "OpenAPI+Errors.swift",
        "Optional+ZipWith.swift",
        "Sampleable+OpenAPI.swift",
        "SchemaProtocols.swift",
        "SwiftPrimitiveExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.