The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TrialLicense, reference master (bded19), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 13:06:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/TrialLicensing.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/TrialLicensing
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bded194 remove Carthage dependencies since we don't have an Xcode project anymore
Cloned https://github.com/CleanCocoa/TrialLicensing.git
Revision (git rev-parse @):
bded194498fea436fbf7fa4756cc5efe26479f39
SUCCESS checkout https://github.com/CleanCocoa/TrialLicensing.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/TrialLicensing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[1/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[5/8] Write swift-version-1EA4D86E10B52AF.txt
[7/24] Compiling Trial CancelableTimedBlock.swift
[8/25] Compiling CocoaFob String+CocoaFob.swift
[9/25] Compiling CocoaFob CocoaFobError.swift
[10/25] Compiling CocoaFob LicenseVerifier.swift
[11/25] Compiling CocoaFob CFUtil.swift
[12/25] Emitting module CocoaFob
[13/25] Compiling Trial TrialWriter.swift
[14/25] Compiling Trial TrialProvider.swift
[15/25] Compiling CocoaFob LicenseGenerator.swift
[16/25] Compiling Trial TrialTimer.swift
[17/25] Compiling Trial TrialPeriod.swift
[18/25] Compiling Trial Trial.swift
[19/25] Emitting module Trial
[20/25] Compiling Trial Days.swift
[21/25] Compiling Trial UserDefaultsTrialPeriodReader.swift
[22/25] Compiling Trial Clock.swift
[22/25] Write Objects.LinkFileList
[23/25] Archiving libCocoaFob.a
[25/25] Compiling Trial resource_bundle_accessor.swift
[26/44] Compiling TrialLicense Sequence+mapDictionary.swift
[27/44] Compiling TrialLicense String+replacingCharactersOfnCharacterSetWith.swift
[28/44] Compiling TrialLicense RegisterApplication.swift
[29/44] Compiling TrialLicense RegistrationPayload.swift
[30/46] Compiling TrialLicense GenericRegistrationStrategy.swift
[31/46] Compiling TrialLicense License.swift
[32/46] Compiling TrialLicense LicenseInformationProvider.swift
[33/46] Compiling TrialLicense LicenseVerifier.swift
[34/46] Compiling TrialLicense TrialRunner.swift
[35/46] Compiling TrialLicense URLComponents.swift
[36/46] Compiling TrialLicense LicensingScheme.swift
[37/46] Compiling TrialLicense PersonalizedLicenseRegistrationStrategy.swift
[38/46] Compiling TrialLicense URLQueryLicenseParser.swift
[39/46] Compiling TrialLicense UserDefaultsLicenseProvider.swift
[40/46] Compiling TrialLicense LicenseConfiguration.swift
[41/46] Compiling TrialLicense LicenseInformation.swift
[42/46] Emitting module TrialLicense
[43/46] Compiling TrialLicense AppLicensing.swift
[44/46] Compiling TrialLicense Collection+safeSubscript.swift
[45/46] Compiling TrialLicense UserDefaultsLicenseWriter.swift
[46/46] Compiling TrialLicense resource_bundle_accessor.swift
Build complete! (8.27s)
Fetching https://github.com/glebd/cocoafob
[1/1710] Fetching cocoafob
Fetched https://github.com/glebd/cocoafob from cache (0.87s)
Computing version for https://github.com/glebd/cocoafob
Computed https://github.com/glebd/cocoafob at 2.4.0 (1.37s)
Creating working copy for https://github.com/glebd/cocoafob
Working copy of https://github.com/glebd/cocoafob resolved at 2.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cocoafob",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/glebd/cocoafob"
    }
  ],
  "manifest_display_name" : "TrialLicense",
  "name" : "TrialLicense",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "TrialLicense",
      "targets" : [
        "TrialLicense"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Trial",
      "targets" : [
        "Trial"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TrialTests",
      "module_type" : "SwiftTarget",
      "name" : "TrialTests",
      "path" : "Tests/TrialTests",
      "sources" : [
        "Helpers.swift",
        "TrialPeriodTests.swift",
        "TrialProviderTests.swift",
        "TrialWriterTests.swift",
        "UserDefaultsTrialPeriodReaderTests.swift"
      ],
      "target_dependencies" : [
        "Trial"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TrialLicenseTests",
      "module_type" : "SwiftTarget",
      "name" : "TrialLicenseTests",
      "path" : "Tests/TrialLicenseTests",
      "sources" : [
        "GenericRegistrationStrategyTests.swift",
        "Helpers.swift",
        "LicenseInformationProviderTests.swift",
        "LicenseInformationTests.swift",
        "LicenseVerifierTests.swift",
        "LicensingSchemeTests.swift",
        "PersonalizedLicenseRegistrationStrategyTests.swift",
        "RegisterApplicationTests.swift",
        "UserDefaultsLicenseProviderTests.swift",
        "UserDefaultsLicenseWriterTests.swift"
      ],
      "target_dependencies" : [
        "TrialLicense"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TrialLicense",
      "module_type" : "SwiftTarget",
      "name" : "TrialLicense",
      "path" : "Sources/TrialLicense",
      "product_dependencies" : [
        "CocoaFob"
      ],
      "product_memberships" : [
        "TrialLicense"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TrialLicense/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppLicensing.swift",
        "Collection+safeSubscript.swift",
        "GenericRegistrationStrategy.swift",
        "License.swift",
        "LicenseConfiguration.swift",
        "LicenseInformation.swift",
        "LicenseInformationProvider.swift",
        "LicenseVerifier.swift",
        "LicensingScheme.swift",
        "PersonalizedLicenseRegistrationStrategy.swift",
        "RegisterApplication.swift",
        "RegistrationPayload.swift",
        "Sequence+mapDictionary.swift",
        "String+replacingCharactersOfnCharacterSetWith.swift",
        "TrialRunner.swift",
        "URLComponents.swift",
        "URLQueryLicenseParser.swift",
        "UserDefaultsLicenseProvider.swift",
        "UserDefaultsLicenseWriter.swift"
      ],
      "target_dependencies" : [
        "Trial"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Trial",
      "module_type" : "SwiftTarget",
      "name" : "Trial",
      "path" : "Sources/Trial",
      "product_memberships" : [
        "TrialLicense",
        "Trial"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Trial/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CancelableTimedBlock.swift",
        "Clock.swift",
        "Days.swift",
        "Trial.swift",
        "TrialPeriod.swift",
        "TrialProvider.swift",
        "TrialTimer.swift",
        "TrialWriter.swift",
        "UserDefaultsTrialPeriodReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.